@superset-ui/connection
Advanced tools
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.2
superset-ui-legacy
SupersetClient
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.2
@superset-ui/time-format
and @superset-ui/number-format
ignore leading and trailing spaces when looking for formatters.Changelog
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()