|
42 | 42 |
|
43 | 43 | ## Donating |
44 | 44 |
|
45 | | -If you like this library, you can buy me a beer or [become a sponsor](https://github.com/sponsors/antoniandre)! |
| 45 | +If you like this library, you can [buy me a beer](https://github.com/sponsors/antoniandre) or [become a sponsor](https://github.com/sponsors/antoniandre)! |
46 | 46 |
|
47 | | -[](https://www.paypal.me/antoniandre1) |
48 | 47 | Thank you! |
49 | 48 |
|
50 | 49 | If you are using this library for profit business, please consider [backing me](https://github.com/sponsors/antoniandre)! |
|
60 | 59 |
|
61 | 60 | ## Release Notes |
62 | 61 |
|
63 | | -- __Version 2.3.0__ Support rtl direction |
64 | | -- __Version 2.2.0__ Add `firstSplitter` option allow `v-if` on panes and other improvements |
| 62 | +- __Version 4.1.1__ Bug fixes: crash on fast drag, min/max enforcement, size jump, cursor disappear, `size="0"` override, Firefox text selection, init flash, panel order, nested transition |
| 63 | +- __Version 4.1.0__ Keyboard accessibility: splitters focusable with arrow keys, `keyboard-step` prop, ARIA attributes |
| 64 | +- __Version 4.0.5__ TypeScript definitions, null pointer safeguards, fallthrough attributes fix |
| 65 | +- __Version 4.0.0__ Emit `splitter-dblclick` event, rename `dblClickSplitter` to `maximizePanes`, refactored emitted events |
| 66 | +- __Version 3.2.0__ Account for cursor position when dragging, Composition API rewrite |
| 67 | +- __Version 3.0.0__ Vue 3 support (use `splitpanes@legacy` for Vue 2) |
| 68 | +- __Version 2.3.0__ Support RTL direction |
| 69 | +- __Version 2.2.0__ Add `firstSplitter` option, allow `v-if` on panes and other improvements |
65 | 70 | - __Version 2.0.0__ Fix reactivity issues |
66 | 71 | - __Version 1.14.0__ Programmatically set pane size |
67 | 72 | - __Version 1.13.0__ Emit event on splitter click |
68 | 73 | - __Version 1.12.0__ Double click splitter to maximize is now an option |
69 | 74 | - __Version 1.11.0__ Persist panes size after slots changed |
70 | 75 | - __Version 1.10.0__ Add maximum size feature on panes |
71 | | -- __Version 1.9.0__ Emit event on resize & watch slots optional |
| 76 | +- __Version 1.9.0__ Emit event on resize & watch slots optional |
72 | 77 | - __Version 1.8.0__ Watch slots |
73 | 78 | - __Version 1.7.0__ Double click splitter to maximize next pane |
74 | 79 | - __Version 1.6.0__ Emit events |
75 | | -- __Version 1.5.0__ Add default size feature on panes (max feature coming soon!) |
| 80 | +- __Version 1.5.0__ Add default size feature on panes |
76 | 81 | - __Version 1.4.0__ Add minimum size feature on panes |
77 | 82 | - __Version 1.3.0__ Splitpanes slots are now reactive (add/remove on the fly) |
78 | 83 | - __Version 1.2.0__ Add a `default-theme` CSS class to load default theme |
|
0 commit comments