Skip to content

Commit

Permalink
Merge branch 'users/munteannatan/experimental-computations' into user…
Browse files Browse the repository at this point in the history
…s/munteannatan/experimental-prerendering
  • Loading branch information
munteannatan committed Mar 25, 2024
2 parents 0be4387 + 42cb95f commit 123fc1e
Show file tree
Hide file tree
Showing 48 changed files with 446 additions and 245 deletions.
2 changes: 1 addition & 1 deletion angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^15.2.2",
"playwright": "1.40.0",
"playwright": "1.42.0",
"rollup": "^4.12.0",
"typescript": "~4.9.5"
}
Expand Down
15 changes: 15 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Thu, 21 Mar 2024 17:13:38 GMT",
"version": "20.5.2",
"tag": "@ni/nimble-angular_v20.5.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v23.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 20 Mar 2024 16:45:59 GMT",
"version": "20.5.1",
Expand Down
10 changes: 9 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-angular

This log was last generated on Wed, 20 Mar 2024 16:45:59 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2024 17:13:38 GMT and should not be manually modified.

<!-- Start content -->

## 20.5.2

Thu, 21 Mar 2024 17:13:38 GMT

### Patches

- Bump @ni/nimble-components to v23.0.0

## 20.5.1

Wed, 20 Mar 2024 16:45:59 GMT
Expand Down
4 changes: 2 additions & 2 deletions angular-workspace/projects/ni/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "20.5.1",
"version": "20.5.2",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "cd ../../../ && npm run build:library && cd dist/ni/nimble-angular && npm publish"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^22.1.1"
"@ni/nimble-components": "^23.0.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
49 changes: 25 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"beachball": "^2.31.0",
"cross-env": "^7.0.3",
"patch-package": "^8.0.0",
"playwright": "1.40.0"
"playwright": "1.42.0"
}
}
15 changes: 15 additions & 0 deletions packages/jasmine-parameterized/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/jasmine-parameterized",
"entries": [
{
"date": "Fri, 22 Mar 2024 16:18:25 GMT",
"version": "0.2.3",
"tag": "@ni/jasmine-parameterized_v0.2.3",
"comments": {
"none": [
{
"author": "jattasNI@users.noreply.github.com",
"package": "@ni/jasmine-parameterized",
"commit": "559c12f4b5eaae8fdbd18c6c0d2ecff097b699d5",
"comment": "Update Playwright dev dependency to 1.42.0"
}
]
}
},
{
"date": "Tue, 12 Mar 2024 21:01:53 GMT",
"version": "0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-parameterized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"playwright": "1.40.0",
"playwright": "1.42.0",
"typescript": "~4.9.5"
}
}
15 changes: 15 additions & 0 deletions packages/nimble-blazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Fri, 22 Mar 2024 16:18:25 GMT",
"version": "14.5.2",
"tag": "@ni/nimble-blazor_v14.5.2",
"comments": {
"none": [
{
"author": "jattasNI@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "559c12f4b5eaae8fdbd18c6c0d2ecff097b699d5",
"comment": "Update Playwright dev dependency to 1.42.0"
}
]
}
},
{
"date": "Mon, 18 Mar 2024 17:12:34 GMT",
"version": "14.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nimble-blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-blazor",
"version": "14.5.1",
"version": "14.5.2",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"cross-env": "^7.0.3",
"glob": "^10.3.10",
"playwright": "1.40.0",
"playwright": "1.42.0",
"rimraf": "^5.0.5",
"rollup": "^4.12.0"
}
Expand Down
66 changes: 66 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,72 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Fri, 22 Mar 2024 16:18:25 GMT",
"version": "23.0.0",
"tag": "@ni/nimble-components_v23.0.0",
"comments": {
"none": [
{
"author": "jattasNI@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "559c12f4b5eaae8fdbd18c6c0d2ecff097b699d5",
"comment": "Update Playwright dev dependency to 1.42.0"
}
]
}
},
{
"date": "Thu, 21 Mar 2024 17:13:38 GMT",
"version": "23.0.0",
"tag": "@ni/nimble-components_v23.0.0",
"comments": {
"major": [
{
"author": "1458528+fredvisser@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "b93385a27672ebc03e18a864e8fa268727595c66",
"comment": "Breaking change: Renamed bodyEmphasizedPlus1 to bodyPlus1Emphasized to align with token conventions. Also, added bodyPlus1 font token"
},
{
"author": "beachball",
"package": "@ni/nimble-components",
"comment": "Bump @ni/nimble-tokens to v6.13.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 21 Mar 2024 16:25:39 GMT",
"version": "22.1.1",
"tag": "@ni/nimble-components_v22.1.1",
"comments": {
"none": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "7e52ce24569e94af5282b4b77f34608211cf74c9",
"comment": "Fix column sizing test to pass in webkit"
}
]
}
},
{
"date": "Thu, 21 Mar 2024 00:31:13 GMT",
"version": "22.1.1",
"tag": "@ni/nimble-components_v22.1.1",
"comments": {
"none": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "755823b11215aa2a2c48f296546d0cb8acf6f64c",
"comment": "Small change to design token naming scheme"
}
]
}
},
{
"date": "Wed, 20 Mar 2024 16:45:59 GMT",
"version": "22.1.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/nimble-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @ni/nimble-components

This log was last generated on Wed, 20 Mar 2024 16:45:59 GMT and should not be manually modified.
This log was last generated on Thu, 21 Mar 2024 17:13:38 GMT and should not be manually modified.

<!-- Start content -->

## 23.0.0

Thu, 21 Mar 2024 17:13:38 GMT

### Major changes

- Breaking change: Renamed bodyEmphasizedPlus1 to bodyPlus1Emphasized to align with token conventions. Also, added bodyPlus1 font token ([ni/nimble@b93385a](https://github.com/ni/nimble/commit/b93385a27672ebc03e18a864e8fa268727595c66))
- Bump @ni/nimble-tokens to v6.13.0

## 22.1.1

Wed, 20 Mar 2024 16:45:59 GMT
Expand Down
Loading

0 comments on commit 123fc1e

Please sign in to comment.