chore(release): v5.14.0 🚀

This commit is contained in:
caele
2025-05-07 17:03:18 +02:00
parent 8201429616
commit 66e616f1e5
35 changed files with 167 additions and 75 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
### Bug Fixes
- add filters info in footnote ([#1710](https://github.com/qlik-oss/nebula.js/issues/1710)) ([6b84132](https://github.com/qlik-oss/nebula.js/commit/6b841322736adeb64a88682c87651b9d676b7a33))
- incorrect height setting ([#1737](https://github.com/qlik-oss/nebula.js/issues/1737)) ([8201429](https://github.com/qlik-oss/nebula.js/commit/8201429616b03c4a196a222eb2818f2faf730a8d))
### Features
- add support for disableThemeBorder option ([#1735](https://github.com/qlik-oss/nebula.js/issues/1735)) ([d5742da](https://github.com/qlik-oss/nebula.js/commit/d5742dae8a3ee118b573ad49d84b7bc414e9c06e))
- add theme to galaxy and getPropertyPanelDefinition to viz ([#1736](https://github.com/qlik-oss/nebula.js/issues/1736)) ([51fbdd1](https://github.com/qlik-oss/nebula.js/commit/51fbdd1f7d4818c556d7bc8c11373bb4e30b1437))
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/conversion
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/conversion **Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/conversion", "name": "@nebula.js/conversion",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/enigma-mocker
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/enigma-mocker **Note:** Version bump only for package @nebula.js/enigma-mocker

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/enigma-mocker", "name": "@nebula.js/enigma-mocker",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
### Bug Fixes
- add filters info in footnote ([#1710](https://github.com/qlik-oss/nebula.js/issues/1710)) ([6b84132](https://github.com/qlik-oss/nebula.js/commit/6b841322736adeb64a88682c87651b9d676b7a33))
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/locale **Note:** Version bump only for package @nebula.js/locale

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/locale", "name": "@nebula.js/locale",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
### Bug Fixes
- add filters info in footnote ([#1710](https://github.com/qlik-oss/nebula.js/issues/1710)) ([6b84132](https://github.com/qlik-oss/nebula.js/commit/6b841322736adeb64a88682c87651b9d676b7a33))
- incorrect height setting ([#1737](https://github.com/qlik-oss/nebula.js/issues/1737)) ([8201429](https://github.com/qlik-oss/nebula.js/commit/8201429616b03c4a196a222eb2818f2faf730a8d))
### Features
- add support for disableThemeBorder option ([#1735](https://github.com/qlik-oss/nebula.js/issues/1735)) ([d5742da](https://github.com/qlik-oss/nebula.js/commit/d5742dae8a3ee118b573ad49d84b7bc414e9c06e))
- add theme to galaxy and getPropertyPanelDefinition to viz ([#1736](https://github.com/qlik-oss/nebula.js/issues/1736)) ([51fbdd1](https://github.com/qlik-oss/nebula.js/commit/51fbdd1f7d4818c556d7bc8c11373bb4e30b1437))
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/nucleus", "name": "@nebula.js/nucleus",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.14.0", "@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1", "@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1", "@mui/material": "^5.17.1",
"@nebula.js/conversion": "^5.13.0", "@nebula.js/conversion": "^5.14.0",
"@nebula.js/locale": "^5.13.0", "@nebula.js/locale": "^5.14.0",
"@nebula.js/supernova": "^5.13.0", "@nebula.js/supernova": "^5.14.0",
"@nebula.js/theme": "^5.13.0", "@nebula.js/theme": "^5.14.0",
"@nebula.js/ui": "^5.13.0", "@nebula.js/ui": "^5.14.0",
"@testing-library/dom": "^10.4.0", "@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"extend": "3.0.2", "extend": "3.0.2",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/snapshooter
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/snapshooter **Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/snapshooter", "name": "@nebula.js/snapshooter",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
### Features
- add theme to galaxy and getPropertyPanelDefinition to viz ([#1736](https://github.com/qlik-oss/nebula.js/issues/1736)) ([51fbdd1](https://github.com/qlik-oss/nebula.js/commit/51fbdd1f7d4818c556d7bc8c11373bb4e30b1437))
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -3,7 +3,7 @@
"info": { "info": {
"name": "@nebula.js/stardust:listbox", "name": "@nebula.js/stardust:listbox",
"description": "nebula listbox properties definition", "description": "nebula listbox properties definition",
"version": "5.13.0", "version": "5.14.0",
"license": "MIT", "license": "MIT",
"stability": "stable", "stability": "stable",
"x-qlik-visibility": "public" "x-qlik-visibility": "public"

View File

@@ -3,7 +3,7 @@
"info": { "info": {
"name": "@nebula.js/stardust", "name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", "description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "5.13.0", "version": "5.14.0",
"license": "MIT", "license": "MIT",
"stability": "stable" "stability": "stable"
}, },
@@ -1730,33 +1730,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": { "Field": {
"kind": "alias", "kind": "alias",
"items": { "items": {
@@ -1908,6 +1881,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": { "LoadType": {
"kind": "interface", "kind": "interface",
"params": [ "params": [
@@ -2731,6 +2731,10 @@
} }
} }
}, },
"getField": {
"description": "Get the field name from the expression.",
"type": "any"
},
"Translator": { "Translator": {
"kind": "class", "kind": "class",
"constructor": { "constructor": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/stardust", "name": "@nebula.js/stardust",
"version": "5.13.0", "version": "5.14.0",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", "description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -45,13 +45,13 @@
"@emotion/styled": "^11.14.0", "@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1", "@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1", "@mui/material": "^5.17.1",
"@nebula.js/conversion": "^5.13.0", "@nebula.js/conversion": "^5.14.0",
"@nebula.js/enigma-mocker": "^5.13.0", "@nebula.js/enigma-mocker": "^5.14.0",
"@nebula.js/locale": "^5.13.0", "@nebula.js/locale": "^5.14.0",
"@nebula.js/nucleus": "^5.13.0", "@nebula.js/nucleus": "^5.14.0",
"@nebula.js/supernova": "^5.13.0", "@nebula.js/supernova": "^5.14.0",
"@nebula.js/theme": "^5.13.0", "@nebula.js/theme": "^5.14.0",
"@nebula.js/ui": "^5.13.0", "@nebula.js/ui": "^5.14.0",
"@qlik/api": "^1.32.0", "@qlik/api": "^1.32.0",
"@scriptappy/cli": "0.10.0", "@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0", "@scriptappy/from-jsdoc": "0.19.0",

View File

@@ -559,16 +559,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; type Field = string | qix.NxDimension | qix.NxMeasure | stardust.LibraryField;
/** /**
@@ -610,6 +600,16 @@ declare namespace stardust {
type: "dimension" | "measure"; 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 { interface LoadType {
(type: { (type: {
name: string; name: string;
@@ -835,6 +835,8 @@ declare namespace stardust {
removed?: stardust.fieldTargetRemovedCallback<T>; removed?: stardust.fieldTargetRemovedCallback<T>;
} }
type getField = any;
class Translator { class Translator {
constructor(); constructor();

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/supernova
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@nebula.js/supernova", "name": "@nebula.js/supernova",
"private": true, "private": true,
"version": "5.13.0", "version": "5.14.0",
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {
"extend": "3.0.2", "extend": "3.0.2",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/test-utils
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/test-utils **Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/test-utils", "name": "@nebula.js/test-utils",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/theme
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/theme **Note:** Version bump only for package @nebula.js/theme

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/theme", "name": "@nebula.js/theme",
"version": "5.13.0", "version": "5.14.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/cli-build
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-build", "name": "@nebula.js/cli-build",
"version": "5.13.0", "version": "5.14.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/cli
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/cli **Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli", "name": "@nebula.js/cli",
"version": "5.13.0", "version": "5.14.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^5.0.0" "@nebula.js/cli-serve": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"@nebula.js/cli-create": "^5.13.0", "@nebula.js/cli-create": "^5.14.0",
"import-cwd": "3.0.0", "import-cwd": "3.0.0",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/cli-create
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/cli-create **Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-create", "name": "@nebula.js/cli-create",
"version": "5.13.0", "version": "5.14.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/cli-sense
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-sense", "name": "@nebula.js/cli-sense",
"version": "5.13.0", "version": "5.14.0",
"description": "Build a supernova as a Qlik Sense extension", "description": "Build a supernova as a Qlik Sense extension",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.27.1", "@babel/cli": "7.27.1",
"@babel/core": "7.27.1", "@babel/core": "7.27.1",
"@babel/preset-env": "7.27.1", "@babel/preset-env": "7.27.1",
"@nebula.js/stardust": "^5.13.0", "@nebula.js/stardust": "^5.14.0",
"@rollup/plugin-babel": "6.0.4", "@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.3", "@rollup/plugin-commonjs": "28.0.3",
"@rollup/plugin-node-resolve": "16.0.1", "@rollup/plugin-node-resolve": "16.0.1",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
**Note:** Version bump only for package @nebula.js/cli-serve
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-serve", "name": "@nebula.js/cli-serve",
"version": "5.13.0", "version": "5.14.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"prepublishOnly": "rm -rf dist && yarn run build" "prepublishOnly": "rm -rf dist && yarn run build"
}, },
"dependencies": { "dependencies": {
"@nebula.js/cli-build": "^5.13.0", "@nebula.js/cli-build": "^5.14.0",
"@qlik/sdk": "0.28.0", "@qlik/sdk": "0.28.0",
"body-parser": "2.2.0", "body-parser": "2.2.0",
"chalk": "4.1.2", "chalk": "4.1.2",
@@ -55,11 +55,11 @@
"@babel/preset-react": "7.27.1", "@babel/preset-react": "7.27.1",
"@mui/material": "^5.17.1", "@mui/material": "^5.17.1",
"@mui/system": "^5.17.1", "@mui/system": "^5.17.1",
"@nebula.js/enigma-mocker": "^5.13.0", "@nebula.js/enigma-mocker": "^5.14.0",
"@nebula.js/nucleus": "^5.13.0", "@nebula.js/nucleus": "^5.14.0",
"@nebula.js/snapshooter": "^5.13.0", "@nebula.js/snapshooter": "^5.14.0",
"@nebula.js/stardust": "^5.13.0", "@nebula.js/stardust": "^5.14.0",
"@nebula.js/ui": "^5.13.0", "@nebula.js/ui": "^5.14.0",
"autosuggest-highlight": "3.3.4", "autosuggest-highlight": "3.3.4",
"babel-loader": "10.0.0", "babel-loader": "10.0.0",
"d3-require": "1.3.0", "d3-require": "1.3.0",

View File

@@ -7,6 +7,6 @@
} }
}, },
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "5.13.0", "version": "5.14.0",
"npmClient": "yarn" "npmClient": "yarn"
} }

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.14.0](https://github.com/qlik-oss/nebula.js/compare/v5.13.0...v5.14.0) (2025-05-07)
### Bug Fixes
- add filters info in footnote ([#1710](https://github.com/qlik-oss/nebula.js/issues/1710)) ([6b84132](https://github.com/qlik-oss/nebula.js/commit/6b841322736adeb64a88682c87651b9d676b7a33))
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) # [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
**Note:** Version bump only for package @nebula.js/ui **Note:** Version bump only for package @nebula.js/ui

View File

@@ -1,7 +1,7 @@
{ {
"name": "@nebula.js/ui", "name": "@nebula.js/ui",
"private": true, "private": true,
"version": "5.13.0", "version": "5.14.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",