Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0-beta.7 (2024-10-22)
Bug Fixes
- css: #261 remove unecessary z-index prop (801366a)
- icon: prevent icons from breaking text flow by changing display to inline-flex #242 (6a4ed5c)
- icons: remove special characters in icon names (c3e9a54)
- slider: do not emit event when value property change #274 (fc2e048)
Features
- webcomponent: aria for multiselect (423d92e)
- webcomponent: implement aria for dropdown select (40b9515)
- webcomponents: keyboard navigation for dropdown select (cfe09e6)
- webcomponents: keyboard navigation for multiselect (3195ff0)
Reverts
- Revert "chore(repo): bump all framework output target packages for stencil" (9e4fa2d)
2.0.0-beta.6 (2024-09-23)
Bug Fixes
- webcomponent: fix dropdown select behaviour for autosuggest (c843ed3)
- webcomponent: fix multiselect with autosuggest (c97a1c2)
- webcomponent: implement new usecases (48277ae)
- webcomponent: multiselect open when filtering (e830034)
2.0.0-beta.5 (2024-09-19)
Bug Fixes
- react2: remove tooltip when clicking on dropdownSelect (f448528)
- website: fix artifactory wording (7ae76cf)
Features
- css: center text of no datatable (3e5311f)
- css: change cusor for auto sugget input (96aaefd)
- react2: add autosuggest for multiselect (0f65ce6)
- react2: implement autosuggest for dropdown select (23d5f3d)
- web-components: implement autocomplete (3ca464b)
- webcomponent: add autosuggest for multiselect (41beed0)
- webcomponent: dropdown select autosuggest (de52ca7)
2.0.0-beta.4 (2024-08-07)
Bug Fixes
- datatable: update based on review comments (b5190bf)
- react2: multiselect not editable with pointer cursor (bd58533)
- react2: progress bar props must be optionals (1a8cdb7)
Features
- datatable: support sizes for the datatableNoData container (b8e85d9)
- react2: add chevron icons in DropdownSelect (3fbdb26)
- react2: add chevron icons in Multiselect (48f1949)
- react2: add datatable (cef4a5f)
- react2: add datatable css (4c926bf)
- react2: add datatablebody (6554c65)
- react2: add datatablecell (d80eb9e)
- react2: add datatableheader (1ffd350)
- react2: add datatablenodata (5ff7beb)
- react2: add datatablerow (7cb9f56)
- react2: add sizes for datatableNoData (4f06fe6)
- tokens: add dark mode for datatable (ffc7c5e)
- webcomponents: add sizes for datatableNoData (cb9f905)
2.0.0-beta.3 (2024-07-10)
Bug Fixes
- datatable: change datatable file name (34e1259)
Features
- css: add css for the margin density (6fd78fe)
- css: add horizonal scroll to datatable (0341cb7)
- css: build sizes and styles for data table component (025dc2e)
- css: implement completed datatable (7ccfc44)
- css: set default style to be flat (87a9943)
- css: WIP modify datatable-array style (e27ec81)
- dataTable: add tokens (00d7e03)
- repo: add the datatable-array-no-rows component (ee1dbfa)
- tokens: update datatable tokens (3abc384)
- tokens: update new tokens (ed7125e)
- web-components: implement a datatable-array and a datatable container components (a058e2c)
- web-components: use Host to create datatable components (177270d)
- web-component: WIP add datatable-cell (967438d)
- webcomponent: add roles for datable component (17c755a)
2.0.0-beta.2 (2024-07-01)
Bug Fixes
2.0.0-beta.1 (2024-06-28)
Features
- multiselect: add custom render (f77b1ce)
2.0.0-beta.0 (2024-06-26)
Bug Fixes
- css: replace focus-within by focus to fix issue #251 (c11aa17)
- react: form field children rerender doesn't throw an error anymore (d57c4f8)
- react: form field children rerender doesn't throw an error anymore (1e73c78)
- react: grid children rerender doesn't throw an error anymore (3ca6495)
- react: menu item list and submenu item list children rerender doesn't throw an error anymore (eaad33d)
Features
- react2: react implementation of the quantum lib components (290b58b)
1.4.0 (2024-02-20)
Bug Fixes
- dropdownSelect: fix react hook form problems (f18058c)
- web-components: fix dropdown select issues with options prop (26f2321)
- web-components: fix multiselect dynamic children (5f5693d)
- web-components: option by default in dropdown select must be active when using prop options (48d110d)