@superset-ui/translation
Advanced tools
Changelog
0.11.0 (2019-04-02)
This reverts commit e3866129b2b3cbd6e099fe4ab66319c4fe6ae485. It should not cause critical issue or require additional migration from 0.10.x
. However, since this is a change in the expected output, we bump the version to be safe.
Changelog
v0.10.0
FormData
to ChartFormData
to avoid naming collision with native JS (#100)NumberFormats
changing _CHANGE
to _SIGNED
.SMART_NUMBER
instead of D3
.3~s
.plugin-chart-word-cloud
to @superset-ui-plugins
repo.Changelog
v0.9.5
esm
output in target application.Changelog
v0.9.3
@superset-ui/dimension
@superset-ui/plugin-chart-word-cloud
Changelog
v0.9.1
jed
with @superset-ui/translation
distribution.Changelog
v0.9.0
useLegacyApi
field to ChartMetadata
. This flag will help us determine whether to use the new /api/v1/query
endpoint or the legacy one.Registry<V, W>
V
is type of value in the registryW
is type of value returned from loader
function when using .registerLoader(key, loader)
.W
can be either V
, Promise<V>
or V | Promise<V>
W=V
when does not support asynchronous loader. Making return type of .get()
become V
instead of Promise<V>
W
is set to V | Promise<V>
to support both synchronous and asynchronous loaders.jed
with @superset-ui/translation
distribution.@superset-ui/number-format
to TypeScript@superset-ui/time-format
to TypeScript@superset-ui/translation
to TypeScriptstring
. This is different from previous behavior.|Value|formatted value (before)|formatted value (after)|
|------------|------------|-----------|
| null
| null
| 'null'
|
| undefined
| undefined
| 'undefined'
|
| NaN
| NaN
| 'NaN'
|
string
. This is different from previous behavior.|Value|formatted value (before)|formatted value (after)|
|------------|------------|-----------|
| null
| null
| 'null'
|
| undefined
| undefined
| 'undefined'
|
| NaN
| NaN
| 'NaN'
|
Changelog
v0.8.0
incubator-superset
into superset-ui
reactify
function from incubator-superset
BigNumber
conversions to/from JSON without loss of precisionfetch-mock
type defjson-bigint
@superset-ui/chart
to TypeScript@superset-ui/color
to TypeScript@superset-ui/core
to TypeScriptconnection
and color
packages peer dependenciesChangelog
v0.7.0
@superset-ui/time-format
package@superset-ui/number-format
packageExtensibleFunction
to make an instance of CategoricalColorScale
be a functionoverwritePolicy
for Registry
so developer can customize whether overwriting is ALLOW
, WARN
or PROHIBIT
.@superset-ui/connection
in TypeScriptcategoricalColorScale.toFunction()
. Now categoricalColorScale
itself is already a function.ColorScheme
field name
to id
.Registry
constructor API to take object instead of single string name.Changelog
v0.6.0
@superset-ui/generator-superset
RegistryWithDefaultKey
and ExtensibleFunction
to @superset-ui/core
getDefaultSchemeName()
and setDefaultSchemeName()
are renamed to getDefaultKey()
and setDefaultKey()