diff --git a/CHANGELOG.md b/CHANGELOG.md index 291aaa345..27c9ea4a8 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 480131e35..0d9e2b04a 100644 --- a/apis/conversion/CHANGELOG.md +++ b/apis/conversion/CHANGELOG.md @@ -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 diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 8f53bbeef..25ec35978 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -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": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index 4ca031b91..0eb49623e 100644 --- a/apis/enigma-mocker/CHANGELOG.md +++ b/apis/enigma-mocker/CHANGELOG.md @@ -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 diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index b5217fd5c..0b8d7a59e 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -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": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index cbb46f20b..348052890 100644 --- a/apis/locale/CHANGELOG.md +++ b/apis/locale/CHANGELOG.md @@ -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 diff --git a/apis/locale/package.json b/apis/locale/package.json index 263abae59..a2c737695 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -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": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index e2992fb04..1c748734d 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/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 diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 7a7565d1a..f13cdac96 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -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", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 3f1bf205b..8d8bc163c 100644 --- a/apis/snapshooter/CHANGELOG.md +++ b/apis/snapshooter/CHANGELOG.md @@ -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 diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index dfdf45191..27a65e46a 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "3.3.0", + "version": "4.0.0-alpha.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 49e1dc15d..0299e7380 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/CHANGELOG.md @@ -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 diff --git a/apis/stardust/api-spec/spec.json b/apis/stardust/api-spec/spec.json index 04ac75e86..01d5052d1 100644 --- a/apis/stardust/api-spec/spec.json +++ b/apis/stardust/api-spec/spec.json @@ -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": [ diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 7ba8f0e57..195f5ef39 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -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", diff --git a/apis/stardust/types/index.d.ts b/apis/stardust/types/index.d.ts index c80e901db..deb989a63 100644 --- a/apis/stardust/types/index.d.ts +++ b/apis/stardust/types/index.d.ts @@ -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; diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 9808139e6..bc10ded13 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/CHANGELOG.md @@ -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 diff --git a/apis/supernova/package.json b/apis/supernova/package.json index de3a4552a..e86b44ccf 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -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", diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index cb8cc0634..70d135cad 100644 --- a/apis/test-utils/CHANGELOG.md +++ b/apis/test-utils/CHANGELOG.md @@ -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 diff --git a/apis/test-utils/package.json b/apis/test-utils/package.json index e3b518906..58a56e424 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "3.3.0", + "version": "4.0.0-alpha.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 42df54492..ccf86db5a 100644 --- a/apis/theme/CHANGELOG.md +++ b/apis/theme/CHANGELOG.md @@ -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 diff --git a/apis/theme/package.json b/apis/theme/package.json index f53dd4c15..ea61d2b1f 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -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": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index 6668fc5c6..7eb9833e0 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -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 diff --git a/commands/build/package.json b/commands/build/package.json index 1f05d35b5..fef1c672e 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -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", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 8a0963a5e..f8e7e7b4f 100644 --- a/commands/cli/CHANGELOG.md +++ b/commands/cli/CHANGELOG.md @@ -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 diff --git a/commands/cli/package.json b/commands/cli/package.json index a062bdd93..8aa517995 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -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" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index c1eb98f53..04809ed38 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/CHANGELOG.md @@ -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 diff --git a/commands/create/package.json b/commands/create/package.json index 815e4e692..35bf3985e 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -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", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index e1b155194..05f88991e 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/CHANGELOG.md @@ -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 diff --git a/commands/sense/package.json b/commands/sense/package.json index 610a626a2..532553879 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -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", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 98481afd2..e7747401a 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -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 diff --git a/commands/serve/package.json b/commands/serve/package.json index 18a2efe99..f10a6aab7 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -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", diff --git a/lerna.json b/lerna.json index b3acd776f..b173720df 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "3.3.0", + "version": "4.0.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 805f76a74..72d98f13a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index b3503e175..8393ce94c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",