Skip to content

Commit f72434a

Browse files
authored
Merge Angular 22 innerStyle patch release (#319)
Synchronizes package metadata and changelog for 22.0.1 after #289.
2 parents f0d03d8 + eb9e13b commit f72434a

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [22.0.1] - 2026-08-20
4+
### Fixed
5+
- Added `[innerStyle]` as the preferred plot container styling input while
6+
retaining `[style]` as a deprecated compatibility alias.
7+
8+
39
## [22.0.0] - 2026-08-20
410
### Changed
511
- Added Angular 22 support using the official Angular 21→22 migrations.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "22.0.0",
3+
"version": "22.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "22.0.0",
3+
"version": "22.0.1",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=22.0.0 <23.0.0",

0 commit comments

Comments
 (0)