chore(release): v4.10.0 🚀

This commit is contained in:
caele
2024-02-01 17:50:03 +01:00
parent fc5995dde6
commit 1be7d26b3c
34 changed files with 148 additions and 38 deletions

View File

@@ -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.
# [4.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Bug Fixes
- always store session model (also when not fetching it) ([#1465](https://github.com/qlik-oss/nebula.js/issues/1465)) ([20ef5b0](https://github.com/qlik-oss/nebula.js/commit/20ef5b01ad1f152fa8e192c44df955a9900c591e))
- bgColor with useColorExpression property ([#1426](https://github.com/qlik-oss/nebula.js/issues/1426)) ([40659b0](https://github.com/qlik-oss/nebula.js/commit/40659b0924dcbd490e6e273caad3acd84171eb3e))
- dark theme for listbox ([#1449](https://github.com/qlik-oss/nebula.js/issues/1449)) ([e770087](https://github.com/qlik-oss/nebula.js/commit/e7700876f27ac84da7f3d96c28448d3bf857bc68))
- **deps:** update dependency source-map-loader to v5 ([#1463](https://github.com/qlik-oss/nebula.js/issues/1463)) ([fc5995d](https://github.com/qlik-oss/nebula.js/commit/fc5995dde69a8fb331290316e9e93927f6692d3f))
- **deps:** update dependency ws to v8.15.0 ([#1430](https://github.com/qlik-oss/nebula.js/issues/1430)) ([c24da91](https://github.com/qlik-oss/nebula.js/commit/c24da91117c781cbeb7b553f3f07d57a7fea7fd9))
- **listbox:** let color resolver pick up the index instead of hex ([#1428](https://github.com/qlik-oss/nebula.js/issues/1428)) ([2d3b318](https://github.com/qlik-oss/nebula.js/commit/2d3b31858cf4ef386f75329f9d89667a4ed531f3))
- **listbox:** make search focus border color blue ([#1432](https://github.com/qlik-oss/nebula.js/issues/1432)) ([1a0a83f](https://github.com/qlik-oss/nebula.js/commit/1a0a83ff6e0876bfde830b63ca0ca6acde91abc3))
- use 12px as default font size in theme ([#1427](https://github.com/qlik-oss/nebula.js/issues/1427)) ([475921d](https://github.com/qlik-oss/nebula.js/commit/475921dd1180cf3968dcf1b292135dd37e9cdaba))
### Features
- add option to inlineDynamicImports ([#1458](https://github.com/qlik-oss/nebula.js/issues/1458)) ([5759c1c](https://github.com/qlik-oss/nebula.js/commit/5759c1c4fd3352dad14e47b61438ca26055ce870))
- add session to mocked app ([#1437](https://github.com/qlik-oss/nebula.js/issues/1437)) ([0a6a450](https://github.com/qlik-oss/nebula.js/commit/0a6a450c4840e8bec120d2050032932248ab8fd4))
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
### Features

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/conversion
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
### Features

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Features
- add session to mocked app ([#1437](https://github.com/qlik-oss/nebula.js/issues/1437)) ([0a6a450](https://github.com/qlik-oss/nebula.js/commit/0a6a450c4840e8bec120d2050032932248ab8fd4))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/enigma-mocker

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Features
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/locale

View File

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

View File

@@ -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.
# [4.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Bug Fixes
- always store session model (also when not fetching it) ([#1465](https://github.com/qlik-oss/nebula.js/issues/1465)) ([20ef5b0](https://github.com/qlik-oss/nebula.js/commit/20ef5b01ad1f152fa8e192c44df955a9900c591e))
- bgColor with useColorExpression property ([#1426](https://github.com/qlik-oss/nebula.js/issues/1426)) ([40659b0](https://github.com/qlik-oss/nebula.js/commit/40659b0924dcbd490e6e273caad3acd84171eb3e))
- dark theme for listbox ([#1449](https://github.com/qlik-oss/nebula.js/issues/1449)) ([e770087](https://github.com/qlik-oss/nebula.js/commit/e7700876f27ac84da7f3d96c28448d3bf857bc68))
- **listbox:** let color resolver pick up the index instead of hex ([#1428](https://github.com/qlik-oss/nebula.js/issues/1428)) ([2d3b318](https://github.com/qlik-oss/nebula.js/commit/2d3b31858cf4ef386f75329f9d89667a4ed531f3))
- **listbox:** make search focus border color blue ([#1432](https://github.com/qlik-oss/nebula.js/issues/1432)) ([1a0a83f](https://github.com/qlik-oss/nebula.js/commit/1a0a83ff6e0876bfde830b63ca0ca6acde91abc3))
### Features
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/nucleus",
"version": "4.9.0",
"version": "4.10.0",
"private": true,
"main": "src/index.js",
"devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@nebula.js/conversion": "^4.9.0",
"@nebula.js/locale": "^4.9.0",
"@nebula.js/supernova": "^4.9.0",
"@nebula.js/theme": "^4.9.0",
"@nebula.js/ui": "^4.9.0",
"@nebula.js/conversion": "^4.10.0",
"@nebula.js/locale": "^4.10.0",
"@nebula.js/supernova": "^4.10.0",
"@nebula.js/theme": "^4.10.0",
"@nebula.js/ui": "^4.10.0",
"@testing-library/react": "^14.1.2",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/snapshooter
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/snapshooter

View File

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

View File

@@ -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.
# [4.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Features
- add option to inlineDynamicImports ([#1458](https://github.com/qlik-oss/nebula.js/issues/1458)) ([5759c1c](https://github.com/qlik-oss/nebula.js/commit/5759c1c4fd3352dad14e47b61438ca26055ce870))
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
### Features

View File

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

View File

@@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "4.9.0",
"version": "4.10.0",
"license": "MIT",
"stability": "stable"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "4.9.0",
"version": "4.10.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.15.6",
"@mui/material": "^5.15.6",
"@nebula.js/conversion": "^4.9.0",
"@nebula.js/enigma-mocker": "^4.9.0",
"@nebula.js/locale": "^4.9.0",
"@nebula.js/nucleus": "^4.9.0",
"@nebula.js/supernova": "^4.9.0",
"@nebula.js/theme": "^4.9.0",
"@nebula.js/ui": "^4.9.0",
"@nebula.js/conversion": "^4.10.0",
"@nebula.js/enigma-mocker": "^4.10.0",
"@nebula.js/locale": "^4.10.0",
"@nebula.js/nucleus": "^4.10.0",
"@nebula.js/supernova": "^4.10.0",
"@nebula.js/theme": "^4.10.0",
"@nebula.js/ui": "^4.10.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
"@scriptappy/to-dts": "1.0.0-beta.4",

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/supernova
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/supernova

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/test-utils
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/test-utils

View File

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

View File

@@ -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.
# [4.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Bug Fixes
- dark theme for listbox ([#1449](https://github.com/qlik-oss/nebula.js/issues/1449)) ([e770087](https://github.com/qlik-oss/nebula.js/commit/e7700876f27ac84da7f3d96c28448d3bf857bc68))
- use 12px as default font size in theme ([#1427](https://github.com/qlik-oss/nebula.js/issues/1427)) ([475921d](https://github.com/qlik-oss/nebula.js/commit/475921dd1180cf3968dcf1b292135dd37e9cdaba))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/theme

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Features
- add option to inlineDynamicImports ([#1458](https://github.com/qlik-oss/nebula.js/issues/1458)) ([5759c1c](https://github.com/qlik-oss/nebula.js/commit/5759c1c4fd3352dad14e47b61438ca26055ce870))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/cli-build

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/cli
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "4.9.0",
"version": "4.10.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.9.0",
"@nebula.js/cli-create": "^4.10.0",
"import-cwd": "3.0.0",
"yargs": "17.7.2"
}

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/cli-create
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/cli-create

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
**Note:** Version bump only for package @nebula.js/cli-sense
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/cli-sense

View File

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

View File

@@ -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.
# [4.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Bug Fixes
- **deps:** update dependency source-map-loader to v5 ([#1463](https://github.com/qlik-oss/nebula.js/issues/1463)) ([fc5995d](https://github.com/qlik-oss/nebula.js/commit/fc5995dde69a8fb331290316e9e93927f6692d3f))
- **deps:** update dependency ws to v8.15.0 ([#1430](https://github.com/qlik-oss/nebula.js/issues/1430)) ([c24da91](https://github.com/qlik-oss/nebula.js/commit/c24da91117c781cbeb7b553f3f07d57a7fea7fd9))
### Features
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/cli-serve

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "4.9.0",
"version": "4.10.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.9.0",
"@nebula.js/cli-build": "^4.10.0",
"@qlik/sdk": "^0.25.0",
"body-parser": "1.20.2",
"chalk": "4.1.2",
@@ -55,11 +55,11 @@
"@babel/preset-react": "7.23.3",
"@mui/material": "^5.15.6",
"@mui/system": "^5.15.6",
"@nebula.js/enigma-mocker": "^4.9.0",
"@nebula.js/nucleus": "^4.9.0",
"@nebula.js/snapshooter": "^4.9.0",
"@nebula.js/stardust": "^4.9.0",
"@nebula.js/ui": "^4.9.0",
"@nebula.js/enigma-mocker": "^4.10.0",
"@nebula.js/nucleus": "^4.10.0",
"@nebula.js/snapshooter": "^4.10.0",
"@nebula.js/stardust": "^4.10.0",
"@nebula.js/ui": "^4.10.0",
"autosuggest-highlight": "3.3.4",
"babel-loader": "9.1.3",
"d3-require": "1.3.0",

View File

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

View File

@@ -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.10.0](https://github.com/qlik-oss/nebula.js/compare/v4.9.0...v4.10.0) (2024-02-01)
### Features
- **ListBox:** break out header and add unlock button ([#1466](https://github.com/qlik-oss/nebula.js/issues/1466)) ([5e35fb6](https://github.com/qlik-oss/nebula.js/commit/5e35fb61fd948c52594cb56eb2fcd2801c081262))
# [4.9.0](https://github.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) (2023-12-01)
**Note:** Version bump only for package @nebula.js/ui

View File

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