-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e849af3
commit f9f528c
Showing
1 changed file
with
61 additions
and
12 deletions.
There are no files selected for viewing
73 changes: 61 additions & 12 deletions
73
superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,70 @@ | ||
# @superset-ui -- Changelog | ||
|
||
## 0.6.0 | ||
## v0.7.0 | ||
|
||
- feat: Add `@superset-ui/generator-superset` | ||
- feat: Add `RegistryWithDefaultKey` and `ExtensibleFunction` to `@superset-ui/core` | ||
- BREAKING CHANGE: `getDefaultSchemeName()` and `setDefaultSchemeName()` are renamed to `getDefaultKey()` and `setDefaultKey()` | ||
### ✨ Features | ||
|
||
## 0.5.0 | ||
* 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`. | ||
|
||
- feat: Add `@superset-ui/chart` | ||
- fix: Use simple js to create range | ||
### 🐞 Bug fixes | ||
|
||
## 0.4.0 | ||
* Transform input value before setting color. | ||
|
||
- feat: Add `@superset-ui/color` for color management | ||
### 🛠️ Internal | ||
|
||
## 0.3.0 | ||
* Rewrite `@superset-ui/connection` in TypeScript | ||
|
||
- feat: Add new `@superset-ui/core` with data structures and utilities. | ||
- BREAKING CHANGE: Rename former `@superset-ui/core` to `@superset-ui/connection`. | ||
### 💔 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`. |