From d7eacef8b388536390d5f91cb7cba67e52be3cfe Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Fri, 21 Feb 2025 10:46:07 -0500 Subject: [PATCH] chore(main): release 2.7.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e14cbc..b0c3287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.7.0](https://github.com/AstroNvim/astroui/compare/v2.6.0...v2.7.0) (2025-02-21) + + +### Features + +* **status:** add `fzf-lua` support to clickable components ([139122d](https://github.com/AstroNvim/astroui/commit/139122d9b2499a5ecfdfbd98a32b8269611ce8b0)), closes [#48](https://github.com/AstroNvim/astroui/issues/48) +* **status:** add `snacks.picker` support to clickable components ([81b81d2](https://github.com/AstroNvim/astroui/commit/81b81d239be02e66b6431be4a3b9317d23ce51e2)) + + +### Bug Fixes + +* improve typos detection ([159839e](https://github.com/AstroNvim/astroui/commit/159839e503b8ea74cad2954cf1aa85eaa611af37)) + ## [2.6.0](https://github.com/AstroNvim/astroui/compare/v2.5.1...v2.6.0) (2024-12-10)