mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary `eui@67.1.8` ⏩ `eui@67.1.9` This backport fixes bugs affecting Maps that were found in the latest EUI upgrade (https://github.com/elastic/kibana/pull/144845#issuecomment-1317653081). It is meant to go directly into 8.6 ## [`67.1.9`](https://github.com/elastic/eui/tree/v67.1.9) - `EuiButton` now accepts `minWidth={false}` ([#6373](https://github.com/elastic/eui/pull/6373)) **Bug fixes** - Fixed the shadow sizes of `.eui-yScrollWithShadows` and `.eui-xScrollWithShadows` ([#6374](https://github.com/elastic/eui/pull/6374)) - `EuiButton` no longer outputs unnecessary inline styles for `minWidth={0}` or `minWidth={false}` ([#6373](https://github.com/elastic/eui/pull/6373)) - `EuiFacetButton` no longer reports type issues when passing props accepted by `EuiButton` ([#6373](https://github.com/elastic/eui/pull/6373)) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
config.ts | ||
jest.config.js | ||
kibana.json | ||
README.md | ||
tsconfig.json |
Maps
Visualize geo data from Elasticsearch or 3rd party geo-services.
Testing
Run all tests from the x-pack
root directory
- Unit tests:
yarn test:jest x-pack/plugins/maps --watch
- Functional tests:
- Run
node scripts/functional_tests_server
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group1/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group2/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group3/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group4/config.ts
- Run