Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 25, 2021
1 parent e849af3 commit f9f528c
Showing 1 changed file with 61 additions and 12 deletions.
73 changes: 61 additions & 12 deletions superset-frontend/temporary_superset_ui/superset-ui/CHANGELOG.md
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`.

0 comments on commit f9f528c

Please sign in to comment.