Skip to content

Commit d194dc6

Browse files
committed
update 1.2 changelog
1 parent d71a7a9 commit d194dc6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

www/releases/1.2.0.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
create a toggle button by adding `role="switch"`
55
to an `<input type="checkbox">`{.language-html}
66

7+
- Added [print annotations](/docs/layout#printing)
8+
that show `<abbr>`{.language-html} expansions and `<a>`{.language-html} hrefs.
9+
These can be disabled via the new `annotations@print:disabled` class.
10+
711
- Added `@p` modifier to [grid](/docs/grid) attributes (`data-cols@p` etc.)
812
for print layouts.
913

@@ -82,7 +86,17 @@
8286
- `<a>` elements with the `.<button>` masquerade
8387
now work with the `iconbutton` class.
8488

85-
- Buttons now support colorways
89+
- Buttons now support colorways.
90+
91+
- Added improved styling for `<select>`{.language-html} using the new
92+
[customizable select](https://open-ui.org/components/customizableselect/)
93+
features, as well as colorway support.
94+
95+
- `<dl>`{.language-html} elements with the `.textcolumns` class will now avoid
96+
breaking inside terms and descriptions, or between a term and its description.
97+
98+
- Fixed: Dialog elements opened via the new `popover` and `popovertarget`
99+
attributes will now display correctly.
86100

87101
- Made a whole slew of improvements to our documentation.
88102

0 commit comments

Comments
 (0)