chore(release): v4.0.0-alpha.3 🚀

This commit is contained in:
caele
2023-03-20 20:09:54 +01:00
parent 4bdd762489
commit 26e242ac0f
34 changed files with 183 additions and 102 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
### Bug Fixes
- fix spacing for frequency count ([#1164](https://github.com/qlik-oss/nebula.js/issues/1164)) ([1ac8a87](https://github.com/qlik-oss/nebula.js/commit/1ac8a87c38a97998e04951378661294e2c3cddca))
- **Listbox:** no box-shadow on hover ([#1163](https://github.com/qlik-oss/nebula.js/issues/1163)) ([72af025](https://github.com/qlik-oss/nebula.js/commit/72af0252c9508f9d4c7208ac3d1e7d7be605baf1))
### Features
- pick up enigmaMockerOptions from fixture ([#1165](https://github.com/qlik-oss/nebula.js/issues/1165)) ([39ec748](https://github.com/qlik-oss/nebula.js/commit/39ec748512fdd9bf17c000371964da9894ed253a))
- search & selectAll shortcuts ([#1159](https://github.com/qlik-oss/nebula.js/issues/1159)) ([6273681](https://github.com/qlik-oss/nebula.js/commit/62736818e3ab72b95d71204fd353bd508c72375f))
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
### Bug Fixes

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/conversion
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/enigma-mocker
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/enigma-mocker

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/locale
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/locale",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"main": "src/index.js",
"scripts": {

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
### Bug Fixes
- fix spacing for frequency count ([#1164](https://github.com/qlik-oss/nebula.js/issues/1164)) ([1ac8a87](https://github.com/qlik-oss/nebula.js/commit/1ac8a87c38a97998e04951378661294e2c3cddca))
- **Listbox:** no box-shadow on hover ([#1163](https://github.com/qlik-oss/nebula.js/issues/1163)) ([72af025](https://github.com/qlik-oss/nebula.js/commit/72af0252c9508f9d4c7208ac3d1e7d7be605baf1))
### Features
- search & selectAll shortcuts ([#1159](https://github.com/qlik-oss/nebula.js/issues/1159)) ([6273681](https://github.com/qlik-oss/nebula.js/commit/62736818e3ab72b95d71204fd353bd508c72375f))
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/nucleus",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"main": "src/index.js",
"devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@nebula.js/conversion": "^4.0.0-alpha.2",
"@nebula.js/locale": "^4.0.0-alpha.2",
"@nebula.js/supernova": "^4.0.0-alpha.2",
"@nebula.js/theme": "^4.0.0-alpha.2",
"@nebula.js/ui": "^4.0.0-alpha.2",
"@nebula.js/conversion": "^4.0.0-alpha.3",
"@nebula.js/locale": "^4.0.0-alpha.3",
"@nebula.js/supernova": "^4.0.0-alpha.3",
"@nebula.js/theme": "^4.0.0-alpha.3",
"@nebula.js/ui": "^4.0.0-alpha.3",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "18.2.0",

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/snapshooter
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"description": "",
"license": "MIT",

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/stardust
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/stardust

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.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"license": "MIT",
"stability": "stable"
},
@@ -1186,6 +1186,26 @@
"const viz = await embed(app).render({\n element,\n type: 'barchart'\n});\nviz.destroy();"
]
},
"Flags": {
"kind": "interface",
"entries": {
"isEnabled": {
"description": "Checks whether the specified flag is enabled.",
"kind": "function",
"params": [
{
"name": "flag",
"description": "The value flag to check.",
"type": "string"
}
],
"returns": {
"description": "True if the specified flag is enabled, false otherwise.",
"type": "boolean"
}
}
}
},
"AppSelections": {
"kind": "class",
"constructor": {
@@ -1383,53 +1403,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};"
]
},
"Flags": {
"kind": "interface",
"entries": {
"isEnabled": {
"description": "Checks whether the specified flag is enabled.",
"kind": "function",
"params": [
{
"name": "flag",
"description": "The value flag to check.",
"type": "string"
}
],
"returns": {
"description": "True if the specified flag is enabled, false otherwise.",
"type": "boolean"
}
}
}
},
"Field": {
"kind": "alias",
"items": {
@@ -1548,6 +1521,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": [

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
@@ -46,13 +46,13 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@nebula.js/conversion": "^4.0.0-alpha.2",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.2",
"@nebula.js/locale": "^4.0.0-alpha.2",
"@nebula.js/nucleus": "^4.0.0-alpha.2",
"@nebula.js/supernova": "^4.0.0-alpha.2",
"@nebula.js/theme": "^4.0.0-alpha.2",
"@nebula.js/ui": "^4.0.0-alpha.2",
"@nebula.js/conversion": "^4.0.0-alpha.3",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.3",
"@nebula.js/locale": "^4.0.0-alpha.3",
"@nebula.js/nucleus": "^4.0.0-alpha.3",
"@nebula.js/supernova": "^4.0.0-alpha.3",
"@nebula.js/theme": "^4.0.0-alpha.3",
"@nebula.js/ui": "^4.0.0-alpha.3",
"@scriptappy/cli": "0.6.0",
"@scriptappy/to-dts": "1.0.0-beta.4",
"extend": "3.0.2",

View File

@@ -368,6 +368,14 @@ declare namespace stardust {
}
interface Flags {
/**
* Checks whether the specified flag is enabled.
* @param flag The value flag to check.
*/
isEnabled(flag: string): boolean;
}
class AppSelections {
constructor();
@@ -428,24 +436,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;
}
interface Flags {
/**
* Checks whether the specified flag is enabled.
* @param flag The value flag to check.
*/
isEnabled(flag: string): boolean;
}
type Field = string | EngineAPI.INxDimension | EngineAPI.INxMeasure | stardust.LibraryField;
/**
@@ -480,6 +470,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;

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/supernova
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/supernova

View File

@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/test-utils
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/test-utils",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"description": "",
"license": "MIT",

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/theme
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-build
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-build

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^3.0.0"
},
"dependencies": {
"@nebula.js/cli-create": "^4.0.0-alpha.2",
"@nebula.js/cli-create": "^4.0.0-alpha.3",
"import-cwd": "3.0.0",
"yargs": "17.7.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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-create
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-sense
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@nebula.js/stardust": "^4.0.0-alpha.2",
"@nebula.js/stardust": "^4.0.0-alpha.3",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
### Features
- pick up enigmaMockerOptions from fixture ([#1165](https://github.com/qlik-oss/nebula.js/issues/1165)) ([39ec748](https://github.com/qlik-oss/nebula.js/commit/39ec748512fdd9bf17c000371964da9894ed253a))
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
### Bug Fixes

View File

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

View File

@@ -7,7 +7,7 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"npmClient": "yarn",
"useWorkspaces": true
}

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.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2023-03-20)
**Note:** Version bump only for package @nebula.js/ui
# [4.0.0-alpha.2](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2023-03-20)
**Note:** Version bump only for package @nebula.js/ui

View File

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