From 80b57f662b5e13ae8c2c7c38639966084625fa5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:23:05 -0800 Subject: [PATCH] chore(master): release 8.4.0 (#603) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24da2f7f..457cb875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [8.4.0](https://github.com/stevearc/conform.nvim/compare/v8.3.0...v8.4.0) (2025-01-22) + + +### Features + +* add nomad_fmt ([#613](https://github.com/stevearc/conform.nvim/issues/613)) ([990d370](https://github.com/stevearc/conform.nvim/commit/990d37017e193fe40bdabf058e598e76f5e7d929)) +* add pre and post formatter autocmds ([#623](https://github.com/stevearc/conform.nvim/issues/623)) ([bf94626](https://github.com/stevearc/conform.nvim/commit/bf94626f32fbc3c9987ce2f4aab60d96866587df)) +* added js-beautify, css-beautify, and html-beautify) ([#624](https://github.com/stevearc/conform.nvim/issues/624)) ([2569141](https://github.com/stevearc/conform.nvim/commit/25691417836abd0df072b402ff9c103d5c0bab18)) +* added sqruff ([#625](https://github.com/stevearc/conform.nvim/issues/625)) ([ab2cf06](https://github.com/stevearc/conform.nvim/commit/ab2cf06b94cf992e202e38729ca68dc394c5b817)) +* biome organize imports ([#599](https://github.com/stevearc/conform.nvim/issues/599)) ([06804af](https://github.com/stevearc/conform.nvim/commit/06804af4f2a8ebbc991bb4c7d369c5208e27b0b6)) + + +### Bug Fixes + +* create ConformInfo regardless of setup ([#605](https://github.com/stevearc/conform.nvim/issues/605)) ([9180320](https://github.com/stevearc/conform.nvim/commit/9180320205d250429f0f80e073326c674e2a7149)) +* disable swapfile for injected formatter temp files ([#619](https://github.com/stevearc/conform.nvim/issues/619)) ([6dc21d4](https://github.com/stevearc/conform.nvim/commit/6dc21d4ce050c2e592d9635b7983d67baf216e3d)) +* **format-queries:** require nvim-treesitter before scanning rtp ([#614](https://github.com/stevearc/conform.nvim/issues/614)) ([9941f10](https://github.com/stevearc/conform.nvim/commit/9941f10f8b615ccbaaaaf24cd714e338a9ab9130)) +* **injected:** better handling of formatting indented code blocks ([#606](https://github.com/stevearc/conform.nvim/issues/606)) ([28f7fc7](https://github.com/stevearc/conform.nvim/commit/28f7fc7b679438a7090e8f83aa9ba5f67df18146)) +* **injected:** bug with inline language injections ([53f6ae4](https://github.com/stevearc/conform.nvim/commit/53f6ae4232179fe43eff3bee63d88d981c491695)) +* **injected:** don't format html embedded in markdown ([#485](https://github.com/stevearc/conform.nvim/issues/485)) ([0fbb850](https://github.com/stevearc/conform.nvim/commit/0fbb850657695a1f5df6c803079fc1421002d196)) +* **stylua:** Add `--respect-ignores` to the default args ([#616](https://github.com/stevearc/conform.nvim/issues/616)) ([7001912](https://github.com/stevearc/conform.nvim/commit/70019124aa4f2e6838be9fbd2007f6d13b27a96d)) + ## [8.3.0](https://github.com/stevearc/conform.nvim/compare/v8.2.0...v8.3.0) (2024-12-21)