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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
<!-- Note: update version numbers need updating every time in `metadata.json`, `package.json`, `package-lock.json` (×2), `README.md`, `CHANGELOG.md`, and `codebase.scss` -->
4
4
5
+
## 6 Nov 2024 -- v.5.3.0
6
+
7
+
* Updated NPM packages, including Eleventy and Dart-Sass. The Dart-Sass update required making some updates to several Sass functions in Codebase, fixing breaking changes for the preprocessor.
8
+
* Colors now have `color-mix()` functons and OKLAB color space. Base color variables are now available for overriding in the root variables.
9
+
* Reverted to a simpler focus ring stying using recent browser defaults, because this is now working well in all the evergreen browsers (including rounded corners). But, added a little outline-offset to improve readability and visibility when touching a simlar-colored button.
10
+
* Simpler font stacks.
11
+
* A little text-underline-offset has been added to links.
12
+
* Reduced `margin-bottom` of typographic base block elements (and `.table`) to 1rem. Now controlled by a variable.
13
+
* Simplified heading sizes (ems equivalent of 16px, 18px, 20px, 24px, 30px, 36px, as usually specified in WYSIWYG editors). Also, simplified by removing heading size bump for MD screens (use the responsive `clamp()` controled `t-long-read` or `t-display` in those situations where you need bigger text).
14
+
* All Heading tags and heading utility classes now have built-in `margin-top`. As margin-block controlled by a variable. (Use `mt-0` to override.)
15
+
* "Heading sizes" utility classes now only change text sizes. They do not affect margins offont weights.
16
+
* Improved `.t-decoration-none` and `.t-link-inside` (panel links).
17
+
* All tables now need the `.table` class.
18
+
* Paddings utility `.p-block` renamed `.p-cell` (alias `.p-block` is still available.)
19
+
5
20
## 30 Oct 2024 -- v.5.2.4
6
21
7
22
* Reverted to the browser built-in accessibility focus ring outline (no longer using a box shadow). But set 2px outline thickness and 2px offset. Evergreen browsers have outlines that now follow rounded corners on inputs and buttons.
@@ -16,10 +31,6 @@
16
31
* Media query controlled max-width utilities (e.g. md:w-xs), so that layout blocks can be set to different max-widths at different breakpoint widths.
17
32
* Increased heading sizes (for both base and `MD` bump sizes).
18
33
19
-
## 9 May 2024 -- v.5.2.13
20
-
21
-
* Improved the `teal` color.
22
-
23
34
## 29 Feb 2024 -- v.5.2.12
24
35
25
36
* Added position `static` utility to all breakpoints.
@@ -63,7 +74,7 @@ These variants enable you to both _set up_ and _rearrange_ a square tile array f
63
74
64
75
## 22 Feb 2023 -- v.5.2.5
65
76
66
-
* Minor bug fix: `h-max-100%` now works OK.
77
+
* Minor bug fix: `h-max-100%` now works OK.
67
78
68
79
## 16 Dec 2022 -- v.5.2.4
69
80
@@ -76,7 +87,7 @@ These variants enable you to both _set up_ and _rearrange_ a square tile array f
76
87
77
88
## 24 Nov 2022 -- v.5.2.2
78
89
79
-
* Fixed bug with `overflow-x` failing to to work as a wrapper around oversized tables on narrow viewports (phones).
90
+
* Fixed bug with `overflow-x` failing to to work as a wrapper around oversized tables on narrow viewports (phones).
80
91
81
92
## 23 Nov 2022 -- v.5.2.1
82
93
@@ -133,7 +144,7 @@ These variants enable you to both _set up_ and _rearrange_ a square tile array f
133
144
134
145
* For improved accessibility, defailt font size is now 100% (not 16px). This will still be 16px for many people, but now visually impaired people or others who increase the default font size in their browser settings can do so.
135
146
* x-axis and y-axis margin utilities (`mx-` and `my-`) now use `margin-inline` and `margin-block`. Similar for paddings.
136
-
* Improved system font stacks, based on https://systemfontstack.com.
147
+
* Improved system font stacks, based on [https://systemfontstack.com](https://systemfontstack.com).
137
148
* Hover states for box shadows.
138
149
* Added posiiton utilities `z-index-997` and `z-index-998` for better handling of offcanvas, modals, etc.
139
150
* Set long-read `clamp()` to max at 1.25rem size.
@@ -169,6 +180,6 @@ These variants enable you to both _set up_ and _rearrange_ a square tile array f
169
180
* Added `b-transparent` and `hover:b-transparent`.
0 commit comments