Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/eds-core-react": "1.0.0",
"packages/eds-data-grid-react": "1.0.0",
"packages/eds-icons": "1.0.0",
"packages/eds-lab-react": "0.8.0",
"packages/eds-tokens": "1.0.0",
"packages/eds-utils": "1.0.0"
"packages/eds-core-react": "1.1.0",
"packages/eds-data-grid-react": "1.1.0",
"packages/eds-icons": "1.0.1",
"packages/eds-lab-react": "0.9.0",
"packages/eds-tokens": "1.1.0",
"packages/eds-utils": "1.0.1"
}
114 changes: 94 additions & 20 deletions packages/eds-core-react/CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "1.0.0",
"version": "1.1.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -78,9 +78,9 @@
"typescript": "^5.9.2"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"styled-components": "^6"
"react": ">=19.0.0",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
Expand Down
77 changes: 57 additions & 20 deletions packages/eds-data-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,62 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2025-10-09

This release marks the data grid as **production-ready**. The v1.0.0 milestone signals API stability and our commitment to semantic versioning.

### BREAKING CHANGES ⚠️

- **React 19 Required**: This version requires React >= 19.0.0 and React DOM >= 19.0.0. Previous versions are not compatible with React 19, and this version is not compatible with React 18.

### Changed

- chore: React 19 upgrade by @pomfrida in https://github.com/equinor/design-system/pull/4007
## [1.1.0](https://github.com/equinor/design-system/compare/eds-data-grid-react@1.0.0...eds-data-grid-react@v1.1.0) (2025-10-14)


### ✨ Added

