]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/vim-mode-visual-block/CHANGELOG.md
Autosign on git
[rbdr/dotfiles] / atom / packages / vim-mode-visual-block / CHANGELOG.md
1 ## 0.2.13 - Revert
2 - Completely remove `activationCommands`.
3
4 ## 0.2.12 - Improve
5 - Now activated by `vim-mode:activate-blockwise-visual-mode`.
6 - Delete deprecated keymap notification.
7
8 ## 0.2.11 - Quick FIX for #3
9 - Disable activationCommands to avoid `getEditorState` throw error because of `@vimModeService` is undefined.
10
11 ## 0.2.10
12
13 ## 0.2.9 - Follow renaming to NormalMode
14 - Use `activateNormalMode` instead of `activateCommandMode`.
15
16 ## 0.2.8 - Improve
17 * Refactoring.
18 * `activationCommands`.
19
20 ## 0.2.7 - Improve
21 * `ctrl-v` within visual-block now work same as escape. #1
22
23 ## 0.2.6 - Fix Typo
24 * Fix README.md typo.
25
26 ## 0.2.5 - Improve
27 * Add provide default keymap.
28 * No longer use `vimState.resetCommandMode()`.
29 * No longer manage explicit @active state.
30 * Improve resetting @startRow.
31 * [FIX] selection range got wrong in some case.
32
33 ## 0.2.4 - Stability improve
34 * Never accidentally destroy(), last cursor()
35
36 ## 0.2.3 - GIF update.
37 ## 0.2.2 - Improve `I`, `A` further
38 ## 0.2.1 - Improve `I`, `A`.
39 ## 0.2.0 - Rename Package name
40 ## 0.1.1 - Doc update.
41 ## 0.1.0 - First Release