@royaloperahouse/chord 1.17.0 → 1.18.1-dev-chord-development

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
@@ -1,3 +1,6 @@
1
+ ## [1.18.0]
2
+ - Add CompactHeading component
3
+
1
4
  ## [1.17.0]
2
5
  - Add Page Heading Panel variant
3
6
 
@@ -13,7 +16,7 @@
13
16
  - Change to pagination component to align page numbers with URL numbers.
14
17
 
15
18
  ## [1.15.0]
16
- - Implemented a new Select component
19
+ - Add Compact PageHeading component
17
20
 
18
21
  ## [1.14.0]
19
22
  - Added standfirst functionality to Accordion/ Accordions component and theme for Schools Platform
@@ -33,21 +36,55 @@
33
36
  ## [1.12.0]
34
37
  - Search: Extend ContentSummary and SearchBar components to support new search results
35
38
 
39
+ ## [1.11.0-a]
40
+ - Pagination: add new component
41
+
36
42
  ## [1.11.0]
37
43
  - Carousels: Rewrite logic that cuts description, to support older browsers
38
44
 
45
+ ## [1.10.0-a]
46
+ - ContentSummary: make image clickable
47
+
39
48
  ## [1.10.0]
40
49
  - PageHeadingImpact: Replace CSS background-image with HTML image element
41
50
 
42
51
  ## [1.9.0]
43
52
  - Card: Add a new prop for the hover line color
53
+ ## [1.9.0-c]
54
+ - ContentSummary: make image clickable
55
+
56
+ ## [1.9.0-b]
57
+ - ContentSummary: change image size
58
+ - SearchBar: Export component
59
+
60
+ ## [1.9.0-a]
61
+ - ContentSummary: change image props
62
+
63
+ ## [1.9.0]
64
+ - Card: Add a new prop for the hover line color
65
+
66
+ ## [1.8.1-h]
67
+ - ContentSummary: add exports
68
+
69
+ ## [1.8.1-g]
70
+ - ContentSummary: refactor
71
+
72
+ ## [1.8.1-f]
73
+ - ContentSummary: update conditional rendering
74
+
75
+ ## [1.8.1-c]
76
+ - ContentSummary: update for Search results
77
+ - ContentSummarySection: remove
78
+
79
+ ## [1.8.1-b]
80
+ - Card: add new prop for the line color on hover
44
81
 
45
82
  ## [1.8.0]
46
83
  - SearchBar: Disable
47
84
 
48
85
  ## [1.7.2]
49
86
  - Add imageAltText to Card component
50
-
87
+
51
88
  ## [1.7.0]
52
89
  - Add new ContentSummary component
53
90
  - Add new ContentSummarySection component