-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: elastic/elastic-charts
base: v16.2.1
head repository: elastic/elastic-charts
compare: v17.0.0
- 7 commits
- 273 files changed
- 5 contributors
Commits on Jan 24, 2020
-
docs: upgrade storybook to 5.2.8 and refactor stories to CSF (#508)
* update stories from storiesOf format to CSF with storybook upgrade to 5.2.8 * test: update vrt snapshots as a result of url changing for vrts
Configuration menu - View commit details
-
Copy full SHA for 1111671 - Browse repository at this point
Copy the full SHA 1111671View commit details
Commits on Jan 29, 2020
-
feat: text improvements (#524)
BREAKING CHANGE: renames in `Partition` charts— `Layers`: `fillLabel.formatter`->`fillLabel.valueFormatter`; type `FillLabel`-> `FillLabelConfig` Non-breaking changes: * feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself) * feat: font styling is possible separately for values: `valueFormatter` configs * test: opacity decrease example; coloring examples * feat: hierarchical data (`parent`, `sortIndex`) is made available to accessors (see stories, helpful with eg. coloring) * refactor: tighter types; other code improvements
Configuration menu - View commit details
-
Copy full SHA for 6e61700 - Browse repository at this point
Copy the full SHA 6e61700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9feae7a - Browse repository at this point
Copy the full SHA 9feae7aView commit details -
feat(listeners): add seriesIdentifiers to element listeners (#525)
This commit changes the object passed to the event listeners providing either the value of the clicked/hovered element and the SeriesIdentifier object that can uniquely identify a series in elastic-charts. (see #419 for a description on SeriesIdentifiers) BREAKING CHANGE: the `onElementOver` and the `onElementClick` are now called with `Array<[GeometryValue, SeriesIdentifier]>` instead of `Array<GeometryValue>` fix #505
Configuration menu - View commit details
-
Copy full SHA for 027d008 - Browse repository at this point
Copy the full SHA 027d008View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9d10ee - Browse repository at this point
Copy the full SHA b9d10eeView commit details -
fix(brush): rotate brush on rotated charts (#528)
This commit fix the brush values when the chart is rotated. fix #527 Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 985ac21 - Browse repository at this point
Copy the full SHA 985ac21View commit details -
chore(release): 17.0.0 [skip ci]
# [17.0.0](v16.2.1...v17.0.0) (2020-01-30) ### Bug Fixes * **brush:** rotate brush on rotated charts ([#528](#528)) ([985ac21](985ac21)), closes [#527](#527) ### Features * text improvements ([#524](#524)) ([6e61700](6e61700)) * **listeners:** add seriesIdentifiers to element listeners ([#525](#525)) ([027d008](027d008)), closes [#419](#419) [#505](#505) ### BREAKING CHANGES * **listeners:** the `onElementOver` and the `onElementClick` are now called with `Array<[GeometryValue, SeriesIdentifier]>` instead of `Array<GeometryValue>` * renames in `Partition` charts— `Layers`: `fillLabel.formatter`->`fillLabel.valueFormatter`; type `FillLabel`-> `FillLabelConfig` Non-breaking changes: * feat: the values in linked labels are rendered, just like they have been in the sectors (formerly, the value could optionally be put in the link label accessor itself) * feat: font styling is possible separately for values: `valueFormatter` configs * test: opacity decrease example; coloring examples * feat: hierarchical data (`parent`, `sortIndex`) is made available to accessors (see stories, helpful with eg. coloring) * refactor: tighter types; other code improvements
Configuration menu - View commit details
-
Copy full SHA for 178afc9 - Browse repository at this point
Copy the full SHA 178afc9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.2.1...v17.0.0