Skip to content

Releases: abelflopes/react-ck

v1.6.1

23 Jan 19:53

Choose a tag to compare

1.6.1 (2024-01-23)

v1.6.0

23 Jan 19:37

Choose a tag to compare

1.6.0 (2024-01-23)

Features

  • add badge component (617c2e7)
  • add extra small text variation (b5fd746)
  • add form field component (b44da2c)
  • add form renderer component (2db29ab)
  • label, description, validation and skin to form components (9f189f0)

Bug Fixes

  • add reduced shadow to card (4adb254)
  • use colors of neutral skin from theme (f683429)

Code Refactoring

  • remove redundant non null assertions from class rendering (d0fb2c5)

v1.5.1

02 Jan 22:33

Choose a tag to compare

1.5.1 (2024-01-02)

Bug Fixes

v1.5.0

02 Jan 20:55

Choose a tag to compare

1.5.0 (2024-01-02)

Features

Bug Fixes

  • enforce usage of icon inside buttons through dedicated prop (afcfa45)
  • fix icon size in text variation (e0c41a8)
  • improve h3 text styles (4835b5a)

Code Refactoring

  • apply default typography styles to empty state (77c858e)
  • consolidate theme colors (3109ee2)
  • rename base font mixin (ad69ff4)
  • use font base mixing from text package (9af8f07)
  • use mixin based typography (878fb6e)
  • use styles variable set for chip (648bb39)

v1.4.0

08 Dec 18:21

Choose a tag to compare

1.4.0 (2023-12-08)

Features

  • add icon size variations (54bfedd)
  • add skeleton component (39b589d)
  • add spinner component (dec49eb)
  • add spinner icon (10cf800)
  • allow adding classnames to icon component (c74a203)
  • create main manager wrapper (bf6fc75)

Bug Fixes

  • allow using custom target element for theme var injection (bea2487)
  • make skeleton use border radius from theme (a54e58c)

Code Refactoring

  • use manager instead of theme as main wrapper (3728d99)

v1.3.0

24 Nov 01:59

Choose a tag to compare

1.3.0 (2023-11-24)

Features

  • add dark and light variations of primary color (9c1d3c7)
  • add select component (91fb188)
  • use chip default skin as neutral and add primary color skin (cc5d4df)

Bug Fixes

  • add contrast in neutral colors (2c51fec)
  • button hover background & smooth transition (2632b4e)
  • button secondary variation hover background (16bd98c)
  • remove unused select placeholder styles (150d539)
  • remove unused theme color (dc6c231)

Code Refactoring

  • use chip colors as centralised theme colors (8fb30dd)

v1.2.0

23 Nov 00:45

Choose a tag to compare

1.2.0 (2023-11-23)

Features

Bug Fixes

  • use bordered variation as default for list (119d0e4)

v1.1.0

17 Nov 03:36

Choose a tag to compare

1.1.0 (2023-11-17)

Features

  • add card image compound component (aaef456)
  • add grey tones (6299a39)

Bug Fixes

  • component display name (0635c00)
  • fetching of packages info (e999dfc)
  • placeholder color (3f8b899)
  • prevent docs override styles from conflicting with components (bf54b05)
  • remove redundant readme from story definition (acabb46)
  • update favicon (7240d25)

Code Refactoring

  • use generic centralised to render markdown with ignored parts (f4fd6a6)

v1.0.0

13 Nov 16:25

Choose a tag to compare

1.0.0 (2023-11-13)

Features

Bug Fixes

  • add default font face to card (18f8be7)
  • add missing overlay in banner (882cfd0)
  • css color definition (ec01370)
  • force block display to heading variations of text (8aee75d)
  • force card to have neutral-0 background (9845e21)
  • prevent applying margin on single elements (2af0e1c)
  • remove redundant interface prop (43599a3)
  • text inverted computation not working (c62dcb6)

Code Refactoring

  • add draft consolidation of theme consumption (f790942)
  • add scoping to css var names (488fd4b)
  • add stories (d3635af)
  • add validation SCSS utils (e7fe0f0)
  • extract generic scss utils & fix references (3b2f5cc)
  • isolate all components into separate packages (ed052aa)
  • merge text colors into neutral tones (daa7183)
  • output build to ecma script module (6dceb98)
  • simplify variation & spacing declaration (038a1c9)
  • update button component (680b828)
  • update webpack config (50f0b44)
  • use card shadow color from theme (4ddfd93)
  • use centralised babel config (916da39)
  • use faker in storybook (943212a)
  • use scoped css variables (16782d5)