@dsivd/prestations-ng 17.7.0-beta.6 → 17.7.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [17.7.0] - should be aligned with prestations-be 17.7.0
|
|
10
|
+
|
|
11
|
+
⚠️⚠️⚠️ ACTION REQUIRED ⚠️⚠️⚠️
|
|
12
|
+
|
|
13
|
+
This is a security update that removes 'unsafe-inline' from the CSP ("style-src") in prestations-be.
|
|
14
|
+
|
|
15
|
+
You have to update your `styles.css` :
|
|
16
|
+
|
|
17
|
+
```diff
|
|
18
|
+
- @import '~@dsivd/foehn/dist/assets/styles/main.css';
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
and your `angular.json` (/projects/{nom-du-projet}/architect/build/options/styles):
|
|
22
|
+
|
|
23
|
+
```diff
|
|
24
|
+
"styles": [
|
|
25
|
+
"src/styles.css",
|
|
26
|
+
+ "node_modules/@dsivd/prestations-ng/assets/styles.css"
|
|
27
|
+
],
|
|
28
|
+
```
|
|
29
|
+
|
|
9
30
|
## [17.6.8]
|
|
10
31
|
|
|
11
32
|
### Fixed
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|