mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(release): v4.6.0 🚀
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- handle sync calls to session storage ([#1386](https://github.com/qlik-oss/nebula.js/issues/1386)) ([d677347](https://github.com/qlik-oss/nebula.js/commit/d677347ce6a78713ea49dd7990f20773c3250c66))
|
||||
- prevent only one item rendering in single grid mode ([#1385](https://github.com/qlik-oss/nebula.js/issues/1385)) ([21f46cf](https://github.com/qlik-oss/nebula.js/commit/21f46cf8bd18581d353ed3cee923b769da7b5a2d))
|
||||
|
||||
### Features
|
||||
|
||||
- **listbox:** listbox styling ([#1377](https://github.com/qlik-oss/nebula.js/issues/1377)) ([a83377a](https://github.com/qlik-oss/nebula.js/commit/a83377ada48fb5bd90c179399d4495da414ade28))
|
||||
- supress "use client" warnings in charts build with nebula build watch ([#1371](https://github.com/qlik-oss/nebula.js/issues/1371)) ([b244364](https://github.com/qlik-oss/nebula.js/commit/b2443642ebf6fc23ddde194fd0aed60b71ece33f))
|
||||
- toggle data view ([#1376](https://github.com/qlik-oss/nebula.js/issues/1376)) ([c8b0d1b](https://github.com/qlik-oss/nebula.js/commit/c8b0d1b3c3605c36b899aa8b2a18b86d92797d56))
|
||||
|
||||
### Reverts
|
||||
|
||||
- Revert "feat: toggle data view (#1376)" (#1387) ([65f8fac](https://github.com/qlik-oss/nebula.js/commit/65f8facf68c21f41c41058b94bb5fb7734e24357)), closes [#1376](https://github.com/qlik-oss/nebula.js/issues/1376) [#1387](https://github.com/qlik-oss/nebula.js/issues/1387)
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- handle sync calls to session storage ([#1386](https://github.com/qlik-oss/nebula.js/issues/1386)) ([d677347](https://github.com/qlik-oss/nebula.js/commit/d677347ce6a78713ea49dd7990f20773c3250c66))
|
||||
- prevent only one item rendering in single grid mode ([#1385](https://github.com/qlik-oss/nebula.js/issues/1385)) ([21f46cf](https://github.com/qlik-oss/nebula.js/commit/21f46cf8bd18581d353ed3cee923b769da7b5a2d))
|
||||
|
||||
### Features
|
||||
|
||||
- **listbox:** listbox styling ([#1377](https://github.com/qlik-oss/nebula.js/issues/1377)) ([a83377a](https://github.com/qlik-oss/nebula.js/commit/a83377ada48fb5bd90c179399d4495da414ade28))
|
||||
- toggle data view ([#1376](https://github.com/qlik-oss/nebula.js/issues/1376)) ([c8b0d1b](https://github.com/qlik-oss/nebula.js/commit/c8b0d1b3c3605c36b899aa8b2a18b86d92797d56))
|
||||
|
||||
### Reverts
|
||||
|
||||
- Revert "feat: toggle data view (#1376)" (#1387) ([65f8fac](https://github.com/qlik-oss/nebula.js/commit/65f8facf68c21f41c41058b94bb5fb7734e24357)), closes [#1376](https://github.com/qlik-oss/nebula.js/issues/1376) [#1387](https://github.com/qlik-oss/nebula.js/issues/1387)
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.14.14",
|
||||
"@mui/material": "^5.14.14",
|
||||
"@nebula.js/conversion": "^4.5.0",
|
||||
"@nebula.js/locale": "^4.5.0",
|
||||
"@nebula.js/supernova": "^4.5.0",
|
||||
"@nebula.js/theme": "^4.5.0",
|
||||
"@nebula.js/ui": "^4.5.0",
|
||||
"@nebula.js/conversion": "^4.6.0",
|
||||
"@nebula.js/locale": "^4.6.0",
|
||||
"@nebula.js/supernova": "^4.6.0",
|
||||
"@nebula.js/theme": "^4.6.0",
|
||||
"@nebula.js/ui": "^4.6.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3,6 +3,21 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- prevent only one item rendering in single grid mode ([#1385](https://github.com/qlik-oss/nebula.js/issues/1385)) ([21f46cf](https://github.com/qlik-oss/nebula.js/commit/21f46cf8bd18581d353ed3cee923b769da7b5a2d))
|
||||
|
||||
### Features
|
||||
|
||||
- **listbox:** listbox styling ([#1377](https://github.com/qlik-oss/nebula.js/issues/1377)) ([a83377a](https://github.com/qlik-oss/nebula.js/commit/a83377ada48fb5bd90c179399d4495da414ade28))
|
||||
- toggle data view ([#1376](https://github.com/qlik-oss/nebula.js/issues/1376)) ([c8b0d1b](https://github.com/qlik-oss/nebula.js/commit/c8b0d1b3c3605c36b899aa8b2a18b86d92797d56))
|
||||
|
||||
### Reverts
|
||||
|
||||
- Revert "feat: toggle data view (#1376)" (#1387) ([65f8fac](https://github.com/qlik-oss/nebula.js/commit/65f8facf68c21f41c41058b94bb5fb7734e24357)), closes [#1376](https://github.com/qlik-oss/nebula.js/issues/1376) [#1387](https://github.com/qlik-oss/nebula.js/issues/1387)
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust:listbox",
|
||||
"description": "nebula listbox properties definition",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable",
|
||||
"x-qlik-visibility": "public"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
@@ -1622,33 +1622,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": {
|
||||
@@ -1784,6 +1757,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": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -48,13 +48,13 @@
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.14.14",
|
||||
"@mui/material": "^5.14.14",
|
||||
"@nebula.js/conversion": "^4.5.0",
|
||||
"@nebula.js/enigma-mocker": "^4.5.0",
|
||||
"@nebula.js/locale": "^4.5.0",
|
||||
"@nebula.js/nucleus": "^4.5.0",
|
||||
"@nebula.js/supernova": "^4.5.0",
|
||||
"@nebula.js/theme": "^4.5.0",
|
||||
"@nebula.js/ui": "^4.5.0",
|
||||
"@nebula.js/conversion": "^4.6.0",
|
||||
"@nebula.js/enigma-mocker": "^4.6.0",
|
||||
"@nebula.js/locale": "^4.6.0",
|
||||
"@nebula.js/nucleus": "^4.6.0",
|
||||
"@nebula.js/supernova": "^4.6.0",
|
||||
"@nebula.js/theme": "^4.6.0",
|
||||
"@nebula.js/ui": "^4.6.0",
|
||||
"@scriptappy/cli": "0.10.0",
|
||||
"@scriptappy/from-jsdoc": "0.19.0",
|
||||
"@scriptappy/to-dts": "1.0.0-beta.4",
|
||||
|
||||
20
apis/stardust/types/index.d.ts
vendored
20
apis/stardust/types/index.d.ts
vendored
@@ -514,16 +514,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;
|
||||
|
||||
/**
|
||||
@@ -556,6 +546,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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
### Features
|
||||
|
||||
- supress "use client" warnings in charts build with nebula build watch ([#1371](https://github.com/qlik-oss/nebula.js/issues/1371)) ([b244364](https://github.com/qlik-oss/nebula.js/commit/b2443642ebf6fc23ddde194fd0aed60b71ece33f))
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nebula.js/cli-serve": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^4.5.0",
|
||||
"@nebula.js/cli-create": "^4.6.0",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.23.0",
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@nebula.js/stardust": "^4.5.0",
|
||||
"@nebula.js/stardust": "^4.6.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "25.0.7",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
|
||||
@@ -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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"prepublishOnly": "rm -rf dist && yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^4.5.0",
|
||||
"@nebula.js/cli-build": "^4.6.0",
|
||||
"@qlik/sdk": "^0.25.0",
|
||||
"body-parser": "1.20.2",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.22.15",
|
||||
"@mui/material": "^5.14.14",
|
||||
"@mui/system": "^5.14.14",
|
||||
"@nebula.js/enigma-mocker": "^4.5.0",
|
||||
"@nebula.js/nucleus": "^4.5.0",
|
||||
"@nebula.js/snapshooter": "^4.5.0",
|
||||
"@nebula.js/stardust": "^4.5.0",
|
||||
"@nebula.js/ui": "^4.5.0",
|
||||
"@nebula.js/enigma-mocker": "^4.6.0",
|
||||
"@nebula.js/nucleus": "^4.6.0",
|
||||
"@nebula.js/snapshooter": "^4.6.0",
|
||||
"@nebula.js/stardust": "^4.6.0",
|
||||
"@nebula.js/ui": "^4.6.0",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "9.1.3",
|
||||
"d3-require": "1.3.0",
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
||||
@@ -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.6.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0...v4.6.0) (2023-10-25)
|
||||
|
||||
### Features
|
||||
|
||||
- **listbox:** listbox styling ([#1377](https://github.com/qlik-oss/nebula.js/issues/1377)) ([a83377a](https://github.com/qlik-oss/nebula.js/commit/a83377ada48fb5bd90c179399d4495da414ade28))
|
||||
|
||||
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
Reference in New Issue
Block a user