Skip to main content
Module

x/ana_components/CHANGELOG.md

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
File

Changelog

v0.0.102

Added fref and fwd to the TextArea component

  • /components/TextArea/index.tsx
  • /components/TextArea/setup.ts

Roadmap

v0.1

  • Update all components to GarliCSS and display on index route.
  • Document all needed fixes and upgrades possible using this structure:
    • Add a comment where the fix should be added using the @todo.
    • Grade the fix using one to three !s.
      • !!!: Urgent
      • !!: Before next version.
      • !: After next version.
      • : Whenever
      • ?: Possible fix, question it later.
    • Substitue the Features section of this document to a list of every feature with its pending.
  • Fix !!s and !!!s.
  • Reorganize project structure
    • Every component has its own directory.
    • Every component directory contains a setup file.
    • Every setup file contains the prop type (iComponent).
    • Every value inside a prop type (iComponent) must not be optional
      • Use a default value of null instead of undefined, in types where undefined is a useful option.
  • Fix the fwd ref problem.
    • Card
    • Code
    • Footer
    • Header
    • Input
    • Layout
    • Linkmap
    • Main
    • Navigation
    • Select
    • Textarea
  • Do a documentation cleanup.
    • Contributing.md
      • How the
      • Standard component structure
    • Readme.md
      • What is this, features
      • Installation guide
      • Usage guide
  • Minor Fixes
    • Rename element.ts to types.ts
    • Move system scss modules to its own directory
    • Removed the components scss directory
    • Rename all root src scss modules to _module.scss

v0.2

  • Update components to GarliCSS animations.
    • Button
    • Navigation
    • Separator
    • Input
    • Select
    • TextArea
    • Link
  • Create an organized collection of island functions
  • Add components
    • Menu
    • Page
    • Fieldset
    • Chip
    • Spinner