Skip to content

Releases: abelflopes/react-ck

v1.14.0

17 Mar 01:37

Choose a tag to compare

1.14.0 (2024-03-17)

Features

  • react-ck: update library packages (7dbcb1a)
  • react-ck: update library packages (ccd064b)
  • react-ck: update library packages (f11fbf4)
  • react-ck: update library packages (73335fb)
  • react-ck: update library packages (2e20953)
  • react-ck: update library packages (eab5692)

Bug Fixes

  • modal z-index and apply scroll lock when opened (0ee2ea6)
  • remove spacing from table outer border (95aef75)

Code Refactoring

  • use common app component for demo apps (cb6f99b)
  • use modal header and modal footer as compound components (12623fb)
  • use select option as compound component (031cb29)

v1.13.0

15 Mar 04:00

Choose a tag to compare

1.13.0 (2024-03-15)

Features

  • react-ck: update library packages (34f4a96)
  • react-ck: update library packages (af1ab1e)
  • react-ck: update library packages (58286ac)

Bug Fixes

  • fix build, compile with tsc instead of webpack (c7ac746)
  • text not displaying margins (68f461f)
  • webpack log level in devlopment vs prod (8c54b83)

Code Refactoring

  • use global library in test apps (3fe4ed1)

v1.12.0

15 Mar 00:02

Choose a tag to compare

1.12.0 (2024-03-15)

Features

  • react-ck: update library packages (7d8606f)
  • react-ck: update library packages (a5215db)
  • react-ck: update library packages (76252a5)

v1.11.0

14 Mar 21:11

Choose a tag to compare

1.11.0 (2024-03-14)

Features

  • implement global package build (4ece2fd)

Bug Fixes

  • missing files entry on package configuration (efd35cb)

v1.10.1

12 Mar 23:50

Choose a tag to compare

1.10.1 (2024-03-12)

Bug Fixes

  • text default paragraph margin (9619375)

v1.10.0

12 Mar 19:05

Choose a tag to compare

1.10.0 (2024-03-12)

Features

  • add index css variable to column count (cc227bb)
  • add snackbar component (6056809)
  • allow grid column to have natural content size (a9484a2)

Bug Fixes

  • container props interfering with rendered style (9879648)

Code Refactoring

  • convert subcomponents to compound component approach (d15a430)
  • rename alert close handler for consistency with other props (de610db)
  • rename text type (6b71051)
  • update text component props, use explicit variation & skin (3cf759d)
  • update text props and variations (24d47d2)

v1.9.0

06 Mar 23:57

Choose a tag to compare

1.9.0 (2024-03-06)

Features

  • add alert dismiss capability (8414b6a)
  • add automatic date sort (1fb0097)
  • add button size "s" & "m" variations (df0af2c)
  • add button size large (d508604)
  • add card skins and variations (3025143)
  • add chevron icons (2150d4b)
  • add component polimorphy util (e653799)
  • add icons (1f8d902)
  • add negative button skin (7d8369f)
  • add negative button skin (cc3dbd0)
  • add neutral colors (c832d15)
  • add pagination component (ae6e08d)
  • add polimorphy to button component (cac532a)
  • add position engine (3b0e155)
  • add position engine (1090d44)
  • add provisional components - avatar, breadcrumbs, dock, image (7559e5f)
  • add scrollable container (4fbce8f)
  • add smallest text variation (7de868a)
  • add top bar (807c09f)
  • add trash icon (50d647d)
  • add util to convert component into text (4580f6c)
  • implement dropdown component (731e977)
  • improve external handling of sorting (927ed8f)
  • make breadcrumb polymorphic (c2c7fe5)
  • make data-table sortable (92e1e11)
  • use semantic HTML element for progress component (4ae7abc)

Bug Fixes

  • add missing content margin on accordion (8ee568c)
  • align headers to left (3a97731)
  • breadcrumb gap spacing (d095978)
  • child list misssing key warning (e05e301)
  • chip white space prevent breaking (4fdc49d)
  • fix default text font weight (049e7c1)
  • icon spacing in button (0a0fd61)
  • make table fullwidth (4fa74ef)
  • missing key warning (49928da)
  • remove skeleton debug output (acf6d6c)
  • remove usage of reserved "key" prop (0f1c020)
  • runtime errors (ffaaa96)
  • skeleton delay not being applied (57eb6b7)
  • storybook build (8e5032d)

Code Refactoring

  • split theme light and dark colors (804261e)
  • use polimorphy from utils package (fd56534)
  • use scrollable container in dock (f81ef80)

v1.8.1

25 Jan 01:58

Choose a tag to compare

1.8.1 (2024-01-25)

Bug Fixes

  • fix circular JSON structure when rendering components in table (60092bc)
  • remove line breaks on scrollable table headers (01b35da)

v1.8.0

25 Jan 00:56

Choose a tag to compare

1.8.0 (2024-01-25)

Features

  • add auto headers for data table (684aa2c)
  • add table scrollable variation (c948956)

Bug Fixes

  • improve types support (33bff05)
  • set spinner default color as primary (7ec88f6)
  • use span element for chip (a300094)

v1.7.0

24 Jan 04:01

Choose a tag to compare

1.7.0 (2024-01-24)

Features

Bug Fixes