mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(release): v5.4.0 🚀
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- move more menu out of container ([#1568](https://github.com/qlik-oss/nebula.js/issues/1568)) ([403ce7a](https://github.com/qlik-oss/nebula.js/commit/403ce7acd16b784cc0bd2c508ee814e472a9226e))
|
||||
|
||||
### Features
|
||||
|
||||
- add sheet navigation ([#1586](https://github.com/qlik-oss/nebula.js/issues/1586)) ([a3ba5f1](https://github.com/qlik-oss/nebula.js/commit/a3ba5f181a1bf7b27221c607969b7c12f0a0c69b))
|
||||
- listbox popover sorting option ([#1589](https://github.com/qlik-oss/nebula.js/issues/1589)) ([06f9bbf](https://github.com/qlik-oss/nebula.js/commit/06f9bbf9aef6caf6bb511433e32e5d88af4ca036))
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- move more menu out of container ([#1568](https://github.com/qlik-oss/nebula.js/issues/1568)) ([403ce7a](https://github.com/qlik-oss/nebula.js/commit/403ce7acd16b784cc0bd2c508ee814e472a9226e))
|
||||
|
||||
### Features
|
||||
|
||||
- add sheet navigation ([#1586](https://github.com/qlik-oss/nebula.js/issues/1586)) ([a3ba5f1](https://github.com/qlik-oss/nebula.js/commit/a3ba5f181a1bf7b27221c607969b7c12f0a0c69b))
|
||||
- listbox popover sorting option ([#1589](https://github.com/qlik-oss/nebula.js/issues/1589)) ([06f9bbf](https://github.com/qlik-oss/nebula.js/commit/06f9bbf9aef6caf6bb511433e32e5d88af4ca036))
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@mui/icons-material": "^5.16.6",
|
||||
"@mui/material": "^5.16.6",
|
||||
"@nebula.js/conversion": "^5.3.0",
|
||||
"@nebula.js/locale": "^5.3.0",
|
||||
"@nebula.js/supernova": "^5.3.0",
|
||||
"@nebula.js/theme": "^5.3.0",
|
||||
"@nebula.js/ui": "^5.3.0",
|
||||
"@nebula.js/conversion": "^5.4.0",
|
||||
"@nebula.js/locale": "^5.4.0",
|
||||
"@nebula.js/supernova": "^5.4.0",
|
||||
"@nebula.js/theme": "^5.4.0",
|
||||
"@nebula.js/ui": "^5.4.0",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.0.1",
|
||||
@@ -24,4 +24,4 @@
|
||||
"react-window-infinite-loader": "1.0.9",
|
||||
"semver": "7.6.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.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
### Features
|
||||
|
||||
- add sheet navigation ([#1586](https://github.com/qlik-oss/nebula.js/issues/1586)) ([a3ba5f1](https://github.com/qlik-oss/nebula.js/commit/a3ba5f181a1bf7b27221c607969b7c12f0a0c69b))
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/stardust
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust:listbox",
|
||||
"description": "nebula listbox properties definition",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/stardust",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.13.0",
|
||||
"@mui/icons-material": "^5.16.6",
|
||||
"@mui/material": "^5.16.6",
|
||||
"@nebula.js/conversion": "^5.3.0",
|
||||
"@nebula.js/enigma-mocker": "^5.3.0",
|
||||
"@nebula.js/locale": "^5.3.0",
|
||||
"@nebula.js/nucleus": "^5.3.0",
|
||||
"@nebula.js/supernova": "^5.3.0",
|
||||
"@nebula.js/theme": "^5.3.0",
|
||||
"@nebula.js/ui": "^5.3.0",
|
||||
"@nebula.js/conversion": "^5.4.0",
|
||||
"@nebula.js/enigma-mocker": "^5.4.0",
|
||||
"@nebula.js/locale": "^5.4.0",
|
||||
"@nebula.js/nucleus": "^5.4.0",
|
||||
"@nebula.js/supernova": "^5.4.0",
|
||||
"@nebula.js/theme": "^5.4.0",
|
||||
"@nebula.js/ui": "^5.4.0",
|
||||
"@qlik/api": "^1.14.0",
|
||||
"@scriptappy/cli": "0.10.0",
|
||||
"@scriptappy/from-jsdoc": "0.19.0",
|
||||
@@ -67,4 +67,4 @@
|
||||
"regenerator-runtime": "0.14.1",
|
||||
"semver": "7.6.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
### Features
|
||||
|
||||
- add sheet navigation ([#1586](https://github.com/qlik-oss/nebula.js/issues/1586)) ([a3ba5f1](https://github.com/qlik-oss/nebula.js/commit/a3ba5f181a1bf7b27221c607969b7c12f0a0c69b))
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.3.0",
|
||||
"@nebula.js/cli-create": "^5.4.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.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.24.8",
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/preset-env": "7.25.3",
|
||||
"@nebula.js/stardust": "^5.3.0",
|
||||
"@nebula.js/stardust": "^5.4.0",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "26.0.1",
|
||||
"@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.
|
||||
|
||||
# [5.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.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.3.0",
|
||||
"@nebula.js/cli-build": "^5.4.0",
|
||||
"@qlik/sdk": "0.27.1",
|
||||
"body-parser": "1.20.2",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.24.7",
|
||||
"@mui/material": "^5.16.6",
|
||||
"@mui/system": "^5.16.6",
|
||||
"@nebula.js/enigma-mocker": "^5.3.0",
|
||||
"@nebula.js/nucleus": "^5.3.0",
|
||||
"@nebula.js/snapshooter": "^5.3.0",
|
||||
"@nebula.js/stardust": "^5.3.0",
|
||||
"@nebula.js/ui": "^5.3.0",
|
||||
"@nebula.js/enigma-mocker": "^5.4.0",
|
||||
"@nebula.js/nucleus": "^5.4.0",
|
||||
"@nebula.js/snapshooter": "^5.4.0",
|
||||
"@nebula.js/stardust": "^5.4.0",
|
||||
"@nebula.js/ui": "^5.4.0",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "9.1.3",
|
||||
"d3-require": "1.3.0",
|
||||
@@ -73,4 +73,4 @@
|
||||
"react-dom": "18.3.1",
|
||||
"react-router-dom": "6.26.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
||||
@@ -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.4.0](https://github.com/qlik-oss/nebula.js/compare/v5.3.0...v5.4.0) (2024-08-18)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
# [5.3.0](https://github.com/qlik-oss/nebula.js/compare/v5.2.0...v5.3.0) (2024-07-22)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -23,4 +23,4 @@
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user