Update changelog

This commit is contained in:
Tanya Fomina 2022-11-03 17:20:45 +02:00
commit d7ebf5983a

View file

@ -4,6 +4,10 @@
### 2.26.0
- `New`*UI* — Meet the new Block Tunes look! Vertical menu with simple JSON configuration (and support for legacy way of defining block tunes).
- `New`*Block Tunes API* — Now `render()` method of a Block Tune can return `TunesMenuConfig` besides `HTMLElement`. This impovement is a key to the new straightforward way of configuring tune's appearance in Block Tunes menu.
- `New`*Tools API* — As well as `render()` in `Tunes Api`, Tool's `renderSettings()` now also supports `TunesMenuConfig` return value format.
- `Deprecated`*Styles API* — CSS classes `.cdx-settings-button` and `.cdx-settings-button--active` are not recommended to use. Consider configuring your block settings with new JSON API instead.
- `Fix` — Prevent flipper from handling the event which caused it's instantiating.
### 2.25.0