Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92e4907

Browse files
committed
v6.0.0
1 parent329b428 commit92e4907

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

‎CHANGELOG.md

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

33

4+
##[6.0.0] - 2024-08-30
5+
###Changed
6+
- Updated to Angular 16
7+
48
##[5.2.2] - 2023-08-25
59
###Fixed
610
- Added null definition to setPlotlyBundle method parameter (seehttps://github.com/plotly/angular-plotly.js/pull/249)

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing 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":"5.2.2",
3+
"version":"6.0.0",
44
"license":"MIT",
55
"scripts": {
66
"ng":"ng",

‎projects/plotly/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name":"angular-plotly.js",
3-
"version":"5.2.2",
3+
"version":"6.0.0",
44
"license":"MIT",
55
"peerDependencies": {
6-
"@angular/common":">=15.0.0",
7-
"@angular/core":">=15.0.0"
6+
"@angular/common":">=16.0.0",
7+
"@angular/core":">=16.0.0"
88
},
99
"devDependencies": {
1010
"@types/plotly.js-dist-min":">2.20.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp