File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,17 @@ Please note after `1.0` Semver will be followed using normal protocols.
88
99# Version 0.16.0 08.20.2025
1010
11- ## Major UI Updates
12- * ** UI** - Added many new components ` global-search ` ` inpage-menu ` ` mobile-menu-toggle ` ` mobile-menu ` ` panels ` ` theme-switcher ` .
13- * ** UI** - Refactored exports into two groups ` primitives ` and ` components `
14- ** ** Primitives** include JSON specs and are essential building blocks like ` modal ` , ` button ` .
15- ** ** Components** have more complex functionality and are built with primitives like ` global-search ` or ` theme-switcher ` .
16-
11+ ## UI changes
12+
13+ ` semantic-ui/core ` is now organized into three groups ` primitives ` and ` components ` and ` behaviors `
14+
15+ * ** Primitives** include JSON specs and are essential building blocks like ` modal ` , ` button ` .
16+ * ** Components** are built with primitives and have more complex functionality, for example ` global-search ` or ` theme-switcher ` .
17+ * ** Behaviors** do not export web components but provide behaviors like ` transition ` or ` position `
18+
1719## Major Features
20+ * ** UI** - Added many new components ` global-search ` ` inpage-menu ` ` mobile-menu-toggle ` ` mobile-menu ` ` panels ` ` theme-switcher ` .
21+ * ** Behaviors** - Added new ` transition ` behavior that uses the web animation API to animate elements.
1822* ** Query** - Added generalized plugin architecture for Query along with examples in docs.
1923* ** Templates** - Added rerender and guard blocks for controlling template reactivity: ` {#rerender expression} ` forces complete re-evaluation, ` {#guard expression} ` only updates when computed values change
2024
You can’t perform that action at this time.
0 commit comments