Skip to content

Latest commit

 

History

History
192 lines (87 loc) · 9.79 KB

CHANGELOG.md

File metadata and controls

192 lines (87 loc) · 9.79 KB

Changelog

1.14.0 (2024-08-29)

Features

  • config: add possibility to provide cwd via project configuration (#383) (7efc0d8), closes #329
  • respect cwd when detecting is it flutter project, handle running dart-only projects (#384) (cde6625), closes #375

Bug Fixes

1.13.0 (2024-08-23)

Features

  • CI: add ability to trigger CI workflow manually (b6b62ba)
  • dap: add option evaluate_to_string_in_debug_views (#377) (0842bbe)

Bug Fixes

1.12.0 (2024-08-19)

Features

  • labels: add option to set closing tag virtual text priority (#373) (18a28d6)

1.11.0 (2024-08-14)

Features

  • add ability to filter flutter output in dev log (#371) (654c477)

1.10.0 (2024-06-25)

Features

  • config: add an optional pre_run_callback attribute to setup_project (f898850)

Bug Fixes

  • ui: add check for line in buffer range (0fbb3ee)
  • ui: render labels only in the document range (#360) (fd0443e)

1.9.1 (2024-05-18)

Bug Fixes

  • handle deprecated vim.tbl_islist function (e9f6f65)
  • replace deprecated vim.lsp.get_active_clients with vim.lsp.get_clients (c19f945)

1.9.0 (2024-03-28)

Features

  • fvm: support FVM in monorepo setup (21c4496)

Bug Fixes

  • guides: prevent overwriting custom guide colors (#335) (e44df1c)

1.8.0 (2024-02-14)

Features

Bug Fixes

  • don't attach lsp to buffer with empty path (78b5a42)

1.7.0 (2024-01-03)

Features

  • add option to configure flutter mode via config (#314) (69466cc)
  • add performance_overlay, repaint_rainbow and slow_animations commands (deb4fa8)
  • add web port param to config (#320) (b13d46b)

1.6.0 (2023-12-18)

Features

  • commands: add install/uninstall commands to menu (#315) (cd73844)

Bug Fixes

  • commands: set current device while running project (045fa0f)

1.5.1 (2023-10-04)

Bug Fixes

  • dap: fix cwd not being considered (0c97d46)

1.5.0 (2023-10-01)

Features

  • dap: add custom commands to dap (af591f5)

1.4.1 (2023-09-20)

Bug Fixes

  • lsp rename when files with import is opened in another buffer (29da857)

1.4.0 (2023-09-18)

Features

1.3.1 (2023-07-24)

Bug Fixes

  • dap: define adapter and config when running standalone dart (#272) (356f643)

1.3.0 (2023-05-10)

Features

Bug Fixes

  • lsp: avoid using private lsp client methods (3ec80d3), closes #256

1.2.1 (2023-05-04)

Bug Fixes

1.2.0 (2023-04-20)

Features

  • commands: add option to silence flutter errors (#246) (bafdc2c)

1.1.0 (2023-04-18)

Features

  • add FlutterRename command (#234) (4d9391b)
  • config: add project configuration (#232) (f898ac2)
  • decorations: view selected project config in statusline (#241) (5967d65)

1.0.2 (2023-03-31)

Bug Fixes

  • color: ensure values exist when setting colors (bdd6365)

1.0.1 (2023-03-31)

Bug Fixes

  • color: use correct require path (f12b1f4)
  • config: use correct require path (7db39ef)