Releases: rcarriga/nvim-dap-ui
Releases · rcarriga/nvim-dap-ui
v3.3.0
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2023-01-26)
Bug Fixes
- console: check mode before autoscroll (6508d5f), closes #205
- highlights: 0.8 check (f7fc98e), closes #181
- highlights: handle winbar group not found (aec0163), closes #177
- highlights: misc fixes neovim 0.8+ (#180) (54365d2)
Features
- breakpoints: remove mapping (#211) (6b6081a)
- console: autoscroll (b0612c9), closes #204
- highlights: patch control groups with background (#174) (f9f8520)
- highlights: separate *NC control highlight groups (#176) (69a3982)
- missing codicon icons (a861906)
- new api (#193) (d608b76)
- switch all icons to using codicons (72ac475), closes #167
BREAKING CHANGES
- Merged config field
windows
intorender
Introduces a new API to more easily handle programmatic control of elements.
Also embeds an async library (which will be migrated to a separate plugin in
future) which aims to be compatible with the upcoming core async implementation
See: neovim/neovim#19624