Skip to content

Commit

Permalink
Merge branch 'master' into atq/rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
PurwaShrivastava committed Mar 16, 2023
2 parents bbd717a + e88250e commit 01500f2
Show file tree
Hide file tree
Showing 52 changed files with 378 additions and 195 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [4.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2023-03-15)

### Bug Fixes

- change drill down icon from button icon to a normal icon ([#1145](https://github.com/qlik-oss/nebula.js/issues/1145)) ([4b677c6](https://github.com/qlik-oss/nebula.js/commit/4b677c6cf6b571df91c37f25e084fa141e96ef93))
- **ListBoxInline:** remove correct event listeners ([#1149](https://github.com/qlik-oss/nebula.js/issues/1149)) ([94049ec](https://github.com/qlik-oss/nebula.js/commit/94049ec2d714bb1c6873b97b21c60e2080fe3f79))
- only select with main mouse button ([#1108](https://github.com/qlik-oss/nebula.js/issues/1108)) ([61d2fcd](https://github.com/qlik-oss/nebula.js/commit/61d2fcd3c7528e68c171016f3f2449f1fd9ede1d))
- remove correct listener & add extra event ([#1146](https://github.com/qlik-oss/nebula.js/issues/1146)) ([41029e3](https://github.com/qlik-oss/nebula.js/commit/41029e39fd9c220673dc61e9cbd850f41589e674))
- remove ripple and outline iconbutton ([#1139](https://github.com/qlik-oss/nebula.js/issues/1139)) ([154cbc4](https://github.com/qlik-oss/nebula.js/commit/154cbc402d7f456aef1e1d4d190447a436b39af3))
- use same text color for excluded and selectedExcluded ([#1147](https://github.com/qlik-oss/nebula.js/issues/1147)) ([48c85d4](https://github.com/qlik-oss/nebula.js/commit/48c85d47bb6fcd34cc699f58f3148dbbe8725ee2))

### Features

- **Listbox:** detached toolbar ([#1123](https://github.com/qlik-oss/nebula.js/issues/1123)) ([7a3218a](https://github.com/qlik-oss/nebula.js/commit/7a3218ad1bac6c2eec3fdd41549854aee0b87f05))

# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apis/conversion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2023-03-15)

**Note:** Version bump only for package @nebula.js/conversion

# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)

**Note:** Version bump only for package @nebula.js/conversion
Expand Down
2 changes: 1 addition & 1 deletion apis/conversion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/enigma-mocker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2023-03-15)

**Note:** Version bump only for package @nebula.js/enigma-mocker

# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)

**Note:** Version bump only for package @nebula.js/enigma-mocker
Expand Down
2 changes: 1 addition & 1 deletion apis/enigma-mocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2023-03-15)

**Note:** Version bump only for package @nebula.js/locale

# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apis/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/locale",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"private": true,
"main": "src/index.js",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions apis/nucleus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [4.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2023-03-15)

### Bug Fixes

- change drill down icon from button icon to a normal icon ([#1145](https://github.com/qlik-oss/nebula.js/issues/1145)) ([4b677c6](https://github.com/qlik-oss/nebula.js/commit/4b677c6cf6b571df91c37f25e084fa141e96ef93))
- **ListBoxInline:** remove correct event listeners ([#1149](https://github.com/qlik-oss/nebula.js/issues/1149)) ([94049ec](https://github.com/qlik-oss/nebula.js/commit/94049ec2d714bb1c6873b97b21c60e2080fe3f79))
- only select with main mouse button ([#1108](https://github.com/qlik-oss/nebula.js/issues/1108)) ([61d2fcd](https://github.com/qlik-oss/nebula.js/commit/61d2fcd3c7528e68c171016f3f2449f1fd9ede1d))
- remove correct listener & add extra event ([#1146](https://github.com/qlik-oss/nebula.js/issues/1146)) ([41029e3](https://github.com/qlik-oss/nebula.js/commit/41029e39fd9c220673dc61e9cbd850f41589e674))
- remove ripple and outline iconbutton ([#1139](https://github.com/qlik-oss/nebula.js/issues/1139)) ([154cbc4](https://github.com/qlik-oss/nebula.js/commit/154cbc402d7f456aef1e1d4d190447a436b39af3))
- use same text color for excluded and selectedExcluded ([#1147](https://github.com/qlik-oss/nebula.js/issues/1147)) ([48c85d4](https://github.com/qlik-oss/nebula.js/commit/48c85d47bb6fcd34cc699f58f3148dbbe8725ee2))

### Features

- **Listbox:** detached toolbar ([#1123](https://github.com/qlik-oss/nebula.js/issues/1123)) ([7a3218a](https://github.com/qlik-oss/nebula.js/commit/7a3218ad1bac6c2eec3fdd41549854aee0b87f05))

# [4.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v3.3.0...v4.0.0-alpha.0) (2023-03-14)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nebula.js/nucleus",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@nebula.js/conversion": "^4.0.0-alpha.0",
"@nebula.js/locale": "^4.0.0-alpha.0",
"@nebula.js/supernova": "^4.0.0-alpha.0",
"@nebula.js/theme": "^4.0.0-alpha.0",
"@nebula.js/ui": "^4.0.0-alpha.0",
"@nebula.js/conversion": "^4.0.0-alpha.1",
"@nebula.js/locale": "^4.0.0-alpha.1",
"@nebula.js/supernova": "^4.0.0-alpha.1",
"@nebula.js/theme": "^4.0.0-alpha.1",
"@nebula.js/ui": "^4.0.0-alpha.1",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/ActionsToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function ActionsToolbar({
className: ActionToolbarElement.className,
style: {
pointerEvents: 'auto',
padding: theme.spacing(1, 1),
padding: theme.spacing(0.8),
},
}}
>
Expand Down
Loading

0 comments on commit 01500f2

Please sign in to comment.