From 0e12f770cbf962673368d8b3b2ad7647cf641145 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 2 Nov 2023 08:19:17 +0100 Subject: [PATCH] docs(changelog): plugin ui components --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb52ebac..0a754baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)