We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4862ce commit d0dde0bCopy full SHA for d0dde0b
2 files changed
.github/workflows/release.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Build
50
run: |
51
npm run build-prod-min
52
+ npm run build-prod
53
+ npm run build-csp
54
+ npm run build-dev
55
npm run build-css
56
npm run build-benchmarks
57
npm run generate-typings
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Add adjustment for glyph rendering, CJK fonts are mainly affected (#1002).
10
- Improve typings to fix Angular strict mode failure (#790, #970, #934)
11
- Fix `SourceCache.loaded()` always returning `true` following a load error (#1025)
12
+- Added back csp and dev builds to npm package (#1042)
13
- *...Add new stuff here...*
14
15
## 2.1.6
0 commit comments