Skip to content

Releases: liferay/clay

v3.129.1

27 Feb 22:17
Compare
Choose a tag to compare

Bug Fixes

  • @clayui/drop-down: fixes menuElementAttrs type bug (4942022)
  • exports displayType types (c507341)
  • exports the missing types (1ff3486)
  • www: add new redirects (ed51bba)
  • @clayui/alert: fixes missing exporting type (adc328b)

Features

  • @clayui/management-toolbar: LPD-49362 Add fluidSize prop (d47205f)

v3.128.3

21 Feb 02:23
Compare
Choose a tag to compare

Bug Fixes

  • @clayui/core: fixes build bug in applications (817bf5f)
  • @clayui/css: LPD-470022 Improve button and links compile performance (40e28c9)
  • @clayui/css: LPD-47129 Mixins, Improve performance in alerts, badges, and cards (34f48df)
  • @clayui/css: LPD-47130 Improve performance in close, custom-forms, and dropdown-menu mixins (9c3f64d)
  • @clayui/drop-down: fixes bug when unable to render component APIs in documentation (35fd03d)
  • @clayui/shared: Only run hide code if menus match in Overlay (824e33c)
  • fix eslint error (92fe965)
  • fix typescript error (79b6a1f)
  • fixes bug in components with generic types and sub components (4dd37e6)
  • www: fix paragraph bug in jsx flow in docs (b4da74a)
  • www: Fix visual bug of property type and default value (047075d)
  • www: fixes API Table props overflow bug (a0f864a)
  • www: fixes bug in build (aa63833)
  • www: fixes bug in icon documentation and generates icons at build time (45adb4f)
  • www: fixes bug when importing packages for multiple sources (0937558)
  • www: fixes bug when not pre-rendering blog pages (0680b94)
  • www: fixes visual bug with spacing in design documents (602c8c6)
  • www: Renders types that reference shared types in the Table API (ef40d10)

Features

  • @clayui/alert: Improve Alert typing (cebf9c8)
  • @clayui/autocomplete: improves component typing to create API Table (674b3aa)
  • @clayui/badge: improves component typing to create API Badge (b1d679c)
  • @clayui/breadcrumb: improves component typing to create API Breadcrumb (0da37ce)
  • @clayui/button: improves component typing to create API Table (e4eff1c)
  • @clayui/card: improves component typing to create API Card (ca308ab)
  • @clayui/color-picker: improves component typing to create API ColorPicker (5441eb6)
  • @clayui/core: improves component typing to create API FocusTrap (1137de8)
  • @clayui/core: improves component typing to create API Heading (2396f37)
  • @clayui/core: improves component typing to create API Nav (3d82db0)
  • @clayui/core: improves component typing to create API OverlayMask (047bd8a)
  • @clayui/core: improves component typing to create API Reduced Motion (83a35cc)
  • @clayui/core: improves component typing to create API Table Input (21d6c22)
  • @clayui/core: improves component typing to create API Text (10d366a)
  • @clayui/core: improves component typing to create API TreeView (96beca8)
  • @clayui/core: improves component typing to create API VerticalBar (0569bde)
  • @clayui/css: Grid adds container-fluid-max-{xxl | xxxl}; 1392px and 1872, respectively (a0f296b)
  • @clayui/css: LPD-41942 Picker (dropdown-menu-select) change max-height to 7 items (f9a43ee)
  • @clayui/data-provider: improves component typing to create API DataProvider (00ae6b8)
  • @clayui/date-picker: improves component typing to create API DatePicker (4a0031c)
  • @clayui/drop-down: improves component typing to create API DropDown (d1ea434)
  • @clayui/empty-state: improves component typing to create API EmptyState (add1b9b)
  • @clayui/form: improves component typing to create API DualListBox (cf9a9c2)
  • @clayui/form: improves component typing to create API Form (d8fdfa4)
  • @clayui/form: improves component typing to create API Input (395ec1e)
  • @clayui/form: improves component typing to create API Radio (a7d7f57)
  • @clayui/form: improves component typing to create API Select (3784785)
  • @clayui/form: improves component typing to create API SelectBox (be21064)
  • @clayui/form: improves component typing to create API Toggle (8f96507)
  • @clayui/icon: improves component typing to create API Icon (f4b94d5)
  • @clayui/label: improves component typing to create API Label (65aaf24)
  • @clayui/layout: improves component typing to create API Layout (77da733)
  • @clayui/layout: LPD-49037 Add xxl and xxxl sizes to container fluid (b73ede8)
  • @clayui/link: improves component typing to create API Link (5955715)
  • @clayui/list: improves component typing to create API List (de91472)
  • @clayui/loading-indicator: improves component typing to create API Loading Indicator (b1ee1f0)
  • @clayui/localized-input: improves component typing to create API Localized Input (f5a9ceb)
  • @clayui/management-toolbar: improves component typing to create API Management Toolbar (6ab6ee8)
  • @clayui/modal: improves component typing to create API Modal (abd1394)
  • @clayui/multi-select: improves component typing to create API MultiSelect (f4d6b29)
  • @clayui/multi-step-nav: improves component typing to create API MultiStepNav (00e0082)
  • @clayui/navigation-bar: improves component typing to create API Navigation Bar (7eac095)
  • @clayui/nav: improves component typing to create ...
