Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

68 lines (52 loc) · 1.26 KB

0.0.6

General

  • update README.md file:
    • update example and initial documentation.
  • update classes documentations.

Components

  • update Component class:
    • create setState method.
    • create build method.
    • update constructor.
  • create GlobalProps class:
  • create Tags enum with supported html tags.
  • update Div, Button and Span components and their props classes:
    • update in classes and props:
      • add styles property.
      • add classes property.
      • add id property.
      • add tag property.

Css

  • create Css types props:
    • BorderRadius
    • Display
    • Cursor
    • EdgeInsets: Padding and Margin.
    • TextAlign
  • create Css style helpers:
    • DisplayFlex
    • Units:
      • Units.px
      • Units.none
      • Units.rem
      • Units.vh
      • Units.vw
      • Units.percent

0.0.4

  • Added DivProps class.
  • Added BorderRadius class css type.
  • Update README.md file.
  • Update lib example.

0.0.3

  • Update README.md file.

0.0.2

  • Added Div component.
  • Added Button component.
  • Added renderApp function.
  • Added CssBaseStyle class.
  • Added ComponentBaseProps class.
  • Added ButtonProps class.
  • Refactor README.md file.
  • New LICENSE file.

0.0.1

  • Initial version.