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
<li>View icons for columns, grids, lists, and reader mode. Plus horizontal and vertical ellipsis icons</li>
35
+
<li>Start and End show/hide sidebar icons</li>
36
+
<li>Emoji category icons used by GTK's emoji picker</li>
37
+
<li>Eye icons required by Gtk.PasswordEntry</li>
38
+
</ul>
32
39
<p>New Features:</p>
33
40
<ul>
34
-
<li>Granite.CssClass.NUMERIC</li>
41
+
<li>Box is an orientable widget that includes standardized spacing and linked styles</li>
42
+
<li>ListItem is a standard list widget that includes styles and spacing</li>
43
+
<li>ToolBox is a vertical layout widget for top and bottom toolbars</li>
44
+
<li>new style class constants for labels: CssClass.NUMERIC and CssClass.MONOSPACE</li>
45
+
<li>StyleManager handles automatically setting dark and light modes as well as system accent colors using Portals</li>
46
+
<li>BackButton is a standardized navigation button that activates "navigation.pop" and includes a shortcut tooltip</li>
35
47
</ul>
36
48
<p>Improvements:</p>
37
49
<ul>
50
+
<li>accel_to_string now uses the word "Super" instead of the "⌘" symbol</li>
51
+
<li>HeaderLabel has a new property for H1-H4 sizes and H2 styles are now bolder</li>
52
+
<li>CssClass.CARD is now rounded by default</li>
38
53
<li>Updated translations</li>
39
54
</ul>
55
+
<p>Deprecations:</p>
56
+
<ul>
57
+
<li>Utils.set_color_primary. Modern apps have moved to more of a split paned design and this style is no longer very fashionable</li>
58
+
<li>Nearly all of the old `STYLE_CLASS` constants have been deprecated. Some of them have been replaced by `CssClass` constants, others by widgets.</li>
<issueurl="https://github.com/elementary/granite/issues/802">Provide native support for libshumate</issue>
69
+
<issueurl="https://github.com/elementary/granite/issues/874">Default icon themes by non-Pantheon desktops may have missing icons or use incorrect icons</issue>
70
+
<issueurl="https://github.com/elementary/granite/issues/883">PopoverAccelLabel styles broken in Demo</issue>
0 commit comments