Skip to content
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
5 changes: 5 additions & 0 deletions packages/eui-theme-borealis/changelogs/upcoming/8444.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added new component tokens:
- `buttonGroupBackgroundDisabledSelected`
- `overlayMaskBackground`
- `overlayMaskBackgroundHighContrast`
- `skeletonBackgroundSkeletonMiddleHighContrast`
13 changes: 13 additions & 0 deletions packages/eui-theme-common/changelogs/upcoming/8444.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- Removed type `EuiShadowCustomColor`
- Added types:
- `EuiShadowOptions`
- `EuiThemeHighContrastModeProp`
- `EuiThemeHighContrastMode`
- Updated shadow utils to accepts a second `options` argument and return borders in high contrast mode:
- `euiShadow`
- `euiShadowXSmall`
- `euiShadowSmall`
- `euiShadowMedium`
- `euiShadowLarge`
- `euiSlightShadowHover`
- `euiShadowFlat`
3 changes: 3 additions & 0 deletions packages/eui/changelogs/upcoming/8490.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Resolved an internal issue with linked package versions
4 changes: 2 additions & 2 deletions wiki/eui-team-processes/releasing-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ git checkout main

If you're already on the `main` branch, make sure you're on the latest state:
```sh
yarn fetch
yarn pull
git fetch
git pull
```

Ensure the release-cli is build:
Expand Down