|
62 | 62 |
|
63 | 63 | ## v5.1.1 |
64 | 64 |
|
65 | | -- Fix unstable shrink-wrap body width when header or footer is present in Safari macOS |
| 65 | +- Fix unstable shrink-wrap body width when header or footer is present in Safari |
| 66 | + macOS |
66 | 67 |
|
67 | 68 | ## v5.1.0 |
68 | 69 |
|
|
89 | 90 | - Migrated from Sass to native CSS with nesting |
90 | 91 | - Rebuilt the documentation site with Astro 5 |
91 | 92 | - Updated the playground tooling to use Vite |
92 | | -- Introduced semantic colour tokens (`--dress-sec`, `--dress-neg`, `--dress-pos`) with highlight counterparts (`--dress-mk`, `--dress-del`, `--dress-ins`) replacing the old `--dress-ax` pair, and refreshed `<meter>` colours through `--dress-low`, `--dress-mid`, and `--dress-hi` |
93 | | -- Renamed `--dress-bg-3` to `--dress-dt` to better describe its role as the shared border/detail colour |
94 | | -- Split font stacks into `--dress-ff-sans` and `--dress-ff-serif`, plus derived `--dress-ff` and `--dress-ff-h` tokens for body vs heading copy |
95 | | -- Removed the global `[hidden]` override to keep browser-native behaviours such as `hidden="until-found"` |
96 | | -- Added codenames to current major version, and to past major versions in retrospect. |
| 93 | +- Introduced semantic colour tokens (`--dress-sec`, `--dress-neg`, |
| 94 | + `--dress-pos`) with highlight counterparts (`--dress-mk`, `--dress-del`, |
| 95 | + `--dress-ins`) replacing the old `--dress-ax` pair, and refreshed `<meter>` |
| 96 | + colours through `--dress-low`, `--dress-mid`, and `--dress-hi` |
| 97 | +- Renamed `--dress-bg-3` to `--dress-dt` to better describe its role as the |
| 98 | + shared border/detail colour |
| 99 | +- Split font stacks into `--dress-ff-sans` and `--dress-ff-serif`, plus derived |
| 100 | + `--dress-ff` and `--dress-ff-h` tokens for body vs heading copy |
| 101 | +- Removed the global `[hidden]` override to keep browser-native behaviours such |
| 102 | + as `hidden="until-found"` |
| 103 | +- Added codenames to current major version, and to past major versions in |
| 104 | + retrospect. |
97 | 105 |
|
98 | 106 | ## v4.4.3 |
99 | 107 |
|
|
145 | 153 | ## v4.1.0 |
146 | 154 |
|
147 | 155 | - Adjusted `<body>` width and padding |
148 | | - - Fixed "springing" issue on macOS Safari |
149 | | - - Updated padding for consistency with inline elements |
| 156 | + - Fixed "springing" issue on macOS Safari |
| 157 | + - Updated padding for consistency with inline elements |
150 | 158 |
|
151 | 159 | ## v4.0.1 |
152 | 160 |
|
|
190 | 198 | - Added styles for `[inert]` and `<abbr>` |
191 | 199 | - Used `:focus-visible` to suppress focus ring for mouse users |
192 | 200 | - Added: |
193 | | - - `--dress-so` (scroll offset) |
194 | | - - `scroll-margin-block-start` on headings |
195 | | - - `scroll-padding-top` → `scroll-padding-block-start` |
| 201 | + - `--dress-so` (scroll offset) |
| 202 | + - `scroll-margin-block-start` on headings |
| 203 | + - `scroll-padding-top` → `scroll-padding-block-start` |
196 | 204 | - Style for `[hidden]` |
197 | 205 | - Style for `<dialog>` |
198 | 206 |
|
|
227 | 235 |
|
228 | 236 | - Switched to `rch`/`rlh` units for inline spacing |
229 | 237 | - Renamed margin vars to logical props: |
230 | | - ```scss |
231 | | - --dress-m-t → --dress-m-bs |
232 | | - --dress-m-b → --dress-m-be |
233 | | - --dress-m-v → --dress-m-b |
234 | | - ``` |
| 238 | + ```scss |
| 239 | + --dress-m-t → --dress-m-bs |
| 240 | + --dress-m-b → --dress-m-be |
| 241 | + --dress-m-v → --dress-m-b |
| 242 | + ``` |
235 | 243 | - Renamed `--dc-*` vars (from `--sc-*`) |
236 | 244 |
|
237 | 245 | ## v2.0.0 Little Black Dress |
|
0 commit comments