Skip to content

Commit

Permalink
🔖 Release eds-core-react@0.42.0, eds-data-grid-react@0.7.0 (#3627)
Browse files Browse the repository at this point in the history
* 🔖 Release eds-core-react@0.42.0, eds-data-grid-react@0.7.0

* fix package-lock

* fix typo
  • Loading branch information
oddvernes authored Sep 17, 2024
1 parent 3e3a95c commit 1a16ea6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.42.0] - 2024-09-17

### Added

-`Table`: new table footer sub-component `<Table.Foot>` by @zulu-eq-bouvet in https://github.com/equinor/design-system/pull/3624
-`DatePicker`: Enable setting locale from prop (`<DatePicker locale="en-US" />`), and fetch default locale from system settings instead of browser language. by @yusijs in https://github.com/equinor/design-system/pull/3626

### Fixed

🐛 `Popover`: added check to make it more robust againt an edge case where popover element is not connected to DOM by @oddvernes in https://github.com/equinor/design-system/pull/3610
🐛 `DatePicker`: removing a deprecated popover prop causing console warnings by @oddvernes

## [0.41.5] - 2024-09-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.41.5",
"version": "0.42.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down
6 changes: 6 additions & 0 deletions packages/eds-data-grid-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.7.0] - 2024-09-17

### Added

- ✨ Support for new table footer sub-component `<Table.Foot>` from eds-core-react. New props: `enableFooter`, `stickyFooter`, `footerClass`, `footerStyle` by @zulu-eq-bouvet in https://github.com/equinor/design-system/pull/3624

## [0.6.2] - 2024-08-28

### Fixed
Expand Down
4 changes: 2 additions & 2 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": "0.6.2",
"version": "0.7.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,7 +23,7 @@
"email": "fg_eds@equinor.com"
},
"peerDependencies": {
"@equinor/eds-core-react": "workspace:>=0.36.0",
"@equinor/eds-core-react": "workspace:>=0.42.0",
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=5.1"
Expand Down
8 changes: 5 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a16ea6

Please sign in to comment.