Skip to content

Releases: rescript-ui/rescript-chakra

v1.2.0-next.11

12 Oct 16:38
Compare
Choose a tag to compare

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

Bug Fixes

Features

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

v1.2.0-next.10

08 Oct 08:23
Compare
Choose a tag to compare

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

Documentation

  • add image for README.md (dbf2f13)

Features

v1.2.0-next.9

03 Oct 04:37
Compare
Choose a tag to compare

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

Features

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

BREAKING CHANGES

  • Button,ButtonGroup: fix isDisabled props, make it bool (f16c9f9)
  • SpacesProps: make closely with chakra-ui props value for spaces (72a2ac2)

v1.2.0-next.8

03 Oct 02:32
Compare
Choose a tag to compare

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

v1.2.0-next.7

29 Sep 14:33
Compare
Choose a tag to compare

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

Features

v1.2.0-next.6

10 Aug 04:04
Compare
Choose a tag to compare

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)

v1.2.0-next.5

02 Jul 18:44
Compare
Choose a tag to compare

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

Bug Fixes

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

v1.2.0-next.4

02 Jul 17:09
Compare
Choose a tag to compare

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

Features

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

v1.2.0-next.3

02 Jul 16:54
Compare
Choose a tag to compare

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

Features

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

v1.2.0-next.2

28 Jun 20:38
Compare
Choose a tag to compare

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 binding for Icon and Image Component (762108e)
  • Others: add binding for Portal Component (68e9679)
  • Typography: add binding for Heading and Text (9f707a2)