Skip to content

Commit 66bb505

Browse files
authored
Merge branch 'next' into fix-hotspot-1897
2 parents 6c2c071 + 13370bc commit 66bb505

76 files changed

Lines changed: 86248 additions & 121530 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '14.x'
1818

1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '14.x'
1818

1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '14.x'
1818

1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20+
token: ${{ secrets.ADMIN_TOKEN }}
2021

2122
- name: Use Node.js
2223
uses: actions/setup-node@v1
2324
with:
24-
node-version: '12.x'
25+
node-version: '14.x'
2526

2627
- name: Install dependencies
2728
run: yarn --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '14.x'
1818

1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
14

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
{
1515
"type": "node",
16-
"runtimeVersion": "12.17.0",
16+
"runtimeVersion": "14.4.0",
1717
"request": "launch",
1818
"name": "Launch Program",
1919
"program": "${workspaceFolder}/lib/index.js"
2020
},
2121
{
2222
"type": "node",
23-
"runtimeVersion": "12.17.0",
23+
"runtimeVersion": "14.4.0",
2424
"request": "launch",
2525
"name": "Jest All",
2626
"program": "${workspaceFolder}/node_modules/.bin/jest",
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"type": "node",
41-
"runtimeVersion": "12.17.0",
41+
"runtimeVersion": "14.4.0",
4242
"request": "launch",
4343
"name": "Jest Current File",
4444
"program": "${workspaceFolder}/node_modules/.bin/jest",

CHANGELOG.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.143.0-next.18](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.17...v2.143.0-next.18) (2021-01-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **cardeditform:** enable value card font size setting ([3e47fb4](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/3e47fb4575d3277cf01fedc4680925e50d7e2df1))
12+
* **valuecard:** re-add determinemaxvaluecardattribute function ([d7de744](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d7de744a6c3b453f575b48be340cd9c7f642916d))
13+
14+
15+
### Features
16+
17+
* **cardeditform:** add compact number toggle for valuecard ([82aa0cd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/82aa0cd66c83def342ba4b762762a68966610741))
18+
19+
20+
21+
22+
23+
# [2.143.0-next.17](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.16...v2.143.0-next.17) (2021-01-26)
24+
25+
26+
### Bug Fixes
27+
28+
* **dashboardeditorcardrenderer:** fix formatting issue ([4643be4](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4643be4979f26e87569ef6acd5c252ef744c920b))
29+
* **hotspoteditormodal:** 3 small ux improvements ([53936a1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/53936a1b79d1d9de5c994f7d3edda66ad4bf17fc))
30+
* **hotspoteditormodal:** 3 small ux improvements ([a3f6418](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a3f641899febdd92971a436c4f1b1b9f3e16ad5c))
31+
32+
33+
34+
35+
36+
# [2.143.0-next.16](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.15...v2.143.0-next.16) (2021-01-26)
37+
38+
39+
### Bug Fixes
40+
41+
* **dashboardgrid:** don't regenerate layout if one already exists ([2025d94](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2025d94b58969b7b5b94f5c9d7e40de5df726862))
42+
43+
44+
45+
46+
47+
# [2.143.0-next.15](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.14...v2.143.0-next.15) (2021-01-26)
48+
49+
50+
### Bug Fixes
51+
52+
* remove unused and invalid scss style ([251aa9b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/251aa9bb77a369373d7327e0a0780296d1a11738))
53+
* **hotspot:** remove uneeded style causing compliation issues ([631ef32](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/631ef322c9c80e71f33fb5cf260853deba6effce))
54+
55+
56+
57+
58+
59+
# [2.143.0-next.14](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.13...v2.143.0-next.14) (2021-01-25)
60+
61+
62+
### Bug Fixes
63+
64+
* **prettier:** should ignore changelog generated by lerna ([fa09e03](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/fa09e03012c766e034134950ddb3434a24f41d6f))
65+
* vscode integrated terminal config to use node v14 ([16a3634](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/16a3634279ff8d33ae3b4ee883c88adeff98b3c1))
66+
67+
68+
### Features
69+
70+
* configure react workspace to use node 14 ([cae4acf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cae4acfe68788500f2f1e9015f164daff7f1b032))
71+
* **repo:** update to use node v14 ([0661fcd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0661fcd5390ef698add6c4a23dcb479277143b4a))
72+
73+
74+
75+
76+
77+
# [2.143.0-next.13](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.12...v2.143.0-next.13) (2021-01-25)
78+
79+
80+
### Bug Fixes
81+
82+
* **table:** fix overflow icon size ([495f371](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/495f371038400b30b26a3f44011662ee47aedc23))
83+
* **table:** prettier on test helper file ([0d2da37](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0d2da37592a307f99e9eb52d39e2cfcb9fe873fd))
84+
* **table:** story snapshot ([2f9fbae](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2f9fbaeec1e8d988aeeb75adfec02c9d294392ea))
85+
* **table:** Update story description ([88887c1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/88887c117643b5963f8d296df96f711a426bcf65))
86+
87+
88+
### Features
89+
90+
* **table:** add knob for pagination in aggregation story ([96fe2cb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/96fe2cba3969ddf0b678e1fbb96ac075f437f627))
91+
* **table:** add overflow menu for aggregations ([451ddaf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/451ddaf530eb4f72e244b94db02117a100b42f31))
92+
* **table:** column aggregation styles, testing, snapshot updates ([b058458](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b058458534164b67ad4ca568e9e7761482f44934))
93+
* **table:** show column totals wip ([2f37d92](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2f37d921e3855a8a2dc5926e53b16fb50dc9b6db))
94+
95+
96+
97+
98+
99+
# [2.143.0-next.12](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.143.0-next.11...v2.143.0-next.12) (2021-01-22)
100+
101+
**Note:** Version bump only for package ibm-ai-applications

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.0",
5+
"version": "2.143.0-next.18",
66
"npmClient": "yarn"
77
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "ibm-ai-applications",
33
"engines": {
4-
"node": ">= 10"
4+
"node": "12.x || 14.x"
55
},
6-
"workspaces": ["packages/react"],
6+
"workspaces": [
7+
"packages/react"
8+
],
79
"main": "lib/src/index.js",
810
"module": "es/src/index.js",
911
"unpkg": "umd/carbon-addons-iot-react.js",

0 commit comments

Comments
 (0)