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

Merge master #13

Merged
merged 20 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4f2064e
Break up release.js (#3723)
JoshMock Jul 13, 2020
9dacc39
Allow prop-setting on the FlexItems within DescribedFormGroup (#3717)
zinckiwi Jul 14, 2020
f7d5843
Re-focus EuiSuperSelect input after making a value change (#3734)
chandlerprall Jul 14, 2020
c09ece9
[EuiStat] Allow customizing the render of the title and description H…
ashikmeerankutty Jul 14, 2020
a980e0c
[EuiTable] Expand item action name to allow a function (#3739)
thompsongl Jul 14, 2020
89c70e7
Add ssh keys so new tags can be pushed to Github from Jenkins (#3740)
JoshMock Jul 14, 2020
67119cc
update i18ntokens
thompsongl Jul 14, 2020
4579ae9
27.1.0
thompsongl Jul 14, 2020
a93edb3
Updated documentation.
thompsongl Jul 14, 2020
b02b840
Chore/decouple button content (#3730)
cchaos Jul 15, 2020
ed0ef9a
[Docs] Adding more acccessibility-focused notes and examples (#3714)
Jul 15, 2020
a7d7348
[EuiFocusTrap] Use `react-focus-on` (#3631)
thompsongl Jul 16, 2020
0506bb5
Fixed bug in EuiComboBox always showing a scrollbar (#3744)
elizabetdev Jul 16, 2020
762dc55
Added useEuiI18n hook (#3749)
chandlerprall Jul 16, 2020
0c69cad
[EuiSuperDatePicker] Bypass formatting `null` dates (#3750)
thompsongl Jul 17, 2020
518419c
Updated EuiComboBox to allow the options list to open for single sele…
elizabetdev Jul 17, 2020
f9b864a
Add analyze event glyph to EuiIcon (#3729)
marrasherrier Jul 17, 2020
d640c9c
Update consuming.md (#3769)
Joanes04 Jul 20, 2020
22cffc7
Fix zIndex for two popup ups (#3768)
nyurik Jul 20, 2020
af8575d
[Playground] EuiBadge, EuiNotificationBadge, EuiBetaBadge (#3722)
anishagg17 Jul 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 6 additions & 2 deletions .ci/jobs/elastic+eui+npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@
npm install -g yarn
yarn

npm run release -- --type=${version_type} --steps=test,build,version,tag

set +x

export VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id="$VAULT_ROLE_ID" secret_id="$VAULT_SECRET_ID")

# add ssh keys to ensure tags can push to Github
/usr/local/bin/ssh-add-from-vault elastic

# write npm auth to .npmrc
NPM_TOKEN=$(vault read -field=token secret/jenkins-ci/npmjs/elasticmachine)
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
Expand All @@ -49,5 +54,4 @@

set -x

export VERSION_TYPE=${version_type}
npm run release
npm run release -- --type=${version_type} --steps=publish,docs
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added `analyzeEvent` glyph in `EuiIcon` ([#3729](https://github.com/elastic/eui/pull/3729))
- Updated `EuiComboBox` to allow the options list to open for single selection custom options ([#3706](https://github.com/elastic/eui/pull/3706))
- Added `useEuiI18n` hook for localization ([#3749](https://github.com/elastic/eui/pull/3749))

**Bug fixes**

- Fixed `EuiComboBox` always showing a scrollbar ([#3744](https://github.com/elastic/eui/pull/3744))
- Replaced `react-focus-lock` with `react-focus-on` ([#3631](https://github.com/elastic/eui/pull/3631))
- Fixed errors in `EuiSuperDatePicker` related to invalid and `null` date formatting ([#3750](https://github.com/elastic/eui/pull/3750))

## [`27.1.0`](https://github.com/elastic/eui/tree/v27.1.0)

- Added `titleElement` and `descriptionElement` props to `EuiStat` ([#3693](https://github.com/elastic/eui/pull/3693))
- Updated `securityAnalyticsApp` app icon ([#3720](https://github.com/elastic/eui/pull/3720))
- Removed `src/test` and `@types/enzyme` references from `eui.d.ts` ([#3715](https://github.com/elastic/eui/pull/3715))
- Added `index.d.ts` file to `lib/test` and `es/test` ([#3715](https://github.com/elastic/eui/pull/3715))
- Added `descriptionFlexItemProps` and `fieldFlexItemProps` props to `EuiDescribedFormGroup` ([#3717](https://github.com/elastic/eui/pull/3717))
- Expanded `EuiBasicTable`'s default action's name configuration to accept a function that returns a React node ([#3739](https://github.com/elastic/eui/pull/3739))
- Added internal use only button building blocks for reusability in other button components ([#3730](https://github.com/elastic/eui/pull/3730))

## [`27.0.0`](https://github.com/elastic/eui/tree/v27.0.0)
- Added `paddingSize` prop to `EuiCard` ([#3638](https://github.com/elastic/eui/pull/3638))
Expand All @@ -15,6 +31,7 @@
- Fixed a bug in `EuiResizableContainer` preventing nested containers ([#3699](https://github.com/elastic/eui/pull/3699))
- Fixed a bug in `EuiResizableContainer` preventing resizing by arrow keys in some cases ([#3699](https://github.com/elastic/eui/pull/3699))
- Fixed `EuiHorizontalSteps` rendering over `EuiHeader` ([#3707](https://github.com/elastic/eui/pull/3707))
- Fixed bug where `EuiSuperSelect` lost focus after a value selection ([#3734](https://github.com/elastic/eui/pull/3734))

**Breaking changes**

Expand Down
2,151 changes: 2,131 additions & 20 deletions docs/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/icon.accessibility-js.min.js

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

2 changes: 1 addition & 1 deletion docs/icon.accessibility-js.min.js.map

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

2 changes: 1 addition & 1 deletion docs/icon.aggregate-js.min.js

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

2 changes: 1 addition & 1 deletion docs/icon.aggregate-js.min.js.map

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

2 changes: 1 addition & 1 deletion docs/icon.alert-js.min.js

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

Loading