mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(release): v5.12.0 🚀
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -3,6 +3,25 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- align theme none color to client ([#1696](https://github.com/qlik-oss/nebula.js/issues/1696)) ([15c83cd](https://github.com/qlik-oss/nebula.js/commit/15c83cdb55fbe813bd3bc2e4b9e7950ba90a69d4))
|
||||
- chart text background color ([#1688](https://github.com/qlik-oss/nebula.js/issues/1688)) ([1d255f2](https://github.com/qlik-oss/nebula.js/commit/1d255f2da88e70310f0caba1eb2251e07510a1a6))
|
||||
- **deps:** update minor and patch ([#1683](https://github.com/qlik-oss/nebula.js/issues/1683)) ([6dcc037](https://github.com/qlik-oss/nebula.js/commit/6dcc037ce79c837e2ea5ce0f9713b7fbf6778997))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
- **deps:** update minor and patch ([#1695](https://github.com/qlik-oss/nebula.js/issues/1695)) ([9d93799](https://github.com/qlik-oss/nebula.js/commit/9d93799821eb0631dbc2ea9852e1b7c325ad2e5a))
|
||||
- footer width ([#1689](https://github.com/qlik-oss/nebula.js/issues/1689)) ([286be6b](https://github.com/qlik-oss/nebula.js/commit/286be6bebff2aede3e29ffcdb5589f72a58e67b2))
|
||||
- pick up and apply font size in compact listbox ([#1685](https://github.com/qlik-oss/nebula.js/issues/1685)) ([3663a46](https://github.com/qlik-oss/nebula.js/commit/3663a4611527121ceb92ebf2191b546ddd456f37))
|
||||
- type error for properties in QAEDefinition ([#1687](https://github.com/qlik-oss/nebula.js/issues/1687)) ([7f40e54](https://github.com/qlik-oss/nebula.js/commit/7f40e540fe7bc32e9d0da6831e627b23e40de859))
|
||||
|
||||
### Features
|
||||
|
||||
- add destroy function to root api ([#1691](https://github.com/qlik-oss/nebula.js/issues/1691)) ([ee7171e](https://github.com/qlik-oss/nebula.js/commit/ee7171e5ed4ed0ff59a60ef58ee6068ab8623742))
|
||||
- cell spacing based on theme ([#1690](https://github.com/qlik-oss/nebula.js/issues/1690)) ([254ac31](https://github.com/qlik-oss/nebula.js/commit/254ac319d707cfc8e6ef3dc340d7b8f89d5295ee))
|
||||
- replace qlik/sdk with qlik/api ([#1665](https://github.com/qlik-oss/nebula.js/issues/1665)) ([0e6b983](https://github.com/qlik-oss/nebula.js/commit/0e6b9830c0942146f772905f50b3aff38265befc))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
### 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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- align theme none color to client ([#1696](https://github.com/qlik-oss/nebula.js/issues/1696)) ([15c83cd](https://github.com/qlik-oss/nebula.js/commit/15c83cdb55fbe813bd3bc2e4b9e7950ba90a69d4))
|
||||
- chart text background color ([#1688](https://github.com/qlik-oss/nebula.js/issues/1688)) ([1d255f2](https://github.com/qlik-oss/nebula.js/commit/1d255f2da88e70310f0caba1eb2251e07510a1a6))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
- footer width ([#1689](https://github.com/qlik-oss/nebula.js/issues/1689)) ([286be6b](https://github.com/qlik-oss/nebula.js/commit/286be6bebff2aede3e29ffcdb5589f72a58e67b2))
|
||||
- pick up and apply font size in compact listbox ([#1685](https://github.com/qlik-oss/nebula.js/issues/1685)) ([3663a46](https://github.com/qlik-oss/nebula.js/commit/3663a4611527121ceb92ebf2191b546ddd456f37))
|
||||
|
||||
### Features
|
||||
|
||||
- add destroy function to root api ([#1691](https://github.com/qlik-oss/nebula.js/issues/1691)) ([ee7171e](https://github.com/qlik-oss/nebula.js/commit/ee7171e5ed4ed0ff59a60ef58ee6068ab8623742))
|
||||
- cell spacing based on theme ([#1690](https://github.com/qlik-oss/nebula.js/issues/1690)) ([254ac31](https://github.com/qlik-oss/nebula.js/commit/254ac319d707cfc8e6ef3dc340d7b8f89d5295ee))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/icons-material": "^5.17.1",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@nebula.js/conversion": "^5.11.0",
|
||||
"@nebula.js/locale": "^5.11.0",
|
||||
"@nebula.js/supernova": "^5.11.0",
|
||||
"@nebula.js/theme": "^5.11.0",
|
||||
"@nebula.js/ui": "^5.11.0",
|
||||
"@nebula.js/conversion": "^5.12.0",
|
||||
"@nebula.js/locale": "^5.12.0",
|
||||
"@nebula.js/supernova": "^5.12.0",
|
||||
"@nebula.js/theme": "^5.12.0",
|
||||
"@nebula.js/ui": "^5.12.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/react": "^16.2.0",
|
||||
"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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3,6 +3,20 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- align theme none color to client ([#1696](https://github.com/qlik-oss/nebula.js/issues/1696)) ([15c83cd](https://github.com/qlik-oss/nebula.js/commit/15c83cdb55fbe813bd3bc2e4b9e7950ba90a69d4))
|
||||
- **deps:** update minor and patch ([#1683](https://github.com/qlik-oss/nebula.js/issues/1683)) ([6dcc037](https://github.com/qlik-oss/nebula.js/commit/6dcc037ce79c837e2ea5ce0f9713b7fbf6778997))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
- type error for properties in QAEDefinition ([#1687](https://github.com/qlik-oss/nebula.js/issues/1687)) ([7f40e54](https://github.com/qlik-oss/nebula.js/commit/7f40e540fe7bc32e9d0da6831e627b23e40de859))
|
||||
|
||||
### Features
|
||||
|
||||
- add destroy function to root api ([#1691](https://github.com/qlik-oss/nebula.js/issues/1691)) ([ee7171e](https://github.com/qlik-oss/nebula.js/commit/ee7171e5ed4ed0ff59a60ef58ee6068ab8623742))
|
||||
- cell spacing based on theme ([#1690](https://github.com/qlik-oss/nebula.js/issues/1690)) ([254ac31](https://github.com/qlik-oss/nebula.js/commit/254ac319d707cfc8e6ef3dc340d7b8f89d5295ee))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust:listbox",
|
||||
"description": "nebula listbox properties definition",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable",
|
||||
"x-qlik-visibility": "public"
|
||||
@@ -189,4 +189,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
@@ -1723,33 +1723,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": {
|
||||
@@ -1901,6 +1874,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": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -45,13 +45,13 @@
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@mui/icons-material": "^5.17.1",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@nebula.js/conversion": "^5.11.0",
|
||||
"@nebula.js/enigma-mocker": "^5.11.0",
|
||||
"@nebula.js/locale": "^5.11.0",
|
||||
"@nebula.js/nucleus": "^5.11.0",
|
||||
"@nebula.js/supernova": "^5.11.0",
|
||||
"@nebula.js/theme": "^5.11.0",
|
||||
"@nebula.js/ui": "^5.11.0",
|
||||
"@nebula.js/conversion": "^5.12.0",
|
||||
"@nebula.js/enigma-mocker": "^5.12.0",
|
||||
"@nebula.js/locale": "^5.12.0",
|
||||
"@nebula.js/nucleus": "^5.12.0",
|
||||
"@nebula.js/supernova": "^5.12.0",
|
||||
"@nebula.js/theme": "^5.12.0",
|
||||
"@nebula.js/ui": "^5.12.0",
|
||||
"@qlik/api": "^1.29.0",
|
||||
"@scriptappy/cli": "0.10.0",
|
||||
"@scriptappy/from-jsdoc": "0.19.0",
|
||||
|
||||
20
apis/stardust/types/index.d.ts
vendored
20
apis/stardust/types/index.d.ts
vendored
@@ -556,16 +556,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 | qix.NxDimension | qix.NxMeasure | stardust.LibraryField;
|
||||
|
||||
/**
|
||||
@@ -607,6 +597,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,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- type error for properties in QAEDefinition ([#1687](https://github.com/qlik-oss/nebula.js/issues/1687)) ([7f40e54](https://github.com/qlik-oss/nebula.js/commit/7f40e540fe7bc32e9d0da6831e627b23e40de859))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- align theme none color to client ([#1696](https://github.com/qlik-oss/nebula.js/issues/1696)) ([15c83cd](https://github.com/qlik-oss/nebula.js/commit/15c83cdb55fbe813bd3bc2e4b9e7950ba90a69d4))
|
||||
- chart text background color ([#1688](https://github.com/qlik-oss/nebula.js/issues/1688)) ([1d255f2](https://github.com/qlik-oss/nebula.js/commit/1d255f2da88e70310f0caba1eb2251e07510a1a6))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1683](https://github.com/qlik-oss/nebula.js/issues/1683)) ([6dcc037](https://github.com/qlik-oss/nebula.js/commit/6dcc037ce79c837e2ea5ce0f9713b7fbf6778997))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
- **deps:** update minor and patch ([#1695](https://github.com/qlik-oss/nebula.js/issues/1695)) ([9d93799](https://github.com/qlik-oss/nebula.js/commit/9d93799821eb0631dbc2ea9852e1b7c325ad2e5a))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nebula.js/cli-serve": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^5.11.0",
|
||||
"@nebula.js/cli-create": "^5.12.0",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Features
|
||||
|
||||
- replace qlik/sdk with qlik/api ([#1665](https://github.com/qlik-oss/nebula.js/issues/1665)) ([0e6b983](https://github.com/qlik-oss/nebula.js/commit/0e6b9830c0942146f772905f50b3aff38265befc))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1683](https://github.com/qlik-oss/nebula.js/issues/1683)) ([6dcc037](https://github.com/qlik-oss/nebula.js/commit/6dcc037ce79c837e2ea5ce0f9713b7fbf6778997))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
- **deps:** update minor and patch ([#1695](https://github.com/qlik-oss/nebula.js/issues/1695)) ([9d93799](https://github.com/qlik-oss/nebula.js/commit/9d93799821eb0631dbc2ea9852e1b7c325ad2e5a))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.26.4",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@nebula.js/stardust": "^5.11.0",
|
||||
"@nebula.js/stardust": "^5.12.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "28.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1683](https://github.com/qlik-oss/nebula.js/issues/1683)) ([6dcc037](https://github.com/qlik-oss/nebula.js/commit/6dcc037ce79c837e2ea5ce0f9713b7fbf6778997))
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"prepublishOnly": "rm -rf dist && yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^5.11.0",
|
||||
"@nebula.js/cli-build": "^5.12.0",
|
||||
"@qlik/sdk": "0.28.0",
|
||||
"body-parser": "1.20.3",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@mui/system": "^5.17.1",
|
||||
"@nebula.js/enigma-mocker": "^5.11.0",
|
||||
"@nebula.js/nucleus": "^5.11.0",
|
||||
"@nebula.js/snapshooter": "^5.11.0",
|
||||
"@nebula.js/stardust": "^5.11.0",
|
||||
"@nebula.js/ui": "^5.11.0",
|
||||
"@nebula.js/enigma-mocker": "^5.12.0",
|
||||
"@nebula.js/nucleus": "^5.12.0",
|
||||
"@nebula.js/snapshooter": "^5.12.0",
|
||||
"@nebula.js/stardust": "^5.12.0",
|
||||
"@nebula.js/ui": "^5.12.0",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "10.0.0",
|
||||
"d3-require": "1.3.0",
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.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.
|
||||
|
||||
# [5.12.0](https://github.com/qlik-oss/nebula.js/compare/v5.11.0...v5.12.0) (2025-03-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1686](https://github.com/qlik-oss/nebula.js/issues/1686)) ([ad56031](https://github.com/qlik-oss/nebula.js/commit/ad56031f7c6cc2b46e340d7ee6c57837d6ffbebf))
|
||||
|
||||
# [5.11.0](https://github.com/qlik-oss/nebula.js/compare/v5.10.1...v5.11.0) (2025-02-25)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "5.11.0",
|
||||
"version": "5.12.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
Reference in New Issue
Block a user