@ucalgary-design-system/all-components 1.1.2 → 1.2.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 +23 -0
- package/bundle/index.css +1 -1
- package/bundle/index.js +2703 -1530
- package/index.js +2817 -1644
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @ucalgary-design-system/all-components
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 66ac9d0: Added the missing serif font file
|
|
8
|
+
- ed817df: Added link component
|
|
9
|
+
- 51904ca: Search input component added
|
|
10
|
+
- All components updated to include Search input component (minor).
|
|
11
|
+
- Core updated with new visually-hidden mixin (patch).
|
|
12
|
+
- Search input component added (patch).
|
|
13
|
+
- 178cd3b: Full development of text area component
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [66ac9d0]
|
|
18
|
+
- Updated dependencies [ed817df]
|
|
19
|
+
- Updated dependencies [51904ca]
|
|
20
|
+
- Updated dependencies [178cd3b]
|
|
21
|
+
- @ucalgary-design-system/core@1.0.6
|
|
22
|
+
- @ucalgary-design-system/link@1.0.1
|
|
23
|
+
- @ucalgary-design-system/search-input@1.0.1
|
|
24
|
+
- @ucalgary-design-system/text-area@1.0.1
|
|
25
|
+
|
|
3
26
|
## 1.1.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|