Releases: abelflopes/react-ck
Releases · abelflopes/react-ck
v1.6.1
v1.6.0
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
Code Refactoring
- remove redundant non null assertions from class rendering (d0fb2c5)
v1.5.1
v1.5.0
1.5.0 (2024-01-02)
Features
- add alert component (c95cc8b)
- add button icon only variation (55919f1)
- add elevation levels package (3e47d91)
- add empty state package (004787f)
- add ghost button variation (c1ad55e)
- add layers provider package (86ea726)
- add modal component (4c5be1b)
- add progress component (5a16d13)
- add react utils package (fe8737f)
- add tabs component (0ba9dd8)
- update modal component (4b4787d)
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
v1.4.0
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
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
v1.1.0
1.1.0 (2023-11-17)
Features
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
1.0.0 (2023-11-13)
Features
- add banner component (54cdc7f)
- add card component (ffdca12)
- add children and actions to banner component (0b866e2)
- add chip component (7649f38)
- add collapse & list components (f3701be)
- add container component (f474827)
- add divider component (c95c7c1)
- add exports (df35a26)
- add grid component (a27d7ac)
- add icon component (511328e)
- add icon inverted skin (b25f46c)
- add icons demo (12d26d3)
- add overlay colors (3d6c752)
- add overlay component (1e907a5)
- add overlay component (4966355)
- add social icons (17757ad)
- add soft text variation (5236865)
- add spacing prop to grid component (3fda05b)
- add table components (0d4bde3)
- share inverted state through theme provider (87cb022)
- support icon in button (45f11fe)
- update default font size (e122ec4)
- update theme neutral colors (b91da4c)
- update theme type (7b7cf9a)
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)