superset/superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md

88 lines
1.9 KiB
Markdown
Raw Normal View History

2018-12-03 16:24:39 -05:00
# @superset-ui : Change Log
## v0.7.2
### ✨ Features
* Make `@superset-ui/time-format` and `@superset-ui/number-format` ignore leading and trailing spaces when looking for formatters.
## v0.7.1
### ✨ Features
* Add new APIs to `@superset-ui/time-format`
- `createD3TimeFormatter`
- `createMultiFormatter`
* Add new APIs to `@superset-ui/number-format`
- `createD3NumberFormatter`
- `createSiAtMostNDigitFormatter`
2018-11-29 17:55:21 -05:00
## v0.7.0
2018-11-29 17:55:21 -05:00
### ✨ Features
2018-11-29 17:55:21 -05:00
* Add `@superset-ui/time-format` package
* Add `@superset-ui/number-format` package
* Use the recently added `ExtensibleFunction` to make an instance of `CategoricalColorScale` be a function
* Add `overwritePolicy` for `Registry` so developer can customize whether overwriting is `ALLOW`, `WARN` or `PROHIBIT`.
2018-11-29 17:55:21 -05:00
### 🐞 Bug fixes
2018-11-29 17:55:21 -05:00
* Transform input value before setting color.
2018-11-06 01:33:46 -05:00
2018-11-29 17:55:21 -05:00
### 🛠️ Internal
2018-11-06 01:33:46 -05:00
2018-11-29 17:55:21 -05:00
* Rewrite `@superset-ui/connection` in TypeScript
2018-11-29 17:55:21 -05:00
### 💔 BREAKING CHANGES
* Remove `categoricalColorScale.toFunction()`. Now `categoricalColorScale` itself is already a function.
* The color scales no longer convert input to lowercase before finding color.
* Rename `ColorScheme` field `name` to `id`.
* Change `Registry` constructor API to take object instead of single string name.
-----
## v0.6.0
### ✨ Features
* Add `@superset-ui/generator-superset`
* Add `RegistryWithDefaultKey` and `ExtensibleFunction` to `@superset-ui/core`
### 💔 BREAKING CHANGES
* `getDefaultSchemeName()` and `setDefaultSchemeName()` are renamed to `getDefaultKey()` and `setDefaultKey()`
-----
## v0.5.0
### ✨ Features
* Add `@superset-ui/chart`
### 🐞 Bug fixes
* Use simple js to create range
-----
## v0.4.0
### ✨ Features
* Add `@superset-ui/color` for color management
-----
## v0.3.0
### ✨ Features
* Add new `@superset-ui/core` with data structures and utilities.
### 💔 BREAKING CHANGES
* Rename former `@superset-ui/core` to `@superset-ui/connection`.