Skip to content

Commit db1704c

Browse files
committed
chore: add changelogs
1 parent 28ce7c8 commit db1704c

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

  • packages
    • eui-theme-borealis/changelogs/upcoming
    • eui-theme-common/changelogs/upcoming
    • eui/changelogs/upcoming
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**Breaking changes**
2+
3+
- Removed `euiTheme.flags.hasGlobalFocusColor`
4+
- Removed `euiTheme.flags.hasVisColorAdjustment`
5+
- Removed `euiTheme.flags.buttonVariant` and `euiTheme.flags.formVariant`
6+
- Removed `euiTheme.components.keyPadMenuItemBackgroundDisabledSelect`
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**Breaking changes**
2+
3+
- Removed `euiTheme.flags.hasGlobalFocusColor`
4+
- Removed `euiTheme.flags.hasVisColorAdjustment`
5+
- Removed `hasVisColorAdjustment` argument from `EuiVisColorStore`
6+
- Removed `euiTheme.flags.buttonVariant` and `euiTheme.flags.formVariant`
7+
- Removed type for `euiTheme.components.keyPadMenuItemBackgroundDisabledSelect`
8+
- Removed outdated component-specific mixin SCSS files:
9+
- `src/global_styling/mixins/_button.scss`
10+
- `src/global_styling/mixins/_form.scss`
11+
- `src/global_styling/mixins/_link.scss`
12+
- `src/global_styling/mixins/_loading.scss`
13+
- `src/global_styling/mixins/_panel.scss`
14+
- `src/global_styling/mixins/_range.scss`
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**Breaking changes**
2+
3+
- Removed all "Amsterdam" theme related code in `src/themes/amsterdam` - EUI now only supports the "Borealis" theme in `eui-theme-borealis`
4+
- Removed `euiTheme.flags.hasGlobalFocusColor`
5+
- Removed `euiTheme.flags.hasVisColorAdjustment`
6+
- Removed `hasVisColorAdjustment` argument from color palettes (used in `euiPaletteColorBlindBehindText`, `euiPaletteForTemperature`, `euiPaletteComplementary`, `euiPaletteCool`)
7+
- Removed `euiTheme.flags.buttonVariant` and `euiTheme.flags.formVariant`
8+
- Removed `euiTheme.components.keyPadMenuItemBackgroundDisabledSelect`
9+
- Removed legacy SCSS files from `src/global_styling/variables`, `src/global_styling/mixins` and `src/global_styling/functions` - if needed, use them from `eui-theme-common` instead
10+

0 commit comments

Comments
 (0)