Skip to content

Commit a316b51

Browse files
authored
Chore: Final release notes 0.16.0
1 parent dc4e773 commit a316b51

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

RELEASE-NOTES.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)