docs(changelog): plugin ui components

This commit is contained in:
Aram Drevekenin 2023-11-02 08:19:17 +01:00 committed by GitHub
parent 7e5f22f8c9
commit 0e12f770cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* feat(ui): cyberpunk themes (https://github.com/zellij-org/zellij/pull/2868)
* feat(ux): add ESC option to drop to shell in command panes (https://github.com/zellij-org/zellij/pull/2872)
* feat(plugins): allow plugins to make web requests behind a permission (https://github.com/zellij-org/zellij/pull/2879)
* feat(plugins): UI components for plugins (https://github.com/zellij-org/zellij/pull/2898)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)