mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-06-01 22:00:35 -04:00
chore(release): v4.0.0-alpha.0 🚀
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -3,6 +3,28 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- adapt container padding to grid mode ([#1140](https://github.com/qlik-oss/nebula.js/issues/1140)) ([fe78bac](https://github.com/qlik-oss/nebula.js/commit/fe78bac55faff97a716f7286b98c55a827b88ebf))
|
||||
- align search icons and cells ([#1135](https://github.com/qlik-oss/nebula.js/issues/1135)) ([0dd499c](https://github.com/qlik-oss/nebula.js/commit/0dd499ce8777ee421deb616b6ed45e0ad1ebb64e))
|
||||
- clear old handler when sn-filter-pane is cut/deleted ([#1142](https://github.com/qlik-oss/nebula.js/issues/1142)) ([873615e](https://github.com/qlik-oss/nebula.js/commit/873615e7b84143eaf927a39df035e1ad9501483b))
|
||||
- fix filter pane header change the height on selection ([#1124](https://github.com/qlik-oss/nebula.js/issues/1124)) ([65f2a1a](https://github.com/qlik-oss/nebula.js/commit/65f2a1aa0fdce585b67295dd1468c213ec48e528))
|
||||
- fixed frequency width and hide when width is too small ([#1136](https://github.com/qlik-oss/nebula.js/issues/1136)) ([a420ff2](https://github.com/qlik-oss/nebula.js/commit/a420ff2253fc38557b5ea46e02a7281c27b6bfa9))
|
||||
- harmonise styles ([#1125](https://github.com/qlik-oss/nebula.js/issues/1125)) ([1ecafb8](https://github.com/qlik-oss/nebula.js/commit/1ecafb8d2b22c8b396a78ba946a4bbf50ce10ca0))
|
||||
- hide search icon and scrollbar of a filter pane in edit mode ([#1127](https://github.com/qlik-oss/nebula.js/issues/1127)) ([46b678d](https://github.com/qlik-oss/nebula.js/commit/46b678d854c122ac95020364ea0eb2dfd6adafb9))
|
||||
- hide search toggle button when not needed ([#1141](https://github.com/qlik-oss/nebula.js/issues/1141)) ([b7e2063](https://github.com/qlik-oss/nebula.js/commit/b7e20633d8dbfb83104aa98718905cb93240472e))
|
||||
- optimise components below RowColumn and right align with styling fixes ([#1122](https://github.com/qlik-oss/nebula.js/issues/1122)) ([5c88236](https://github.com/qlik-oss/nebula.js/commit/5c88236cc7dad1ad84d65b38539fee141701d9ac))
|
||||
- prevent flickering from engine update during selection ([#1126](https://github.com/qlik-oss/nebula.js/issues/1126)) ([e2a43c0](https://github.com/qlik-oss/nebula.js/commit/e2a43c0e5d99c0e8a78d6bfd49df9a8217f7d924))
|
||||
- render listLayout opt properly ([#1130](https://github.com/qlik-oss/nebula.js/issues/1130)) ([a70b61a](https://github.com/qlik-oss/nebula.js/commit/a70b61a693784415e40c4eaf93076326d2e3c334))
|
||||
- show drilldown icon for drilldown dimension ([#1129](https://github.com/qlik-oss/nebula.js/issues/1129)) ([f679e96](https://github.com/qlik-oss/nebula.js/commit/f679e96d13d72c657ffaf5bf2826af178d5bb9ed))
|
||||
- use a key that triggers an update ([#1128](https://github.com/qlik-oss/nebula.js/issues/1128)) ([e94522f](https://github.com/qlik-oss/nebula.js/commit/e94522f51daed7bb1b5f0c1add590d1ce3622050))
|
||||
|
||||
### Features
|
||||
|
||||
- add tooltip for listbox title ([#1138](https://github.com/qlik-oss/nebula.js/issues/1138)) ([8f80fe1](https://github.com/qlik-oss/nebula.js/commit/8f80fe147544e373bbea90aa1d5750e6beb13f93))
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- show drilldown icon for drilldown dimension ([#1129](https://github.com/qlik-oss/nebula.js/issues/1129)) ([f679e96](https://github.com/qlik-oss/nebula.js/commit/f679e96d13d72c657ffaf5bf2826af178d5bb9ed))
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -3,6 +3,28 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- adapt container padding to grid mode ([#1140](https://github.com/qlik-oss/nebula.js/issues/1140)) ([fe78bac](https://github.com/qlik-oss/nebula.js/commit/fe78bac55faff97a716f7286b98c55a827b88ebf))
|
||||
- align search icons and cells ([#1135](https://github.com/qlik-oss/nebula.js/issues/1135)) ([0dd499c](https://github.com/qlik-oss/nebula.js/commit/0dd499ce8777ee421deb616b6ed45e0ad1ebb64e))
|
||||
- clear old handler when sn-filter-pane is cut/deleted ([#1142](https://github.com/qlik-oss/nebula.js/issues/1142)) ([873615e](https://github.com/qlik-oss/nebula.js/commit/873615e7b84143eaf927a39df035e1ad9501483b))
|
||||
- fix filter pane header change the height on selection ([#1124](https://github.com/qlik-oss/nebula.js/issues/1124)) ([65f2a1a](https://github.com/qlik-oss/nebula.js/commit/65f2a1aa0fdce585b67295dd1468c213ec48e528))
|
||||
- fixed frequency width and hide when width is too small ([#1136](https://github.com/qlik-oss/nebula.js/issues/1136)) ([a420ff2](https://github.com/qlik-oss/nebula.js/commit/a420ff2253fc38557b5ea46e02a7281c27b6bfa9))
|
||||
- harmonise styles ([#1125](https://github.com/qlik-oss/nebula.js/issues/1125)) ([1ecafb8](https://github.com/qlik-oss/nebula.js/commit/1ecafb8d2b22c8b396a78ba946a4bbf50ce10ca0))
|
||||
- hide search icon and scrollbar of a filter pane in edit mode ([#1127](https://github.com/qlik-oss/nebula.js/issues/1127)) ([46b678d](https://github.com/qlik-oss/nebula.js/commit/46b678d854c122ac95020364ea0eb2dfd6adafb9))
|
||||
- hide search toggle button when not needed ([#1141](https://github.com/qlik-oss/nebula.js/issues/1141)) ([b7e2063](https://github.com/qlik-oss/nebula.js/commit/b7e20633d8dbfb83104aa98718905cb93240472e))
|
||||
- optimise components below RowColumn and right align with styling fixes ([#1122](https://github.com/qlik-oss/nebula.js/issues/1122)) ([5c88236](https://github.com/qlik-oss/nebula.js/commit/5c88236cc7dad1ad84d65b38539fee141701d9ac))
|
||||
- prevent flickering from engine update during selection ([#1126](https://github.com/qlik-oss/nebula.js/issues/1126)) ([e2a43c0](https://github.com/qlik-oss/nebula.js/commit/e2a43c0e5d99c0e8a78d6bfd49df9a8217f7d924))
|
||||
- render listLayout opt properly ([#1130](https://github.com/qlik-oss/nebula.js/issues/1130)) ([a70b61a](https://github.com/qlik-oss/nebula.js/commit/a70b61a693784415e40c4eaf93076326d2e3c334))
|
||||
- show drilldown icon for drilldown dimension ([#1129](https://github.com/qlik-oss/nebula.js/issues/1129)) ([f679e96](https://github.com/qlik-oss/nebula.js/commit/f679e96d13d72c657ffaf5bf2826af178d5bb9ed))
|
||||
- use a key that triggers an update ([#1128](https://github.com/qlik-oss/nebula.js/issues/1128)) ([e94522f](https://github.com/qlik-oss/nebula.js/commit/e94522f51daed7bb1b5f0c1add590d1ce3622050))
|
||||
|
||||
### Features
|
||||
|
||||
- add tooltip for listbox title ([#1138](https://github.com/qlik-oss/nebula.js/issues/1138)) ([8f80fe1](https://github.com/qlik-oss/nebula.js/commit/8f80fe147544e373bbea90aa1d5750e6beb13f93))
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@nebula.js/conversion": "^3.3.0",
|
||||
"@nebula.js/locale": "^3.3.0",
|
||||
"@nebula.js/supernova": "^3.3.0",
|
||||
"@nebula.js/theme": "^3.3.0",
|
||||
"@nebula.js/ui": "^3.3.0",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.0",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.0",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.0",
|
||||
"@nebula.js/theme": "^4.0.0-alpha.0",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.0",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"react": "18.2.0",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/stardust
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/stardust
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
@@ -1394,33 +1394,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Plugin": {
|
||||
"description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.",
|
||||
"stability": "experimental",
|
||||
"availability": {
|
||||
"since": "1.2.0"
|
||||
},
|
||||
"kind": "interface",
|
||||
"entries": {
|
||||
"info": {
|
||||
"description": "Object that can hold various meta info about the plugin",
|
||||
"kind": "object",
|
||||
"entries": {
|
||||
"name": {
|
||||
"description": "The name of the plugin",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fn": {
|
||||
"description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.",
|
||||
"type": "function"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
"const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};"
|
||||
]
|
||||
},
|
||||
"Field": {
|
||||
"kind": "alias",
|
||||
"items": {
|
||||
@@ -1539,6 +1512,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Plugin": {
|
||||
"description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.",
|
||||
"stability": "experimental",
|
||||
"availability": {
|
||||
"since": "1.2.0"
|
||||
},
|
||||
"kind": "interface",
|
||||
"entries": {
|
||||
"info": {
|
||||
"description": "Object that can hold various meta info about the plugin",
|
||||
"kind": "object",
|
||||
"entries": {
|
||||
"name": {
|
||||
"description": "The name of the plugin",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fn": {
|
||||
"description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.",
|
||||
"type": "function"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
"const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};"
|
||||
]
|
||||
},
|
||||
"LoadType": {
|
||||
"kind": "interface",
|
||||
"params": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/stardust",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -46,13 +46,13 @@
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@nebula.js/conversion": "^3.3.0",
|
||||
"@nebula.js/enigma-mocker": "^3.3.0",
|
||||
"@nebula.js/locale": "^3.3.0",
|
||||
"@nebula.js/nucleus": "^3.3.0",
|
||||
"@nebula.js/supernova": "^3.3.0",
|
||||
"@nebula.js/theme": "^3.3.0",
|
||||
"@nebula.js/ui": "^3.3.0",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.0",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.0",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.0",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.0",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.0",
|
||||
"@nebula.js/theme": "^4.0.0-alpha.0",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.0",
|
||||
"@scriptappy/cli": "0.6.0",
|
||||
"@scriptappy/to-dts": "1.0.0-beta.4",
|
||||
"extend": "3.0.2",
|
||||
|
||||
20
apis/stardust/types/index.d.ts
vendored
20
apis/stardust/types/index.d.ts
vendored
@@ -436,16 +436,6 @@ declare namespace stardust {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* An object literal containing meta information about the plugin and a function containing the plugin implementation.
|
||||
*/
|
||||
interface Plugin {
|
||||
info: {
|
||||
name: string;
|
||||
};
|
||||
fn: ()=>void;
|
||||
}
|
||||
|
||||
type Field = string | EngineAPI.INxDimension | EngineAPI.INxMeasure | stardust.LibraryField;
|
||||
|
||||
/**
|
||||
@@ -480,6 +470,16 @@ declare namespace stardust {
|
||||
type: "dimension" | "measure";
|
||||
}
|
||||
|
||||
/**
|
||||
* An object literal containing meta information about the plugin and a function containing the plugin implementation.
|
||||
*/
|
||||
interface Plugin {
|
||||
info: {
|
||||
name: string;
|
||||
};
|
||||
fn: ()=>void;
|
||||
}
|
||||
|
||||
interface LoadType {
|
||||
(type: {
|
||||
name: string;
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
"extend": "3.0.2",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nebula.js/cli-serve": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^3.3.0",
|
||||
"@nebula.js/cli-create": "^4.0.0-alpha.0",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.1"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@nebula.js/stardust": "^3.3.0",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.0",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"prepublishOnly": "rm -rf dist && yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^3.3.0",
|
||||
"@nebula.js/cli-build": "^4.0.0-alpha.0",
|
||||
"@qlik/sdk": "^0.19.1",
|
||||
"body-parser": "1.20.2",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/system": "^5.11.11",
|
||||
"@nebula.js/enigma-mocker": "^3.3.0",
|
||||
"@nebula.js/nucleus": "^3.3.0",
|
||||
"@nebula.js/snapshooter": "^3.3.0",
|
||||
"@nebula.js/stardust": "^3.3.0",
|
||||
"@nebula.js/ui": "^3.3.0",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.0",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.0",
|
||||
"@nebula.js/snapshooter": "^4.0.0-alpha.0",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.0",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.0",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "9.1.2",
|
||||
"d3-require": "1.3.0",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- show drilldown icon for drilldown dimension ([#1129](https://github.com/qlik-oss/nebula.js/issues/1129)) ([f679e96](https://github.com/qlik-oss/nebula.js/commit/f679e96d13d72c657ffaf5bf2826af178d5bb9ed))
|
||||
|
||||
# [3.3.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0-alpha.0...v3.3.0) (2023-03-10)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "3.3.0",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
Reference in New Issue
Block a user