Releases: public-ui/kolibri
Releases · public-ui/kolibri
Release 2.0.4
What's Changed
- fix: handle undefined prop values by @deleonio in #5781
- Improve nav component by @sdvg in #5833
- Fix alert samples by @sdvg in #5877
- Consistently use this.state._variant by @sdvg in #5880
- fix: remove not-allowed cursor when inputs are read-only by @laske185 in #5866
- feat: set aria-label to icon in version by @laske185 in #5871
- fix: checkbox onChange handling for
kol
-events by @deleonio in #5891 - build: fix dev script in theme package by @laske185 in #5892
- refact: Move schema code from the 'library' to the 'schema' package by @deleonio in #5884
- fix: backspace behavior at input date by @laske185 in #5901
- chore: optimize schema refactoring by @deleonio in #5900
- 5870 table render samples by @sdvg in #5907
- Fix stringification of link in Nav component by @cyrinermd in #5879
- Implemented new property (_paginationPosition) to control the placement of pagination in the table component by @cyrinermd in #5883
- Remove underline from inactive tabs by @cyrinermd in #5889
- Fix/handle undefined optimize by @deleonio in #5939
- Fix table cells and inputs being read ad 'clickable' in NVDA by @sdvg in #5933
- Fix: Missing aria-label by using hide-label by @deleonio in #5947
- fix: exclude invalide property default values by @deleonio in #5950
- Fix Textarea field resizing issue by @cyrinermd in #5886
- Improve table focus and scrolling behavior by @sdvg in #5953
- fix: documentation sample for nav component by @deleonio in #5956
Full Changelog: 2.0.3...2.0.4
Release 1.7.10
What's Changed
- [v1] Improve labels for external links by @sdvg in #5874
- [v1] Improve accessibility for sortable table columns by @sdvg in #5876
- [v1] Fix alert layout by @sdvg in #5878
- fix: add version label to icon in version component by @laske185 in #5888
- fix: backspace behavior at input date by @laske185 in #5902
- V1/pipeline fix by @laske185 in #5906
- Chore/update release 1 by @deleonio in #5905
- Update ci.yml by @deleonio in #5930
- Fix table cells and inputs being read ad 'clickable' in NVDA by @sdvg in #5928
- Fix: Missing
aria-label
by usinghide-label
by @deleonio in #5932 - Fix/handle aria label by hide label by @deleonio in #5948
- Improve table focus and scrolling behavior by @sdvg in #5945
- refact: handle undefined prop values by @deleonio in #5949
- V1/5881 fix double on change event by @laske185 in #5958
- Fix Textarea field resizing issue by @cyrinermd in #5959
- fix: documentation sample for nav component by @deleonio in #5957
- V1/5803 textarea resize by @deleonio in #5960
Full Changelog: 1.7.9...1.7.10
2.0.3
What's Changed
- Add draft-deploy workflow by @sdvg in #5797
- Add input-number readonly issue to KNOW_ISSUES by @sdvg in #5818
- react:remove themes by @deleonio in #5817
- Replace attribute hidden with classname visually hidden by @sdvg in #5819
- feat: display a badge in top of all samples when the theme is a draft by @laske185 in #5820
- fix: responsive design alert sample by @cbraehmig in #5825
- fix: spelling splitbutton by @cbraehmig in #5826
- Fix screen reader content for external links by @sdvg in #5815
- Docs: Fix color contrast for Mermaid dependency graphs by @sdvg in #5827
- Add input date readonly issue to known issues by @sdvg in #5828
- Remove legacy themes by @deleonio in #5831
- Implement error list in KolForm by @cyrinermd in #5799
- Improve accessibility for sortable table columns by @sdvg in #5780
- Implement error list in KolForm by @deleonio in #5832
- Fix condition for external links hint by @sdvg in #5842
- Bug/schlechter oder kein umbruch bei vergoesserung by @cyrinermd in #5719
- fix: tooltips arrow position by @laske185 in #5847
- Fix sample app layout for smaller viewports by @sdvg in #5849
- build: deploy action builds only necessary packages by @laske185 in #5854
- build: update generated component readmes by @laske185 in #5857
- fix: adopted-style-sheets dependency by @deleonio in #5852
- refact: remove th theme by @deleonio in #5851
New Contributors
- @cbraehmig made their first contribution in #5825
Full Changelog: 2.0.2...2.0.3
1.7.9
What's Changed
- [v1] Radio button: Define visible background color for forced-colors mode by @sdvg in #5809
- Update README and adjust BadgeButton label text by @cyrinermd in #5816
- feat: display a badge in top of all samples when the theme is a draft by @laske185 in #5822
- Improve Range Slider Accessibility and Display Output Value by @cyrinermd in #5821
- Remove legacy themes by @deleonio in #5830
- fix: adopted-style-sheets dependency by @deleonio in #5853
- refact: remove th theme by @deleonio in #5850
Full Changelog: 1.7.8...1.7.9
Release 2.0.2
What's Changed
- Update all snapshots by @sdvg in #5796
- fix: component loading for vite esm by @deleonio in #5794
- fix: lazy initialization of the global KoliBri context by @laske185 in #5802
- Fix Tooltip positions by changing strategy to 'fixed' by @sdvg in #5798
- chore: update deps by @deleonio in #5813
Full Changelog: 2.0.1...2.0.2
Release 1.7.8
Release 2.0.1
What's Changed
- Set host background colors back to transparent for all themes by @sdvg in #5734
- Fix ID for input radio error message. Adjust selectors in themes by @sdvg in #5763
- Added transparent outlines to components which were otherwise not vis… by @sdvg in #5760
- Adjust label colors and descriptions by @sdvg in #5759
- style: improve error styles for inputs (BMF) by @Chrisdo82 in #5757
- feat: add patch theme append styles by @deleonio in #5755
- fix: resolve i18n naming conflict by @laske185 in #5761
- Adjust radio example so all groups can be focused by @sdvg in #5758
- Radio button: Define visible background color for forced-colors mode by @sdvg in #5764
- KoliBri (logo) component: Remove
animate
prop by @sdvg in #5766 - Implement button click confirmation toast for split button and reduce its width by @cyrinermd in #5769
- Improve nav samples by @sdvg in #5771
- Improve Range Slider Accessibility and Display Output Value by @cyrinermd in #5765
- Update README and adjust BadgeButton label text by @cyrinermd in #5772
- Add KNOWN_ISSUES by @sdvg in #5774
- Fix build issues in Create-templates by @sdvg in #5775
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #5790
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #5791
- Add GitHub Action
update-snapshots
by @sdvg in #5793
New Contributors
- @cyrinermd made their first contribution in #5769
Full Changelog: 2.0.0...2.0.1
Release 1.7.7
What's Changed
- Make tooltip width configurable with CSS custom property by @sdvg in #5665
- button: add styles for custom classes like success and icon-only (BMF) (1.7.x) by @Chrisdo82 in #5677
- a11y: always preset font and background color by @deleonio in #5702
- [v1] Allow propagation of keyup events on input elements by @sdvg in #5720
- chore: remove table badge size snap test by @deleonio in #5712
- Update types.ts by @deleonio in #5724
- [v1] Fix image path in React sample app by @sdvg in #5726
- docs: add migration guide by @deleonio in #5722
- [v1] Set background-color transparent on :host for all themes by @sdvg in #5756
- feat: add patch theme append styles by @deleonio in #5754
- [v1] Checkbox: Use icons as visuals by @sdvg in #5746
- [v1] Fix ID for input radio error message; Adjust selectors in themes by @sdvg in #5770
- [v1] fix: resolve i18n naming conflict by @laske185 in #5778
Full Changelog: 1.7.6...1.7.7
🥝 Release 2.0.0
What's Changed
- Remove deprecated components, component properties and prop types by @sdvg in #5423
- v2.0.0-rc.0 by @deleonio in #5449
- chore: update deps and lock by @deleonio in #5454
- chore: remove core by @deleonio in #5455
- Fix/theme template by @deleonio in #5460
- Implement SampleDescription component by @sdvg in #5428
- Add V3 Theme by @sdvg in #5462
- Chore/remove themes by @deleonio in #5463
- Refactor details icon to one icon, that's rotated via CSS by @sdvg in #5465
- chore: make _label required by @deleonio in #5464
- Add CSS layers POC by @sdvg in #5424
- fix: patch theme by @deleonio in #5469
- Make pagination buttons theme-able by replacing kol-button with kol-button-wc by @sdvg in #5471
- fix: this commit makes the label optional for label by @deleonio in #5475
- chore: update deps by @deleonio in #5474
- chore: add a ssr szenario by @deleonio in #5473
- Toast Service: Convert Toast to internal functional component and allow render function instead of description string by @sdvg in #5477
- Add access key to button by @sdvg in #5482
- 5392 feature shotcuts buchstabe hinter label anzeigen+input+link by @deleonio in #5487
- Move toast service documentation from deprecated toast component to toast-container by @sdvg in #5485
- Fix navigation item width by @sdvg in #5491
- Configure
jsxFragmentFactory
to allow short Fragment syntax in JSX by @sdvg in #5503 - Refactor enum props by @sdvg in #5492
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #5500
- Normalize button baseline for version with and without icons by @sdvg in #5490
- Migration-Tool: add a new option for overwrite current and target version + fix
_label
handling by @deleonio in #5509 - style(KolPagination): only the button of the current page should be bold by @Chrisdo82 in #5511
- fix: hidden logo by @deleonio in #5514
- fix: checkbox button focus by disabled by @deleonio in #5529
- fix: nav accent by @deleonio in #5533
- fix: align image, logo and kolibri by @deleonio in #5531
- fix: details missing aria hidden by @deleonio in #5530
- feat: add focus to accordion and details by @deleonio in #5535
- fix: missing expert slot name in heading component by @deleonio in #5539
- Fix badge examples to ensure minimum color contrast by @sdvg in #5540
- style(KolButton, KolLinkButton): increase font-size by @Chrisdo82 in #5510
- Style/bmf font size v2 by @deleonio in #5555
- Extract and refactor alignFloatingElements method by @sdvg in #5542
- Toaster: Add methods to close individual or all toasts by @sdvg in #5537
- [v2] Define Popover as internal component, remove public API by @sdvg in #5545
- build(deps): bump chromedriver from 118.0.1 to 119.0.1 by @dependabot in #5562
- Create codeql.yml by @deleonio in #5579
- [v2] Details: Move animation from entire details to container to just the content wrapper. This allows overflowing content (e.g. an outline) on the summary element. by @sdvg in #5578
- Fix Readme's for Docusaurus v3 by @deleonio in #5584
- Fix Naming of theme by @deleonio in #5587
- add angular 17 sample by @deleonio in #5591
- [v2] Fix table render by @sdvg in #5596
- fix: initial table sort by @laske185 in #5598
- Introduce aria-current service by @sdvg in #5599
- Trim Avatar labels by @sdvg in #5601
- Implement getValue methods for all input components and add sample app scenario to allow testing by @sdvg in #5602
- Heading: Add
variant
property by @sdvg in #5613 - Fork bzst as bzst-v2 with layers enabled by @sdvg in #5614
- style: hide border when hidden-error is set (BMF) by @Chrisdo82 in #5633
- Fix badge button colors and spacings by @sdvg in #5627
- [v2] Zv2: Fix --color-grau-50 according to Styleguide by @sdvg in #5624
- feat: i18nextService uses namespace "KoliBri" by @laske185 in #5610
- chore: add angular 17 adapter by @deleonio in #5641
- table multi sort by @laske185 in #5612
- chore: remove aria hidden by hide error by @deleonio in #5656
- fix: checkbox button semantic by @deleonio in #5654
- refact: hideError validation by @deleonio in #5660
- Extend table render-cell example by @sdvg in #5594
- Make tooltip width configurable with CSS custom property by @sdvg in #5664
- Feature/bzst 2 by @laske185 in #5615
- Fix kol-input layout interferences caused by hidden label and tooltip by @sdvg in #5672
- Entending CONTRIBUTING.md by @laske185 in #5678
- button: add styles for custom classes like success and icon-only (BMF) by @Chrisdo82 in #5676
- Update Package README's by @sdvg in #5679
- Configure stale action by @sdvg in #5688
- Fix mailto-link in security document by @sdvg in #5690
- chore: Stale Bot config: Disable debug mode and set days-before-stale… by @sdvg in #5691
- [v2] Allow propagation of keyup events on input elements by @sdvg in #5689
- Active stale bot by @sdvg in #5706
- Update stale.yml by @deleonio in #5710
- a11y: always preset font and background color by @deleonio in #5703
- Checkbox: Use icons as visuals by @sdvg in #5698
- chore: remove table badge size snap test by @deleonio in #5713
- fix: radios onChange was called twice by @laske185 in #5714
- Update types.ts by @deleonio in #5717
- Fix image path in React sample app by @sdvg in #5725
- docs: add migration guide by @deleonio in #5721
Full Changelog: 1.7.2...2.0.0
Release 1.7.6
What's Changed
- fix: remove expert slot from accordion component by @deleonio in #5538
- Fix/badge colors by @deleonio in #5547
- Fix/a11y font family settings v1 by @deleonio in #5541
- update snapshots by @deleonio in #5552
- Style/bmf font size v1 by @deleonio in #5557
- [v1] Toaster: Add methods to close individual or all toasts (Backport from version 2) by @sdvg in #5559
- [v1] Define Popover as internal component, remove public API by @sdvg in #5558
- [v1] Details: Move animation from entire details to container to just the content wrapper. This allows overflowing content (e.g. an outline) on the summary element. by @sdvg in #5577
- Fix Readme's for Docusaurus v3 by @deleonio in #5585
- Disable package builds for the documentation by @deleonio in #5586
- fix naming by @deleonio in #5588
- [v1] Fix table render by @sdvg in #5597
- fix initial table sort (1.7) by @laske185 in #5600
- [v1] Trim Avatar labels by @sdvg in #5605
- style: hide border when hidden-error is set (BMF) (1.7.x) by @Chrisdo82 in #5621
- [v1] Zv2: Fix --color-grau-50 according to Styleguide by @sdvg in #5625
- feat: i18nextService uses namespace "KoliBri" (1.7.x) by @laske185 in #5611
- chore: add angular 17 adapter by @deleonio in #5642
- chore: remove aria hidden by hide error by @deleonio in #5655
- fix: checkbox button semantic by @deleonio in #5653
- refact: hideError validation by @deleonio in #5661
- Add role=presentation to cell rendered by React to prevent it from being announced as clickable by @sdvg in #5662
Full Changelog: 1.7.5...1.7.6