Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 2, 2025

πŸ€– I have created a release beep boop

1.0.0 (2025-10-02)

Features

  • ✨ set the slack url as optional and disable log to slack in a fork (#3681) (3835673)
  • 3941 implement search functionality (#4023) (63cad14)
  • Adjust tokens and variables (#3887) (9271064)
  • allow React Node type for label props to allow it to be more customizable (#3140) (2d2686d)
  • autocomplete: Implement selectAll functionality (#3245) (e15ce0e)
  • autocomplete: Possible solution for object-checking (#3455) (13336b4)
  • data-grid: Add column pinning feature (#3176) (e60f98f), closes #3042
  • data-grid: Add functionality for manual/external sorting (#3172) (0d3cb4d)
  • data-grid: Allow controlling size (#3268) (36e1050)
  • data-grid: Expose expansion-state controls (#3292) (a4310cd)
  • data-grid: Expose table-instance via ref (#3670) (6869b88), closes #3586
  • datagrid: Hide filter icon when not applied & enable external filters (#3764) (a446bb4)
  • datepicker: add datepicker to eds (#3387) (f95dfd7)
  • datepicker: Enable custom date-formats (#3415) (2f91ed9)
  • datepickers: Enable setting locale from prop. (#3626) (01184ec)
  • design-system-docs: colour foundation (#3977) (e341fa0)
  • design-system-docs: Front page brand illustrations, front page cleaning (#4008) (1eeabe0)
  • eds-color-palette-generator: πŸš€ optimize playwright workflow to cache dependencies and browsers (#3937) (6e6e8e0)
  • eds-color-palette-generator: ✨ color palette with lightness input and more (#3848) (ab3f043)
  • eds-color-palette-generator: ✨ Show values on base colors and add white as a text color (#3844) (9de65a1)
  • eds-color-palette-generator: add about page describing the tool (#4026) (a21460d)
  • eds-color-palette-generator: Implement color palette generator (#3787) (473f19c)
  • eds-color-palette-generator: order colors and use text input for hex (#4022) (65e648a)
  • eds-color-palette-generator: support multiple color format input with validation (#4025) (0c5453d)
  • eds-core-react: ✨ Export Autocomplete Option Label (#3799) (90ae716)
  • eds-core-react: ✨ use locale prop for text and formats when it is defined (#3690) (e2122f9)
  • eds-core-react: ✨ Banner.Message - Allow ReactNode as children (#3805) (5270f0c)
  • eds-core-react: ✨ enhance Autocomplete onAddNewOption - stories, tests, and accessibility (#3841) (e7955f8)
  • eds-core-react: add disabled prop to Tooltip (#3908) (04c92af)
  • eds-core-react: add support for adding new options in Autocomplete (#3833) (d609525)
  • eds-core-react: allow user to override total number of options in autocomplete placeholder text. (5936d73)
  • eds-core-react: Autocomplete - always show "add new option" when onAddNewOption is provided (#3924) (9ec6979)
  • eds-core-react: Autocomplete: allow option-label prop to be used without type of object (#3915) (7ef765b)
  • eds-core-react: onChange now receives the tab’s value (if set) instead of always its index, with index used as a fallback (#3893) (42bb1df)
  • eds-data-grid-react: ✨ New ClickableCell component (#3868) (d4a982c)
  • eds-data-grid-react: πŸ”₯ remove redundant placeholder in DebouncedInput (#3807) (3ad09b7)
  • eds-data-grid: add Table Footer component (5f8015c)
  • eds-tokens: ✨ remove theme segment from the token and variable name (#3834) (0eea345)
  • eds-tokens: create and implement new build scripts (#4004) (522baa3)
  • eds-tokens: update-tokens (#4010) (8c1df55)
  • github: πŸ‘· add PR title validation workflow (#3995) (cacd875)
  • instructions: add comprehensive guidelines for project standards and component creation (#3845) (153b0fd)
  • make TextField id optional (#3730) (df03b24)
  • new color tokens and variables in code (#3733) (282330b)
  • Redesign the Meet the team page (#4015) (380754d)
  • Table footer in eds-core-react & eds-data-grid-react (#3624) (5f8015c)
  • tooltip: Allow defining custom root element for tooltips (#3696) (69e0a8c)
  • update radix application (866c5c5)

Bug Fixes

  • πŸ› fix build order to ensure type declarations are defined in build package (4d6fc2d)
  • πŸ› fixed typo in README.md (#3860) (c3701d2)
  • ci: πŸ‘· Add missing checkout step to packages job (#3816) (3a0b3a8)
  • datagrid: Fix sticky-ness of grouped headers (#3830) (3004536)
  • Datetime-input is formatted with / instead of : (#3450) (5a5aa68)
  • eds-color-palette-generator: πŸ› add some type definitions, remove unused parameter and ignore global eslint (#3823) (2e2c650)
  • eds-color-palette-generator: πŸ› fix monorepo version mismatch @types/react and @types/react-dom (#3800) (bc8c45e)
  • eds-color-palette-generator: fix vitest and playwright tests (#3936) (256b171)
  • eds-core-react, eds-data-grid-react: πŸ› prevent triggering sorting on resize (#3782) (066d91a)
  • eds-core-react, eds-utils: πŸ›Table - Fix Firefox table header wrapping issue (#3957) (a973b81)
  • eds-core-react: πŸ› Autocomplete, TextField: moves refs from containers to input element to fix scroll to field error with react hook form (#3777) (984add7)
  • eds-core-react: πŸ› Disable back button in year range based on year, not month (#3853) (aaa78a3)
  • eds-core-react: πŸ› Fix slider track disappearing on hover (#3803) (8406dc0)
  • eds-core-react: allow button to become disabled when the as prop is used (#3785) (a526c54)
  • eds-core-react: allow menu to close without item onclick (#3828) (1e2c935)
  • eds-core-react: Autocomplete - don't call onOptionsChange when clicking "Add new" in single select (#3932) (2521902)
  • eds-core-react: show number of selected items in placeholder text for autocomplete multiple when placeholder is provided and items are selected. (#3813) (5936d73)
  • eds-core-react: Tabs now allow 'null' value as child element 'Tabs.List' and 'Tabs.Panel' (#3878) (b67e3ea)
  • eds-data-grid-react: πŸ› change module type to ESNext in tsconfig.spec.json (#3826) (6f0c22f)
  • eds-data-grid-react: πŸ› Correct story reference (#3797) (28ebe3d)
  • eds-data-grid-react: πŸ› resolve dynamic row height scrolling issue in virtualised tables (#3840) (51f975a)
  • eds-data-grid-react: πŸ› Add mockup to test to fix test (#3802) (47c4ad4)
  • eds-data-grid-react: πŸ› Fix virtualization unmount crash in data grid when navigating away from tabs (#3969) (df01e7d)
  • eds-data-grid-react: Sortindicator was hidden on custom filters, but should be opposite (#3599) (48b11dc)
  • enable lightningcss-cli (6dafd9c)
  • Fix localization test (#3452) (238a428)
  • fixes issue where sidebar default state always starts as closed (#3672) (a44ad6b)
  • icon id for next.js (#3706) (7e923a1)
  • Icon: improve icon type definition by making it a descriminated union on name and data (#3547) (47ebede)
  • improves type safty for autocomplete when optionLabel is required (#3408) (89dd0df)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3060) (8c949a8)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3125) (d0c536c)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3277) (0f71502)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3404) (ae07500)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3473) (57dfe5d)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3686) (7685218)
  • packages/eds-core-react/Dockerfile.storybook to reduce vulnerabilities (#3766) (e803e31)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3051) (6609b34)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3126) (b10df8a)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3276) (e8dd648)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3406) (8001e44)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3643) (f688713)
  • packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities (#3729) (75c88a9)
  • pnpm lock (#3921) (5d22806)
  • remove dnsAppAlias (8eedf2b)
  • removes 'item is:' console log from autocomplete (#3788) (6b27643)
  • setup pnpm in workflows (#3979) (e2529ac)
  • sidebar: add aria-label to toggle button (#3066) (e46bf1c)
  • upgrade prettier from 3.0.2 to 3.0.3 (#3061) (6e31717)
  • when using menu in a form, the form is submitted when clicking on a menu item if closeOnClcik is set to false (#3660) (35f89ea)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add access to current table state in eds-data-grid Data Grid: Add column pinning

2 participants