gent_styleguide 5.0.15 → 5.0.19

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
@@ -2,6 +2,42 @@
2
2
 
3
3
  All notable changes to this style guide are documented here.
4
4
 
5
+
6
+ ## [5.0.19]
7
+
8
+ ### Add
9
+
10
+ * STIJ-416: Add grid display to timeline
11
+
12
+ ### Fix
13
+
14
+ * STIJ-415: Fix prevent floating prefix & suffix
15
+
16
+ =======
17
+
18
+ ## [5.0.18]
19
+
20
+ ### Add
21
+
22
+ * STIJ-413: Add Label list atom
23
+
24
+ ## [5.0.17]
25
+
26
+ ### Add
27
+
28
+ * STIJ-407: Edit & Add Button varianten
29
+ * STIJ-408: Pagination - Hover states
30
+
31
+ ### Fix
32
+
33
+ * STIJ-410: Fix build error on ttf2woff
34
+
35
+ ## [5.0.16]
36
+
37
+ ### Add
38
+
39
+ * STIJ-406: Add secondary alert button
40
+
5
41
  ## [5.0.15]
6
42
 
7
43
  ### Fix
package/README.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # Styleguide Gent Base
2
2
 
3
3
  This style guide contains the SASS library and needed assets to be able to style
4
- a web application in the corporate identity for the city of Ghent..
4
+ a web application in the corporate identity for the City of Ghent..
5
5
 
6
6
  [![NPM version](https://img.shields.io/npm/v/gent_styleguide.svg)](https://www.npmjs.com/package/gent_styleguide)
7
7
  [![Downloads](https://img.shields.io/npm/dt/gent_styleguide.svg)](https://www.npmjs.com/package/gent_styleguide)
8
8
  [![License](https://img.shields.io/github/license/StadGent/fractal_styleguide_gent-base.svg)](https://www.npmjs.com/package/gent_styleguide)
9
9
 
10
10
  ## Contributing
11
+
11
12
  To contribute to the style guide please refer to the
12
13
  [contributing document](CONTRIBUTING.md)
13
14