Skip to content

Commit 6b43d78

Browse files
authored
feat: upgrade Angular 14 (#362)
1 parent 3e0b26b commit 6b43d78

File tree

22 files changed

+23529
-5387
lines changed

22 files changed

+23529
-5387
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Angular directive for [Apache ECharts (incubating)](https://github.com/apache/in
2424
- [Upgrade from v4.x](#upgrade-from-v4x)
2525
- [Usage](#usage)
2626
- [API](#api)
27-
- [Directive](#directive)
28-
- [ECharts API](#echarts-api)
29-
- [ECharts Instance](#echarts-instance)
30-
- [ECharts Extensions](#echarts-extensions)
31-
- [Service](#service)
27+
- [Directive](#directive)
28+
- [ECharts API](#echarts-api)
29+
- [ECharts Instance](#echarts-instance)
30+
- [ECharts Extensions](#echarts-extensions)
31+
- [Service](#service)
3232
- [Events](#events)
3333
- [Custom Build](#custom-build)
34-
- [Legacy version](#legacy-custom-build)
35-
- [ECharts 5 Treeshaking](#treeshaking-custom-build)
34+
- [Legacy Custom Build](#legacy-custom-build)
35+
- [Treeshaking Custom Build](#treeshaking-custom-build)
3636
- [Custom Locale](#custom-locale)
3737
- [Demo](#demo)
3838

@@ -42,6 +42,7 @@ Angular directive for [Apache ECharts (incubating)](https://github.com/apache/in
4242

4343
Latest version @npm:
4444

45+
- `v14.x` for Angular >= 14
4546
- `v8.x` for Angular >= 13
4647
- `v7.x` for Angular >= 11
4748
- `v6.x` for Angular >= 10, < 11
@@ -52,6 +53,10 @@ A starter project on Github: https://github.com/xieziyu/ngx-echarts-starter
5253

5354
# Latest Update
5455

56+
- 2022.06.21: v14.0.0:
57+
58+
- Feat: upgrade to Angular 14
59+
5560
- 2021.12.07: v8.0.1:
5661

5762
- Fix: NgxEchartsModule.forChild() issue [#334](https://github.com/xieziyu/ngx-echarts/issues/334)

angular.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"src/prism-material-dark.css"
4242
],
4343
"scripts": [
44-
"node_modules/marked/lib/marked.js",
44+
"node_modules/marked/marked.min.js",
4545
"node_modules/prismjs/prism.js",
4646
"node_modules/prismjs/components/prism-markup.min.js",
4747
"node_modules/prismjs/components/prism-css.min.js",
@@ -178,6 +178,5 @@
178178
}
179179
}
180180
}
181-
},
182-
"defaultProject": "ngx-echarts-demo"
181+
}
183182
}

0 commit comments

Comments
 (0)