You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refreshed the toolkit `pagination` component to the current design-system treatment, including 4px arrow spacing, the boxed focus style, and state coloring that keeps the title and arrow in the brand color while the page label carries the link-state change
16
+
- Changed pagination links to hug their content instead of owning 50% click zones, while keeping the existing responsive outer margin pending broader design confirmation
17
+
- Expanded the pagination docs page and examples to cover default, previous-only, and next-only sequence edges
|[v4.14.0 / React v0.13.0](#upgrading-to-v4140--react-v0130)| April 2026 | No breaking changes | 🟢 Low - adopt the public React pagination if needed |
11
12
|[React v0.8.0](#upgrading-to-react-v080)| April 2026 | React `spritePath` removal | 🟢 Low - Remove the deprecated prop |
12
13
|[v4.9.0 / React v0.7.0](#upgrading-to-v490--react-v070)| April 2026 | Icon naming sync | 🟡 Medium - Search/replace icon names |
13
14
|[v4.8.0 / React v0.6.0](#upgrading-to-v480--react-v060)| March 2026 | No breaking changes | 🟢 Low - only relevant if you adopted the earlier TextInput prototype |
@@ -20,6 +21,64 @@ This guide provides detailed migration instructions for upgrading between versio
20
21
21
22
---
22
23
24
+
## Upgrading to v4.14.0 / React v0.13.0
25
+
26
+
**Released:** April 2026
27
+
**Affected packages:**
28
+
29
+
-`@ourfuturehealth/toolkit` v4.14.0+
30
+
-`@ourfuturehealth/react-components` v0.13.0+
31
+
32
+
### Breaking Changes
33
+
34
+
None.
35
+
36
+
### Release Overview
37
+
38
+
This release refreshes the toolkit `pagination` component to the current design-system treatment and introduces the first public React `Pagination` component.
39
+
40
+
- Toolkit consumers now get boxed pagination focus states, corrected state coloring, and content-hugging previous/next hit areas instead of 50/50 click zones.
41
+
- Toolkit docs now show the start and end of a sequence explicitly through `previous-only` and `next-only` examples.
42
+
- React consumers can now adopt the public `Pagination` component instead of carrying local previous/next page navigation markup.
43
+
44
+
### Migration Steps
45
+
46
+
1. Adopt the public React `Pagination` component where you need toolkit-parity previous/next page navigation in React.
47
+
2. Re-run visual QA if you have local pagination overrides, because the link hit area now hugs the content instead of filling half of the row.
48
+
3. For sequence endpoints, omit the unavailable side rather than rendering placeholder markup.
Copy file name to clipboardExpand all lines: packages/toolkit/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@ourfuturehealth/toolkit",
3
-
"version": "4.9.0",
3
+
"version": "4.14.0",
4
4
"description": "Our Future Health design system toolkit contains the code you need to start building user interfaces for Our Future Health websites and services.",
0 commit comments