* **data-grid:** Add column pinning feature ([#3176](https://github.com/equinor/design-system/issues/3176)) ([e60f98f](https://github.com/equinor/design-system/commit/e60f98fcfdb3e8e8d6b7a48fc25a9c391cd220b8)), closes [#3042](https://github.com/equinor/design-system/issues/3042)
* **data-grid:** Add functionality for manual/external sorting ([#3172](https://github.com/equinor/design-system/issues/3172)) ([0d3cb4d](https://github.com/equinor/design-system/commit/0d3cb4d831864f46a34a0e18ef7d35d2723d33ce))
* **data-grid:** Allow controlling size ([#3268](https://github.com/equinor/design-system/issues/3268)) ([36e1050](https://github.com/equinor/design-system/commit/36e10500820a17ea1b3e4fdf67f7f695e3b44b6f))
* **data-grid:** Expose expansion-state controls ([#3292](https://github.com/equinor/design-system/issues/3292)) ([a4310cd](https://github.com/equinor/design-system/commit/a4310cd1e7b636500eb888a2dcc9e40e6f8c52b2))
* **data-grid:** Expose table-instance via ref ([#3670](https://github.com/equinor/design-system/issues/3670)) ([6869b88](https://github.com/equinor/design-system/commit/6869b88be2b55ab30ea80d9edc5206dad693a5a2)), closes [#3586](https://github.com/equinor/design-system/issues/3586)
* **datagrid:** Hide filter icon when not applied & enable external filters ([#3764](https://github.com/equinor/design-system/issues/3764)) ([a446bb4](https://github.com/equinor/design-system/commit/a446bb43d6f8d2f5ad300d7000cdd4cb7c684d22))
* **datepicker:** Enable custom date-formats ([#3415](https://github.com/equinor/design-system/issues/3415)) ([2f91ed9](https://github.com/equinor/design-system/commit/2f91ed92797bdf42c682e421b86bbaf67247257f))
* **eds-data-grid-react:** ✨ New `ClickableCell` component ([#3868](https://github.com/equinor/design-system/issues/3868)) ([d4a982c](https://github.com/equinor/design-system/commit/d4a982c8c22f2b258e241a27f1b7db5d884b729d))
* **eds-data-grid-react:** 🔥 remove redundant placeholder in DebouncedInput ([#3807](https://github.com/equinor/design-system/issues/3807)) ([3ad09b7](https://github.com/equinor/design-system/commit/3ad09b70c72150fe2a3646402fb2e62e5514784d))
* **eds-data-grid:** add Table Footer component ([5f8015c](https://github.com/equinor/design-system/commit/5f8015c3817b7e9437d3436b65f37552be261da4))
* Table footer in `eds-core-react` & `eds-data-grid-react` ([#3624](https://github.com/equinor/design-system/issues/3624)) ([5f8015c](https://github.com/equinor/design-system/commit/5f8015c3817b7e9437d3436b65f37552be261da4))


### 🐛 Fixed

* **datagrid:** Fix sticky-ness of grouped headers ([#3830](https://github.com/equinor/design-system/issues/3830)) ([3004536](https://github.com/equinor/design-system/commit/3004536f011c6f5dbffb481de2d870df82b35756))
* **eds-core-react, eds-data-grid-react:** :bug: prevent triggering sorting on resize ([#3782](https://github.com/equinor/design-system/issues/3782)) ([066d91a](https://github.com/equinor/design-system/commit/066d91a32b5b0a0a7c8cf2b52a5e12df74cd8563))
* **eds-data-grid-react:** :bug: change module type to ESNext in tsconfig.spec.json ([#3826](https://github.com/equinor/design-system/issues/3826)) ([6f0c22f](https://github.com/equinor/design-system/commit/6f0c22f4d80bf00f882e91c51f54a58ad69b7ae4))
* **eds-data-grid-react:** :bug: Correct story reference ([#3797](https://github.com/equinor/design-system/issues/3797)) ([28ebe3d](https://github.com/equinor/design-system/commit/28ebe3d2c9ed7b808f21d88faffff19f1f443eda))
* **eds-data-grid-react:** 🐛 resolve dynamic row height scrolling issue in virtualised tables ([#3840](https://github.com/equinor/design-system/issues/3840)) ([51f975a](https://github.com/equinor/design-system/commit/51f975a547190c0875d25e6a635f8dc2b6aea4ac))
* **eds-data-grid-react:** 🐛 Add mockup to test to fix test ([#3802](https://github.com/equinor/design-system/issues/3802)) ([47c4ad4](https://github.com/equinor/design-system/commit/47c4ad410c00a64491d8b62b713e76299c3ab85a))
* **eds-data-grid-react:** 🐛 Fix virtualization unmount crash in data grid when navigating away from tabs ([#3969](https://github.com/equinor/design-system/issues/3969)) ([df01e7d](https://github.com/equinor/design-system/commit/df01e7d60571aca8b15377308bed7017661a1837))
* **eds-data-grid-react:** Sortindicator was hidden on custom filters, but should be opposite ([#3599](https://github.com/equinor/design-system/issues/3599)) ([48b11dc](https://github.com/equinor/design-system/commit/48b11dcdb27ea3392ba9dfc49ab063d8dfa12c49))


### 🔧 Chores

* :arrow_up: Upgrade dependencies ([#3795](https://github.com/equinor/design-system/issues/3795)) ([8b5b025](https://github.com/equinor/design-system/commit/8b5b02531eb11949bb85dba719849ed3801ae220))
* ⬆️ Storybook v9 upgrade ([#3976](https://github.com/equinor/design-system/issues/3976)) ([fe76b10](https://github.com/equinor/design-system/commit/fe76b101e344d9dc6889562bb63730768125279f))
* ⬆️ Upgrade dependencies ([#3824](https://github.com/equinor/design-system/issues/3824)) ([3519425](https://github.com/equinor/design-system/commit/35194255d59abbc12b66d2d29bd3446792570ab8))
* ⬆️ Upgrade dependencies ([#3858](https://github.com/equinor/design-system/issues/3858)) ([4f20d86](https://github.com/equinor/design-system/commit/4f20d861c7a2bcf2e810fdc95d3ece80b7a0bd9b))
* ⬆️ Upgrade dependencies ([#3881](https://github.com/equinor/design-system/issues/3881)) ([23479f7](https://github.com/equinor/design-system/commit/23479f7c2eabfdc3bf12243b7904545277595431))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* 🔖 Release eds-core-react, eds-data-grid-react, eds-lab-react, eds-tokens, eds-utils ([#3982](https://github.com/equinor/design-system/issues/3982)) ([f250771](https://github.com/equinor/design-system/commit/f2507710d68e926edf0b2a5164ce896984cb2e20))
* 🔥 Remove individual package lockfiles ([#3930](https://github.com/equinor/design-system/issues/3930)) ([f813224](https://github.com/equinor/design-system/commit/f8132240a2c20ad54db54c2c38e53731852f8c7a))
* **eds-core-react, eds-data-grid-react:** 🔖 Release eds-core-react@0.45.1, eds-data-grid-react@0.7.7 ([#3792](https://github.com/equinor/design-system/issues/3792)) ([fd19cd5](https://github.com/equinor/design-system/commit/fd19cd50ad6b0d8945aceda76ab566d5cd9cae4a))
* **eds-core-react, eds-data-grid-react:** 🔖 Release eds-core-react@0.46.0 and eds-data-grid-react@0.8.0 ([#3809](https://github.com/equinor/design-system/issues/3809)) ([1843474](https://github.com/equinor/design-system/commit/18434740c918e5511487b8a25b00ea1070587d61))
* **eds-core-react, eds-data-grid-react:** 🔖 Release eds-core-react@0.47.0 and eds-data-grid-react@0.8.1 ([f795cb3](https://github.com/equinor/design-system/commit/f795cb34c1c688fb2385a70dd7845461ec1deb53))
* expose createColumnHelper from react-table ([#3451](https://github.com/equinor/design-system/issues/3451)) ([861d752](https://github.com/equinor/design-system/commit/861d7520b9283fa97506fa644d1e5168f0983238))
* extract Resizer and TableCell components ([5f8015c](https://github.com/equinor/design-system/commit/5f8015c3817b7e9437d3436b65f37552be261da4))
* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))

## [0.9.1] - 2025-09-11

### Fixed
## Fixed

- 🐛 Fix virtualization unmount crash in data grid when navigating away from tabs by @Copilot @torleifhalseth @pomfrida in https://github.com/equinor/design-system/pull/3969

### Changed
## Changed

- 🔥 Remove individual package lockfiles by @pomfrida in https://github.com/equinor/design-system/pull/3930
- ⬆️ Upgrade dependencies in all packages by @pomfrida in https://github.com/equinor/design-system/pull/3933
Expand All @@ -32,36 +69,36 @@ This release marks the data grid as **production-ready**. The v1.0.0 milestone s

## [0.9.0] - 2025-08-27

### Added
## Added

- ✨ New `ClickableCell` component by @pomfrida in https://github.com/equinor/design-system/pull/3868

### Fixed
## Fixed

- 🐛 Virtual table and rows with dynamic height by @arkadiy93 in https://github.com/equinor/design-system/pull/3840

### Changed
## Changed

- ⬆️ Upgrade dependencies by @pomfrida in https://github.com/equinor/design-system/pull/3881

## [0.8.1] - 2025-06-13

### Fixed
## Fixed

- 🐛 Fix sticky-ness of grouped headers by @yusijs in https://github.com/equinor/design-system/pull/3830

## [0.8.0] - 2025-05-19

### Fixed
## Fixed

- 🐛 Fix Storybook docs page error by @pomfrida in https://github.com/equinor/design-system/pull/3797
- 🐛 Add mockup to test @pomfrida in https://github.com/equinor/design-system/pull/3802

### Added
## Added

- ✨ Enable external filters, hide filter-icon when not active by @yusijs in https://github.com/equinor/design-system/pull/3764

### Changed
## Changed

- 🔥 Remove redundant placeholder in DebouncedInput by @pomfrida in https://github.com/equinor/design-system/pull/3807

Expand Down
12 changes: 6 additions & 6 deletions packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-data-grid-react",
"version": "1.0.0",
"version": "1.1.0",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand All @@ -23,10 +23,10 @@
"email": "fg_eds@equinor.com"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"styled-components": "^6",
"@equinor/eds-core-react": "^1"
"@equinor/eds-core-react": "workspace:>=0.42.0",
"react": ">=19.0.0",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
},
"dependencies": {
"@equinor/eds-icons": "workspace:^",
Expand Down Expand Up @@ -77,7 +77,7 @@
"repository": {
"type": "git",
"url": "https://github.com/equinor/design-system",
"directory": "packages/eds-data-grid-react"
"directory": "packages/eds-core-react"
},
"bugs": {
"url": "https://github.com/equinor/design-system/issues"
Expand Down
10 changes: 6 additions & 4 deletions packages/eds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2025-10-09
## [1.0.1](https://github.com/equinor/design-system/compare/eds-icons@1.0.0...eds-icons@v1.0.1) (2025-10-14)

This release aligns with the v1 release of our design system.
No breaking changes or migration required.

**Note:** We're moving from v0 to v1 to signal production stability across all packages in our monorepo.
### 🔧 Chores

* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* 🔥 Remove individual package lockfiles ([#3930](https://github.com/equinor/design-system/issues/3930)) ([f813224](https://github.com/equinor/design-system/commit/f8132240a2c20ad54db54c2c38e53731852f8c7a))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))

## [0.22.0] - 2025-01-08

Expand Down
2 changes: 1 addition & 1 deletion packages/eds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-icons",
"version": "1.0.0",
"version": "1.0.1",
"description": "Icons from the Equinor Design System",
"main": "dist/icons.cjs",
"module": "dist/esm/index.js",
Expand Down
36 changes: 32 additions & 4 deletions packages/eds-lab-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2025-10-09
## [0.9.0](https://github.com/equinor/design-system/compare/eds-lab-react@0.8.0...eds-lab-react@v0.9.0) (2025-10-14)

**Note:** Due to technical debt and limited active components, we're keeping the lab package at v0.x while evaluating whether to deprecate it entirely. The styled-components implementation has React 19 compatibility issues requiring workarounds we're not comfortable promoting to v1.0.0.

### Changed
### ✨ Added

* **datepicker:** Enable custom date-formats ([#3415](https://github.com/equinor/design-system/issues/3415)) ([2f91ed9](https://github.com/equinor/design-system/commit/2f91ed92797bdf42c682e421b86bbaf67247257f))


### 🐛 Fixed

* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3051](https://github.com/equinor/design-system/issues/3051)) ([6609b34](https://github.com/equinor/design-system/commit/6609b3489abcbcf9d163c7e43ba4d1c31fa5cc4c))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3126](https://github.com/equinor/design-system/issues/3126)) ([b10df8a](https://github.com/equinor/design-system/commit/b10df8aa109cc30053c53e9a30460e43a182bd37))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3276](https://github.com/equinor/design-system/issues/3276)) ([e8dd648](https://github.com/equinor/design-system/commit/e8dd648e5fa41d3ab63c6a416dd93d73a6f4fa00))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3406](https://github.com/equinor/design-system/issues/3406)) ([8001e44](https://github.com/equinor/design-system/commit/8001e44397f373760a995b76e18ed470a919f1d0))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3643](https://github.com/equinor/design-system/issues/3643)) ([f688713](https://github.com/equinor/design-system/commit/f688713f04852253155d86ec932ff695681db275))
* packages/eds-lab-react/Dockerfile.storybook to reduce vulnerabilities ([#3729](https://github.com/equinor/design-system/issues/3729)) ([75c88a9](https://github.com/equinor/design-system/commit/75c88a9faa5e4f00ff2a07503fc89e8b34480dc1))


### 🔧 Chores

* :arrow_up: Upgrade dependencies ([#3795](https://github.com/equinor/design-system/issues/3795)) ([8b5b025](https://github.com/equinor/design-system/commit/8b5b02531eb11949bb85dba719849ed3801ae220))
* ⬆️ Storybook v9 upgrade ([#3976](https://github.com/equinor/design-system/issues/3976)) ([fe76b10](https://github.com/equinor/design-system/commit/fe76b101e344d9dc6889562bb63730768125279f))
* ⬆️ Upgrade dependencies ([#3824](https://github.com/equinor/design-system/issues/3824)) ([3519425](https://github.com/equinor/design-system/commit/35194255d59abbc12b66d2d29bd3446792570ab8))
* ⬆️ Upgrade dependencies ([#3881](https://github.com/equinor/design-system/issues/3881)) ([23479f7](https://github.com/equinor/design-system/commit/23479f7c2eabfdc3bf12243b7904545277595431))
* ⬆️ Upgrade dependencies in all packages ([#3933](https://github.com/equinor/design-system/issues/3933)) ([e67ed39](https://github.com/equinor/design-system/commit/e67ed398d3bc40004366eeff44dda8051691b2dd))
* 🔖 Release eds-core-react, eds-data-grid-react, eds-lab-react, eds-tokens, eds-utils ([#3982](https://github.com/equinor/design-system/issues/3982)) ([f250771](https://github.com/equinor/design-system/commit/f2507710d68e926edf0b2a5164ce896984cb2e20))
* 🔥 Remove individual package lockfiles ([#3930](https://github.com/equinor/design-system/issues/3930)) ([f813224](https://github.com/equinor/design-system/commit/f8132240a2c20ad54db54c2c38e53731852f8c7a))
* React 19 upgrade ([#4007](https://github.com/equinor/design-system/issues/4007)) ([645e090](https://github.com/equinor/design-system/commit/645e090d66eb7c1d864c8108497d19003e0cf24e))
* update dependencies ([#3783](https://github.com/equinor/design-system/issues/3783)) ([8fb9f2d](https://github.com/equinor/design-system/commit/8fb9f2d9f7c5ea420e67d34e981d9ed7cf694c50))
* upgrade pnpm to v10 and node to v22 ([#3964](https://github.com/equinor/design-system/issues/3964)) ([d8b9848](https://github.com/equinor/design-system/commit/d8b98482913c76dff41f12ff4a1ee2425dcd9b6c))


### 📦 Build System

- chore: ⬆️ React 19 upgrade by @pomfrida in https://github.com/equinor/design-system/pull/4007
* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([#3768](https://github.com/equinor/design-system/issues/3768)) ([61e4565](https://github.com/equinor/design-system/commit/61e4565dcf79e6ed5be9f0b0ac7d584bab61a52c))

## [0.7.9] - 2025-09-11

Expand Down
8 changes: 4 additions & 4 deletions packages/eds-lab-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-lab-react",
"version": "0.8.0",
"version": "0.9.0",
"description": "The lab for the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -79,9 +79,9 @@
"typescript": "^5.9.2"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"styled-components": "^6"
"react": ">=19.0.0",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
Expand Down
Loading