File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.25.0 (Released November 25, 2024)
5
+ --------------
6
+
7
+ - LocalDate and NoSSR components to render localized dates only on client (#1831)
8
+ - Revert "LocalDate and NoSSR components to render localized dates only on client"
9
+ - LocalDate and NoSSR components to render localized dates only on client
10
+ - v2 learning resource drawer formats and location (#1826)
11
+ - v2 drawer certification updates (#1823)
12
+ - Mechanism to sync server prefetch with client API calls (#1798)
13
+ - show more button for v2 drawer dates (#1809)
14
+ - Add data-ph- elements to CTA buttons (#1821)
15
+ - Endpoints for userlist/learningpath memberships (#1808)
16
+ - Clear resource_type filter when leaving Learning Materials search tab (#1780)
17
+ - Update opensearchproject/opensearch Docker tag to v2.18.0 (#1812)
18
+ - Update dependency postcss-styled-syntax to ^0.7.0 (#1811)
19
+ - Update dependency ruff to v0.7.3 (#1810)
20
+ - Update dependency @chromatic-com/storybook to v3 (#1764)
21
+ - learning resource drawer v2 run comparison table (#1782)
22
+
4
23
Version 0.24.3 (Released November 14, 2024)
5
24
--------------
6
25
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.24.3 "
36
+ VERSION = "0.25.0 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments