eclipsefdn-hugo-solstice-theme 0.3.1 → 0.3.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +246 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,246 @@
1
+ # eclipsefdn-hugo-solstice-theme
2
+
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ab91c0: [Footer] Fix footer z-index
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - b1c65af: [Featured Story Popup] Add featured story popup component
14
+ - d1e7e7c: Add solstice-components as peer dependency
15
+
16
+ ## 0.2.6
17
+
18
+ ### Patch Changes
19
+
20
+ - c7937d9: Upgrade dependencies
21
+
22
+ ## 0.2.5
23
+
24
+ ### Patch Changes
25
+
26
+ - 3177e60: Upgrade efsa to 0.2.4
27
+
28
+ ## 0.2.4
29
+
30
+ ### Minor Changes
31
+
32
+ - 2e97e7a: [Menu] Add opensourceglobalvoices.org link and make marketplace links external
33
+ - bd4c174: [Astro Menu] Support target and external icons
34
+ - 72574fe: [Menu] Update adoptium marketplace link
35
+
36
+ ## 0.2.3
37
+
38
+ ### Patch Changes
39
+
40
+ - b12ce69: Upgrade efsa to 0.2.2
41
+
42
+ ## 0.2.2
43
+
44
+ ### Patch Changes
45
+
46
+ - 0250cd9: [Jumbotron] Fix jumbotron detection when headline is missing but custom_jumbotron exists
47
+ - 9f2ebcc: Fix menu items and footer links scrolling to top
48
+
49
+ ## 0.2.1
50
+
51
+ ### Minor Changes
52
+
53
+ - f4e550d: Target neptune CSS by default
54
+
55
+ ### Patch Changes
56
+
57
+ - 4d3a118: Upgrade efsa to 0.2.1
58
+ - d02c9fc: [Featured Footer] Fix publish target not applying
59
+
60
+ ## 0.2.0
61
+
62
+ ### Minor Changes
63
+
64
+ - 405c999: Add Neptune theme support
65
+
66
+ ### Patch Changes
67
+
68
+ - 5cf19af: [Menu] Fix bad URLs from mass-domain edit
69
+
70
+ ## 0.1.21
71
+
72
+ ### Minor Changes
73
+
74
+ - 6c162aa: Update Twitter (X) icon
75
+ - af03914: [User Bios] Improve accessibility
76
+ - 1ea4b8b: [User Bios] Add flexible social links shortcode
77
+
78
+ ## 0.1.20
79
+
80
+ ### Minor Changes
81
+
82
+ - 1fe6e3f: Add site-wide format_title param
83
+
84
+ ### Patch Changes
85
+
86
+ - 616bb60: [Agenda] Fix multiple streams not showing on mobile
87
+
88
+ ## 0.1.19
89
+
90
+ ### Patch Changes
91
+
92
+ - 312914d: Upgrade efsa to 0.1.21
93
+
94
+ ## 0.1.18
95
+
96
+ ### Minor Changes
97
+
98
+ - 093b38a: Add default fallback for HubSpot forms
99
+
100
+ ## 0.1.17
101
+
102
+ ### Minor Changes
103
+
104
+ - db98f51: Update Quicksilver to support socials from params
105
+
106
+ ## 0.1.16
107
+
108
+ ### Minor Changes
109
+
110
+ - a25dd3d: Upgrade efsa to 0.1.18
111
+ - 229ce92: Add option to hide or unformat seo_title and seo_title_suffix
112
+
113
+ ## 0.1.15
114
+
115
+ ### Patch Changes
116
+
117
+ - 0d3f05e: Upgrade efsa to 0.1.17
118
+
119
+ ## 0.1.14
120
+
121
+ ### Minor Changes
122
+
123
+ - be6ddc4: Update social media links
124
+
125
+ ## 0.1.13
126
+
127
+ ### Minor Changes
128
+
129
+ - 2d4d4f3: Add Sponsor Directory to the menu
130
+
131
+ ### Patch Changes
132
+
133
+ - 66af07f: Fix missing professional services link
134
+
135
+ ## 0.1.12
136
+
137
+ ### Minor Changes
138
+
139
+ - 7c47f0a: Add paginated video list shortcode
140
+ - 5db66a1: Add HTML shortcode
141
+
142
+ ## 0.1.11
143
+
144
+ ### Minor Changes
145
+
146
+ - 3a9f0cf: Add dateFormat params for news and events shortcode
147
+ - 6a18938: Upgrade hugo-solstice-theme and dependencies
148
+
149
+ ### Patch Changes
150
+
151
+ - cfe1fa0: Prevent summaries from rendering HTML
152
+
153
+ ## 0.1.10
154
+
155
+ ### Minor Changes
156
+
157
+ - f3275be: Add body_class param
158
+ - 86d4bdd: Remove corporate sponsors page from menu
159
+
160
+ ## 0.1.9
161
+
162
+ ### Minor Changes
163
+
164
+ - 8a23f01: Upgrade theme to Hugo 0.144.2 and Node 22 LTS
165
+
166
+ ## 0.1.8
167
+
168
+ ### Minor Changes
169
+
170
+ - 7df36f1: Upgrade efsa to 0.1.10
171
+
172
+ ## 0.1.7
173
+
174
+ ### Minor Changes
175
+
176
+ - fbaab3e: Add Bluesky social media support
177
+
178
+ ### Patch Changes
179
+
180
+ - c64cfa0: Upgrade efsa
181
+
182
+ ## 0.1.6
183
+
184
+ ### Minor Changes
185
+
186
+ - 1cabcee: Add flexible social media footer links
187
+ - 5b19cd3: Add ability to add IDs to jumbotron links and navbar CTA
188
+
189
+ ## 0.1.5
190
+
191
+ ### Minor Changes
192
+
193
+ - e2da793: Update newsletter form with new values
194
+
195
+ ## 0.1.4
196
+
197
+ ### Patch Changes
198
+
199
+ - bd541ba: Upgrade efsa to 0.1.7
200
+ - 49f1f23: Fix news pagination not appearing
201
+
202
+ ## 0.1.3
203
+
204
+ ### Minor Changes
205
+
206
+ - 17be4c3: Upgrade social media icons to Font Awesome 6
207
+
208
+ ## 0.1.2
209
+
210
+ ### Patch Changes
211
+
212
+ - 505f118: Upgrade efsa to 0.1.4
213
+
214
+ ## 0.1.1
215
+
216
+ ### Minor Changes
217
+
218
+ - 36a16d9: Add Instagram icon
219
+
220
+ ### Patch Changes
221
+
222
+ - fee305e: Hide categories and remove duplicate search
223
+ - 7eb8859: [Agenda] Fix modal not listing multiple presenters
224
+
225
+ ## 0.1.0
226
+
227
+ This is the first documented release in the changelog, but the project was in
228
+ development for some time before this release. For a full list of changes,
229
+ please see the commit history.
230
+
231
+ ### Minor Changes
232
+
233
+ - 23f473e: Add style override CSS to head.html
234
+ - f47ad1c: Add property in jumbotron links param to override individual button classes
235
+ - d41f5fa: Add custom title support for related links partial
236
+ - 929aef1: Add working group footer
237
+ - b9365f1: Add id param to newsroom resources shortcode
238
+ - 0b9dc12: Add menu types support
239
+ - ae7d31a: Add support for custom deprecation message
240
+ - 1362bba: Add custom sidebar support
241
+
242
+ ### Patch Changes
243
+
244
+ - c4de369: Fix mobile menu not supporting direct link menu items or basic dropdowns
245
+ - 5c82d70: Fix missing trailing slash to menu URLs
246
+ - 16d2020: Fix fragments dropped from sidebar links
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.3.1",
7
+ "version": "0.3.3",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "readmeFilename": "README.md",
24
24
  "dependencies": {
25
- "eclipsefdn-solstice-assets": "0.2.6",
25
+ "eclipsefdn-solstice-assets": "0.2.8",
26
26
  "json2yaml": "^1.1.0",
27
27
  "toml": "^3.0.0"
28
28
  },
29
29
  "browserslist": "last 5 version, > 0.2%, not dead, IE 11",
30
30
  "devDependencies": {},
31
31
  "peerDependencies": {
32
- "@eclipsefdn/solstice-components": "^0.7.0"
32
+ "@eclipsefdn/solstice-components": ">=0.7.0 <1.0.0"
33
33
  }
34
34
  }