Read more

v3.127.0

23 Jan 17:57
Compare
Choose a tag to compare

Bug Fixes

  • @clay/css: LPD-46380 Labels in dropdown-item are slightly misaligned (b46a14e)
  • @clayui/css: LPD-45799 Cadmin c-prefers-focus should output correct selector (346126e)
  • @clayui/date-picker: LPD-46943 Fix date format when use12Hours true (c73a4eb)

Features

  • @clayui/language-picker: LPD-45714 Add aria-labels or correct reading with the screen reader (35eb475)
  • @clayui/language-picker: LPD-45714 Add defaultActive prop (ef3b2fa)
  • @clayui/language-picker: LPD-45714 Add defaultLocaleId to the API (559b176)
  • @clayui/language-picker: LPD-45714 Add defaultSelectedLocaleId (29a032b)
  • @clayui/language-picker: LPD-45714 Add different labels to indicate the translation (a9f6c7f)
  • @clayui/language-picker: LPD-45714 Add LanguagePicker component (3cc0966)
  • @clayui/language-picker: LPD-45714 Add prop to hide the trigger text (847228e)
  • @clayui/language-picker: LPD-45714 Add security margin (6c6f952)
  • @clayui/language-picker: LPD-45714 Add tests (cc668ff)
  • @clayui/language-picker: LPD-45714 Add translations (f32db5b)
  • @clayui/language-picker: LPD-45714 Does not use ClayButton to avoid the btn class and update the styles (5797aa4)
  • @clayui/language-picker: LPD-45714 Export component as LanguagePicker (b030db1)
  • @clayui/language-picker: LPD-45714 Make the language picker work in an uncontrolled way (6f0a6c0)
  • @clayui/language-picker: LPD-45714 Move component to clay-core (1ebff3b)
  • @clayui/language-picker: LPD-45714 Move the label for the SR to the Option component (effc1b6)
  • @clayui/language-picker: LPD-45714 Remove unnecessary href (077031a)
  • @clayui/language-picker: LPD-45714 Rename labels to messages (ca04d51)
  • @clayui/language-picker: LPD-45714 Replace displayName by name (35025a8)
  • @clayui/language-picker: LPD-45714 Replace selectedLocale with selectedLocaleId to be consistent with the design of the onSelectedLocaleChange API (b68567e)
  • @clayui/language-picker: LPD-45714 Update tests (983d7fc)
  • @clayui/language-picker: LPD-45714 Wrap label to add right margin (9eaf740)
  • @clayui/vertical-nav: LPD-46396 - Include an aria-label property on the Clay Vertical Navigation component and ensure its proper implementation in usage. (e86d6cc)
  • @clayui/vertical-nav: LPD-46396 - Update stories (2fc9c3d)
  • @clayui/vertical-nav: LPD-46396 - Update tests and snapshots (859c893)

v3.126.0

15 Jan 22:07
6456669
Compare
Choose a tag to compare

Features

  • @clayui/css: LPD-45032 regen icons (51f48b7)

v3.125.0

15 Jan 22:06
Compare
Choose a tag to compare

Bug Fixes

  • @clayui.css: LPD-44793 toggle-switch-sm label text breaks to new line too early (4ebdd4d)
  • @clayui/css: LPD-40824 Update code color to #e60000 red (750f56f), closes #e60000
  • @clayui/css: LPD-45052 Remove letter-spacing from diabled link in menubar-primary (ea66fae)
  • @clayui/css: LPD-45685 Multi Step Nav should use focus-visible (9a18636)
  • @clayui/form: LPD-45345 Radio Toggle Switch should use role="radio" (a7d88a5)

Features

  • @clayui/css: LPD-36816 Multi Step Nav adds multi-step-nav-center (ad0abb8)
  • @clayui/css: LPD-40080 Add new sticker variants sticker-outline-* (86c8523)
  • @clayui/css: LPD-45032 Add new gallery icon (89ff50a)
  • @clayui/multi-step-nav: LPD-36816 Adds prop center to center the nav (4a2de61)
  • @clayui/sticker: LPD-40080 Add new displayType outline-* (9a86f6d)

