@rijkshuisstijl-community/components-css 3.1.0 → 4.0.0
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 +17 -0
- package/dist/index.css +3 -3
- package/index.scss +1 -0
- package/package.json +2 -2
- package/src/expandable-checkbox-group/_mixin.scss +27 -0
- package/src/expandable-checkbox-group/index.scss +23 -0
- package/src/link/_mixin.scss +4 -0
- package/src/link/index.scss +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @rijkshuisstijl-community/components-css
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 923d857: Alleen NL link gebruiken
|
|
8
|
+
|
|
9
|
+
- Zorgen dat RHC link alleen NL link gebruikt
|
|
10
|
+
- NL link's `disabled` prop niet toestaan (altijd op `false` zetten) (angular versie ondersteunde dit toch al niet)
|
|
11
|
+
- Documentatie aan Angular readme.md toegevoegd
|
|
12
|
+
- Prop `inline` toegevoegd, die de standaard `display: inline-flex` terugzet naar `display: inline`
|
|
13
|
+
- Storybookvoorbeeld toegevoegd
|
|
14
|
+
- Ongebruike classname `.nl-link--visted` gefixt naar `.nl-link--visited`
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 08d4354: add expandable checkbox group
|
|
19
|
+
|
|
3
20
|
## 3.1.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|