blob: 86dfa1e0537d9f62552e8247f7c8f0e32b8a7aa3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
---
release: 1.0.0-prerelease.0
artifacts:
Missing.css:
Plain: missing.css
Minified: missing.min.css
Missing Prism:
Plain: missing-prism.css
Minified: missing-prism.min.css
Missing.js:
Tabs: missing-js/tabs.js
Menu: missing-js/menu.js
Navbar: missing-js/overflow-nav.js
---
## Changelog
- Added **missing.js**, a small collection of JS libraries implementing common UI patterns.
Currently contains tabset, menu, and collapsible navbar components.
- **Breaking**{.bad .bg .color}: Replaced `.sidebar` with `.sidebar-layout`, which works a bit differently.
- Added `.iconbutton`.
- Added ARIA listbox and toolbar.
- Added CSS Grid support: `.grid` and many associated classes to create your layout.
- Added a few missing utilities for setting `justify-content`, `padding`, `margin`.
{.flow-gap}
### For developers
- The source code of missing.css was completely reorganized! The source files
now line up with the pages of the documentation to make it easier to find
code.
- Speaking of the docs, they have also received a subtle reorganization.
- The development server will now build changes to the CSS _way_ faster.
|