Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Feb 25, 2019
1 parent 7215716 commit 4d70053
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @superset-ui : Change Log

## v0.10.0

### 💔 BREAKING CHANGES

* Rename `FormData ` to `ChartFormData` to avoid naming collision with native JS (#100)
* Rename constants in `NumberFormats` changing `_CHANGE` to `_SIGNED`.
* Default number format is now `SMART_NUMBER` instead of `D3` `.3~s`.

### ✨ Features

* Add SMART_NUMBER formatter and make it default (#109)
* Enable warnings when values are overwritten in registries (#107)

### 🛠️ Internal

* Migrate `plugin-chart-word-cloud` to `@superset-ui-plugins` repo.

## v0.9.6

### 🛠️ Internal
Expand Down

0 comments on commit 4d70053

Please sign in to comment.