Conversation
…omponents-appear-as-folders-due-to-standalone-mdx-docs chore(storybook): attach standalone MDX pages as docs tabs and flatten ThemeProvider title #646
* feat(breadcrumb): new TEDI-Ready component #22 * feat(breadcrumb): cr fixes #22 * feat(breadcrumbs): rename breadcrumbs component, improved condensed appearance #22 * feat(breadcrumb): fix storybook object error #22 * feat(breadcrumbs): update zeroheight and figma urls to accommodate name change #22
* fix(number-field): handle decimal input and sync controlled value correctly #596 * feat(number-field): add decimalSeparator prop #596 * fix(number-field): cr fix #596 * fix(number-field): localize decimal separator and emit undefined when empty #596 BREAKING CHANGE: onChange signature widened from (value: number) => void to (value: number | undefined) => void * fix(number-field): reject partially invalid text before parsing #596
# [18.0.0-rc.1](react-17.2.0-rc.1...react-18.0.0-rc.1) (2026-06-01) ### Features * **number-field:** add decimalSeparator prop [#596](#596) ([#623](#623)) ([c1de6d7](c1de6d7)) ### BREAKING CHANGES * **number-field:** onChange signature widened from (value: number) => void to (value: number | undefined) => void
Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.26.28 to 0.27.19. - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.19/packages/react) --- updated-dependencies: - dependency-name: "@floating-ui/react" dependency-version: 0.27.19 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.22 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits/4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (#657) Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.6.0 to 7.7.0. - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](stormwarning/stylelint-config-recess-order@v4.6.0...v7.7.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-version: 7.7.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(modal): TEDI-Ready Modal component #75 * feat(modal): update stories #75 * fix(modal): fix hidden figma and zeroheight references #75 * fix(modal): fix prop default, fix mobile views #75 * feat(modal): fix figma/zeroheight urls in storybook #75 * fix(modal): fix border when no content is present #75 * feat(modal): design review fixes #75 * fix(modal): cr fixes #75 * feat(modal): simplified modalcontent prop descriptions #75 * feat(modal): add deprecated annotations for community modal components #75
* feat(pagination): new TEDI-Ready Pagination component #20 * feat(pagination): behaviour improvements, react router guide #20 * feat(empty-state): new TEDI-Ready component #10 * feat(table): initial commit #112 * feat(table): improve stories, fix crashes on filters #122 * fix(table): fix type error #122 * feat(pagination): remove small size #20 * feat(table): improve stories #122 * feat(table): improve stories #122 * feat(table): update stories #122 * feat(table): add server side support #122 * feat(table): replace hard coded labels #122 * feat(table): add small descriptions to stories for guide #122 * fix(table): fix sb build error #122 * fix(table): fix server side #122 * fix(table): improve ids, remove dead code, cleanup #122 * fix(table): improve a11y #122 * fix(table): add draggable rows/columns examples #122 * fix(table): improve pagination responsive #122 * feat(table): code review fixes #122 * feat(table): cr fixes #122 * fix(table): cr fixes #122 * feat(table): improve screenreader problems, align component more with the others #122 * fix(table): cr fixes #122 * fix(table): cr fixes #122 * fix(table): fix columns menu status #122 * chore: make Table stories more interactive #122 * chore: update Table stories #122 * fix(table): design review fixes #122 * fix(table): improve stories #122 * feat(table): update consumer skill for wcag #122 * fix(table): replace custom styled links with buttons in stories #122 * fix(table): design review fixes #122 * fix(table): replace timefield in table examples #122 * feat(table): improve dragging indicatiors #122 * feat(table): add prop for highlightSelectedRows #122 * feat(table): add single selection row functionality and radio button #122 * feat(table): add grouped rows functionality, cr fixes #122 * feat(table): add sortable thead #122 * feat(table): add collapsible row trigger and responsive examples #122 * feat(table): code review fixes #122 * feat(table): code review fixes #122 * feat(table): wcag improvements #122 * feat(table): wcag improvements #122 * feat(table): build error fix #122 * feat(table): add draggable column + sticky header example #122 * feat(table): add keyboard reorder support #122 * feat(table): cr fixes #122
* feat(filter): new TEDI-Ready component #530 * feat(filter): update stories, move to another folder #530 * feat(filter): update stories #530 * feat(filter): fix states responsive #530 * feat(filter): fix styles #530 * fix(filter): clear selection styles fix #530 * fix(filter): fix disabled styles, update core, update states example #530 * fix(filter): remove uneccessary comments #530 * feat(filter): improve test coverage #530 * fix(filter): cr fixes #530 * feat(filter): add active state variables #530 * feat(filter): remove unreliable NODE_ENV dev guard #530 * fix(filter): fix dropdown active state #530 * fix(filter): fix test #530 * feat(filter): fix stories, simplify prop descriptions #530
* feat(header): add new TEDI-Ready component #506 * feat(header): add tests, refactor #506 * feat(header): add CR fixes #506 * feat(header): add CR fixes #506 * feat(header): add CR fixes #506 * feat(header): add design review fixes #506 * feat(header): add CR fixes #506 * feat(header): refactor #506 * feat(horizontal-nav): initial commit #418 * feat(horizontal-nav): add examples like in figma, fix mobile #418 * feat(horizontal-nav): refactor and wcag improvements #418 * feat(horizontal-nav): improve stories #418 * feat(horizontal-nav): fix tablet examples, improve mega menu width #418 * feat(horizontal-nav): improve test coverage and consumer skill #418 * feat(horizontal-nav): cr fixes #418 * feat(top-nav): rename component #418 * feat(top-nav): prevent TopNav story turning into a folder #418 * feat(top-nav): design review fixes #418 * feat(top-nav): code/design review fixes #418 --------- Co-authored-by: Ly Tempel <ly.tempel@bitweb.ee>
* feat(dropdown): TEDI-Ready Dropdown component #94 * chore: fix stories #94 * feat(dropdown): add dropdown separator and divided prop + examples #94 * feat(dropdown): tree variant, placement control #94 * feat(separator): match stories with Figma #94 * fix(dropdown): fix stories #94 * feat(date-picker): initial commit #24 * feat(dropdown): add className props, add box-shadow, remove unused type #94 * feat(date-field): new TEDI-Ready DateField component #24 * feat(date-field): type error fixes #24 * feat(date-field): fix examples, add unit tests #24 * feat(date-field): states example, css fixes #24 * fix(dropdown): focused item indicator fix, fix stories #94 * fix(dropdown): fix tab targeting on choice items #94 * fix(dropdown): fix focus scrolling bug #94 * feat(date-field): fix month and year grid selections when calendarView is set #24 * fix(date-field): today button margin issue fix #24 * fix(dropdown): design review fixes #94 * fix(dropdown): checkbox/radio tab targeting fix #94 * fix(dropdown): add deprecated badge to Community component, update Figma links #94 * fix(dropdown): add more test coverage #94 * fix(dropdown): update tests #94 * fix(dropdown): improve test coverage #94 * feat(date-field, date-calendar): separate components #24 * feat(date-field): design review fixes #24 * feat(date-field): update stories #24 * fix(date-field): multivalue calendar positioning #24 * feat(calendar): design review fixes #24 * fix(date-field): design review fixes vol 2 #24 * feat(date-picker): design review fixes on Calendar #24 * fix(date-field): design review fixes #24 * feat(date-field): calendar fixes #24 * feat(date-field): add tests #24 * fix(date-field, calendar): code review fixes #24 * feat(date-field): code review fixes, update test coverage #24 * feat(date-field): code review fixes #24 * fix(date-field): code review fixes #24 * fix(date-field): code review fixes #24 * feat(time-field): new TEDI-ready component #25 * fix(time-field, time-picker): code review fixes #25 * fix(time-picker): code review fixes #25 * fix(time-picker): code review fixes, improve test coverage #25 * fix(time-field, time-picker): code review fixes #25 * fix(time-picker): fix initial value reset #25 * fix(time-field): radio grid tab selection fix #25 * fix(time-field): code review fixes #25 * fix(date-field): code review fixes #24 * fix(calendar): code review fixes #24 * feat(date-field): fix desc formatting for Storybook to show prop descriptions #24 * feat(date-field): improve prop name #24 * fix(time-field): improve scrolling, toggle picker button #25 * fix(date-field): code review fixes #24 * fix(date-field): code review fixes #24 * fix(date-field): multiple months mobile fix #24 * fix(date-field): locale parsing more universal #24 * feat(date-time-field): component development #554 * feat(date-time-field): refactor #554 * feat(date-time-field): refactor #554 * fix(date-time-field): timewheel fixes #554 * fix(time-field): code review changes #25 * fix(time-field): remove duplicate row #25 * fix(date-field): code review fixes #24 * fix(time-field): allow useNativePicker to be used regardless of breakpoint #25 * fix(date-field): add breakpoint props support #24 * fix(date-field): remove duplicate appearance:none; #24 * fix(date-field): textfield focus styles, textfield small input height fix #24 * fix(text-field): align right area content center #24 * fix(time-field): add formatting when valid time without delimiter is entered #25 * fix(date-field,calendar): cr fixes #24 * fix(choice-group): remove comment #25 * feat(time-wheel): wrap keyboard navigation at column ends #25 * chore: update consumer skills for TimeField and TimePicker #25 * feat(date-time-field): update consumer skill, update stories #554 * fix(date-time-field): cr fixes #554 * feat(date-time-field): refactor #554 * fix(date-time-field): remove duplicate height #554 * fix(date-time-field): improve test coverage #554 * fix(date-time-field): improve tests, remove comments #554 * feat(date-time-field): code review fixes #554 * feat(date-time-filter): code review fixes #554 * fix(date-time-field): add the english locale for months in datetimefield stories #554 * feat(date-time-field): harmonize stories to estonian language #554 * fix(time-field): add english guidelines #554 * feat(date-time-field): fix linter error #554 * fix(date-time-field): placeholder to estonain fix #554 * feat(date-time-field): prevent calendar dropdown dismissal on month/year select #554
# [18.0.0-rc.9](react-18.0.0-rc.8...react-18.0.0-rc.9) (2026-06-10) ### Features * **date-time-field:** TEDI-Ready DateTimeField component [#554](#554) ([#626](#626)) ([47b5be1](47b5be1)), closes [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#24](#24) [#94](#94) [#24](#24) [#24](#24) [#24](#24) [#94](#94) [#94](#94) [#24](#24) [#24](#24) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#24](#24) [#24](#24) [#24](#24) [#24](#24) [#24](#24) [#24](#24) [#24](#24) [#25](#25) [#25](#25) [#25](#25) [#25](#25) [#25](#25) [#24](#24) [#24](#24) [#25](#25) [#24](#24) [#25](#25) [#25](#25) [#25](#25) [#24](#24) [#24](#24) [#24](#24) [#25](#25) [#25](#25) [#25](#25) [#25](#25)
#665) * feat(modal): TEDI-Ready Modal component #75 * feat(modal): update stories #75 * fix(modal): fix hidden figma and zeroheight references #75 * fix(modal): fix prop default, fix mobile views #75 * feat(modal): fix figma/zeroheight urls in storybook #75 * fix(modal): fix border when no content is present #75 * feat(modal): design review fixes #75 * fix(modal): cr fixes #75 * feat(pagination): complete the component with modal, add more examples #640 * fix(breadcrumbs): design review fixes #640 * feat(pagination): harmonize with Angular, fix variables #640 * feat(pagination): design review fixes, add breakpointProps #640 * feat(pagination): fixes #640 * feat(pagination): add huge page count example, fix design #640 * feat(pagination): add custom page size functionality #640 * feat(pagination): code review fixes #640 * feat(pagination): fix failing table test #640
* feat(footer): new TEDI-Ready component #5 * feat(collapse): add inverted variant #647 * feat(collapse): cr fixes #647 * feat(footer): update mobile collapse, improve examples #5 * feat(footer): harmonize with Figma #5 * feat(footer): cr fixes #5 * feat(footer): design review fixes #5 * feat(footer): fix device sizes examples jumping #5 * feat(footer): design review improvements #5 * feat(footer): remove custom images from public #5
* feat(progress-bar): new TEDI-Ready component #32 * feat(attachment): initial commit #644 * feat(attachment): add progress bar #644 * feat(attachment): new TEDI-Ready component #644 * fix(attachment): fix description #644 * feat(attachment): update consumer skill for Attachment #644 * feat(attachment): fixes #644 * feat(progress-bar): cr fixes #32 * feat(progress-bar): design review fixes #32 * feat(attachment): update component with actions slot #644 * feat(progress-bar): fix value font size #32 * fix(attachment): fix progressbar import #644 * feat(attachment): update design based on figma #644 * feat(attachment): mobile fixes #644 * feat(attachment): remove invalid story #644 * feat(attachment): cr fixes #644 * feat(attachment): code review fixes #644 * feat(attachment): code review fixes #644 * feat(attachment): fix build error #644 * feat(attachment): translate stories, fix descriptions of fileupload props #644 * feat(file-upload): translate stories to estonian #644 * feat(file-dropzone): icon alignment in label #644 * feat(attachment): design review fixes #644
* feat(modal): TEDI-Ready Modal component #75 * feat(modal): update stories #75 * fix(modal): fix hidden figma and zeroheight references #75 * fix(modal): fix prop default, fix mobile views #75 * feat(modal): fix figma/zeroheight urls in storybook #75 * fix(modal): fix border when no content is present #75 * feat(modal): design review fixes #75 * fix(modal): cr fixes #75 * feat(date-field): improve component with modal functionality #642 * feat(date-field): design review fixes #642 * feat(date-field): increase test coverage #642 * feat(date-field): design review fixes #642 * feat(date-field): add simpler description to stories #642 * feat(date-field): cr fixes #642
* feat(table-of-contents): new TEDI-Ready component #19 * feat(table-of-contents): fix wcag issues #19 * feat(table-of-contents): simplify examples #19 * fix(table-of-contents): fix intersection observer logic in sticky in layout story #19 * feat(table-of-contents): update components.md #19 * feat(table-of-contents): code and design review fixes #19 * feat(table-of-contents): mobile subcomponent #19 * feat(table-of-contents): cr fix #19 * feat(table-of-contents): change import #19 * feat(table-of-contents): design and code review fixes #19 * feat(table-of-contents): sticky layout example improvement #19
… Footer, Sidenav and Table #122 (#700) * feat(collapse): use CollapseButton, title no longer toggles, refactor Footer, Sidenav and Table #122 BREAKING CHANGE: Collapse title no longer toggles; use `fullRowToggle` for whole-row click. * feat(collapse): fix footer collapse alignment #687 * fix(collapse,table): cr fixes #687 * feat(collapse): code review fixes, move to content folder, bump core version #687
# [18.0.0-rc.31](react-18.0.0-rc.30...react-18.0.0-rc.31) (2026-07-01) ### Features * **collapse:** use CollapseButton, title no longer toggles, refactor Footer, Sidenav and Table [#122](#122) ([#700](#700)) ([8105575](8105575)), closes [#687](#687) [#687](#687) [#687](#687) ### BREAKING CHANGES * **collapse:** Collapse title no longer toggles; use `fullRowToggle` for whole-row click.
) * chore(deps-dev): bump jest-environment-jsdom from 29.7.0 to 30.4.1 Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.7.0 to 30.4.1. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix skeleton test #000 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Airike Jaska <95303654+airikej@users.noreply.github.com>
|
Important Review skippedToo many files! This PR contains 503 files, which is 353 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (503)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
No description provided.