v3.124.0

19 Dec 02:39
Compare
Choose a tag to compare

Bug Fixes

  • @clayui/charts: LPD-44040 Update Clay Chart colors for accessibility (63575e3)
  • @clayui/core: fixes bug when keeping the column visible when it should be hidden (2bcbcf3)
  • @clayui/core: fixes bug when updating the state at render time a… 27bf8ca …nd the number of table columns when the state changes (1b4a50e)
  • @clayui/core: fixes keyboard navigation bug for VerticalNav with displayType primary (40dfe9b)
  • @clayui/css: LPD-44040 Update Atlas base colors (11d00af)

Features

  • @clayui/core: LPD-40160 Add displayType primary for VerticalNav for CMS Product Menu variant (8cbefc8)
  • @clayui/core: LPD-40160 Add floating menubar action button (1a2e082)
  • @clayui/core: LPD-40160 Add floating menubar action button (7782b3a)
  • @clayui/css: LPD-40160 Adds menubar-action for adding New Space (2bbfd72)
  • @clayui/css: LPD-40160 Adds menubar-primary for CMS Product Menu variant (5144840)
  • @clayui/css: LPD-42908 Adds language flags fr-BE, fr-CH, de-CH, it-CH, mk-MK, de-AT (98411df)
  • @clayui/css: LPD-44385 Add language flag no-No.svg (84999dd)

v3.123.1

27 Nov 22:55
Compare
Choose a tag to compare

Bug Fixes

  • @clayui/core: Adapt snapshots (c218410)
  • @clayui/core: Remove navbar-text-truncate class (3ca40d6)

v3.123.0

21 Nov 20:35
Compare
Choose a tag to compare

Features

  • @clayui/table: LPD-42395 Add tooltips to table action buttons in Clay Table (2834a18)
  • @clayui/table: LPD-42395 Update snapshot (09038db)

v3.122.0

14 Nov 08:16
Compare
Choose a tag to compare

Bug Fixes

  • @clayui/core: LPD-39956 - Not render left arrow button when child array is empty (2d154b4)
  • @clayui/core: LPD-39956 - Update tests (eb0c15a)
  • @clayui/css: LPD-39960 Fix padding between text and icon on table head (f0f92e0)
  • @clayui/css: LPD-39960 make autofit-col spacing smaller in thead (8649001)
  • @clayui/form: LPD-36696 DualListBox maximum items should correctly disable buttons and error message (53e9e80)
  • @clayui/form: LPD-36696 DualListBox adds children and don't disable left right buttons if no items are selected (c796665)
  • @clayui/modal: LPD-41004 clayui.com Modal should list more detail about size (1a922a4)
  • @clayui/modal: LPD-41004 exposes size types in the modal's Table API (821a939)
  • @clayui/pagination-bar: LPD-38518 - Add case test for pagination bar (0294c7d)
  • @clayui/picker: LPD-38518 - Add case test for picker option (97b6bbb)
  • @clayui/picker: LPD-38518 - Add prop "href" to handle options with links (2392cb9)
  • @clayui/sidebar: LPD-39580 Sidebar Header Title should be bold (700) (e0090c3)
  • @clayui/vertical-nav: LPD-39579 Vertical Navigation Items height should be 40px by default, not 41px (0c17878)

Features

  • @clayui/core: add new API to set item id key for table (c5b49d3)
  • @clayui/css: LPD-39977 Add new marketplace icon (cb64738)
  • @clayui/css: LPD-41347 - Add Rwanda Flag Icon (2c48243)
  • @clayui/dropdown: LPD-41310 Add "triggerIcon=undefined" prop to prevent caret-icon to be displayed (1805059)
  • @clayui/dropdown: LPD-41310 Adds caret icon only for trigger that is button (aebf2f3)
  • @clayui/dropdown: LPD-41310 Update Clay Dropdown Component to Include Caret Icon (5a5ed73)
  • @clayui/dropdown: LPD-41310 Update spanshots (56dfcd7)
  • @clayui/form: LPD-36696 Add new API to set maximum items for Left and Right side with error message (8e0ab50)
  • @clayui/form: LPD-36696 sf (766d9a8)
  • adding react compiler plugin (a2d14c9)

v3.121.0

17 Oct 18:27
Compare
Choose a tag to compare

Features

  • @clayui/core: Update sorting icons for the Clay Table. (ac89778)
  • @clayui/css: LPD-39299 Adds d4-l1 for colors (083c268)