Skip to content

Commit b7b5ac0

Browse files
authored
Merge branch 'master' into mkirova/ssr-improvements
2 parents 159acaa + 141ca8c commit b7b5ac0

File tree

73 files changed

+1955
-1526
lines changed

Some content is hidden

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

73 files changed

+1955
-1526
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x]
19+
node-version: [20.x, 22.x]
2020

2121
steps:
2222
- name: Checkout

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 22
1515
cache: 'npm'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
All notable changes for each version of this project will be documented in this file.
44

55
## 19.2.0
6+
67
### General
78
- `IgxCarousel`
89
- Removed deprecated property `keyboardSupport`.
910
- `IgxSlide`
1011
- **Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
12+
- `IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
13+
- A column's `minWidth` and `maxWidth` constrain the user-specified `width` so that it cannot go outside their bounds.
1114

1215
## 19.1.1
1316
### New Features

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@
399399
]
400400
},
401401
"server": "projects/bundle-test/src/main.server.ts",
402-
"prerender": true,
403402
"ssr": {
404403
"entry": "projects/bundle-test/server.ts"
405404
}

0 commit comments

Comments
 (0)