Skip to content

Latest commit

 

History

History
180 lines (113 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

180 lines (113 loc) · 13.6 KB

1.2.0 (2024-09-04)

Bug Fixes

  • Components: wrong type definition for ReactEvent.* (87cc911)
  • Input: add value for Input (#26) (5cb98fc)
  • Link: missing anchor HTML element attributes (3b4477d)
  • props: fix invalid props for all Components (1703258)
  • Select: fix custom colors (#22) (8d9182e)

Features

  • Fade, ScaleFade, Slide: add component binding for Fade, ScaleFade, & Slide (7b30d49)
  • Feedback: add component binding for feedback (#16) (e68c2cb)
  • Input: add binding for Input (#23) (7cdf3f9)
  • Input: add binding for Input extra (#24) (4a6e846)
  • Interfaces: add binding for some HTML specification (0b1040e)
  • MakeProps: add sub-modules in MakeProps for handle object-fit, noOfLines, viewBox, and multi-type(string-or-number). (51a1924)
  • Media: add bindin for Icon and Image Component (762108e)
  • Media: add binding component Avatar & AvatarGroup. (a96e39e)
  • Navigation: add binding for component navigation (4428ec8)
  • Others: add binding for Portal Component (68e9679)
  • Select: add bindings for select (#17) (26e9b43)
  • Select: fix syntax (ba061dd)
  • Spacer: add binding for Spacer component (#25) (e3ce148)
  • support for rescript v11 (#29) (b87ffe5)
  • Typography: add binding for Heading and Text (9f707a2)

1.2.0-next.11 (2021-10-12)

Bug Fixes

Features

  • Spacer: add binding for Spacer component (#25) (e3ce148)

1.2.0-next.10 (2021-10-08)

Documentation

  • add image for README.md (dbf2f13)

Features

1.2.0-next.9 (2021-10-03)

Features

  • Feedback: add component binding for feedback (#16) (e68c2cb)

1.2.0-next.8 (2021-10-03)

Bug Fixes

Chores

  • fix lint-staged for res or resi (#20) (6054fc9)
  • deps, lint: add lint with husky and lint-staged (#18) (987d76a)

Documentation

1.2.0-next.7 (2021-09-29)

Features

1.2.0-next.6 (2021-08-10)

Bug Fixes

  • Components: wrong type definition for ReactEvent.* (87cc911)

Chores

  • scripts: add script for fix-event-type (60a2188)

1.2.0-next.5 (2021-07-02)

Bug Fixes

  • Link: missing anchor HTML element attributes (3b4477d)

1.2.0-next.4 (2021-07-02)

Features

  • Interfaces: add binding for some HTML specification (0b1040e)
  • Navigation: add binding for component navigation (4428ec8)

1.2.0-next.3 (2021-07-02)

Features

  • Media: add binding component Avatar & AvatarGroup. (a96e39e)

1.2.0-next.2 (2021-06-28)

Bug Fixes

  • props: fix invalid props for all Components (1703258)

Code Refactoring

  • AtomicTypes: move ColorScheme module from AtomicTypes to Chakra__Theme module (ffb850c)

Features

  • MakeProps: add sub-modules in MakeProps for handle object-fit, noOfLines, viewBox, and multi-type(string-or-number). (51a1924)
  • Media: add bindin for Icon and Image Component (762108e)
  • Others: add binding for Portal Component (68e9679)
  • Typography: add binding for Heading and Text (9f707a2)

1.2.0-next.1 (2021-06-27)

Features

  • Fade, ScaleFade, Slide: add component binding for Fade, ScaleFade, & Slide (7b30d49)

1.1.0 (2021-06-27)

Chores

  • generator: update for pseudo props (cce0466)
  • set to commonjs for jest and development (16fa888)

Continuous Integration

  • release-workflow: update release workflow (f30f55c)
  • use cache yarn (#8) (10a8e1f)

Features

  • HStack, VStack, WrapItem: add bindings for HStack, VStack, & WrapItem (c17018f)

1.0.0 (2021-06-24)

Chores

  • ci: set main branch in workflow and releaserc (c07120d)
  • ci: setup release with semantic-release (f99e7c1)
  • ci: setup release with semantic-release (01fcdfd)
  • generator: create pseudo inject and update box template (8ee5590)
  • add missing devs-deps (7aa45bd)
  • generator: add template generator for hygen (287706d)
  • dependencies setup (5efa8d1)
  • init: rescript-chakra (a948ad1)

Continuous Integration

  • release configuration update (#7) (1b240c6)
  • workflows: cache node_modules (9f1ee3b)
  • workflows: cache node_modules (5c4148f)

Documentation

Features

  • Box: binding component Box (e5c8545)
  • components: add pseudo props for an existing component binding (95fb106)
  • Components: binding component based on Box (feeab79)
  • Provider: binding chakra provider (5eff100)
  • pseudo: implement pseudo bindings (4c69981)
  • pseudo: implement pseudo to provide an object for use pseudo props of component (df9e16b)
  • types: module for binding css and chakra props (681a05f)