Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release eds-core-react@0.42.0, eds-data-grid-react@0.7.0 #3627

Merged
merged 3 commits into from
Sep 17, 2024
Merged
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: 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.

Loading