UNPKG

2.87 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
6## [0.10.1] - 2017-07-13
7 [0.10.1]: https://github.com/GitbookIO/slate-edit-table/compare/0.10.0...0.10.1
8
9- Fix rule to prevent extra blocks in rows
10
11## [0.10.0] - 2017-07-13
12 [0.10.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.9.0...0.10.0
13
14- Add rule to prevent nested blocks in cells
15
16## [0.9.0] - 2017-04-21
17 [0.9.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.8.4...0.9.0
18
19- Update slate to `^0.19.x`
20
21## [0.8.4] - 2016-11-30
22 [0.8.4]: https://github.com/GitbookIO/slate-edit-table/compare/0.8.3...0.8.4
23
24- Update slate peer dependency to prevent NPM warnings when used with `0.15.x`
25
26## [0.8.3] - 2016-11-09
27 [0.8.3]: https://github.com/GitbookIO/slate-edit-table/compare/0.8.2...0.8.3
28
29- Enforce align to be Immutable.List
30- Undo is now fixed, using GitbookIO:slate
31
32## [0.8.2] - 2016-11-03
33 [0.8.2]: https://github.com/GitbookIO/slate-edit-table/compare/0.8.1...0.8.2
34
35- Move slate to `peerDependencies`
36
37## [0.8.1] - 2016-11-01
38 [0.8.1]: https://github.com/GitbookIO/slate-edit-table/compare/0.8.0...0.8.1
39
40- Add schema to normalize `align` in table
41- `insertColumn` and `removeColumn` update correctly the alignment
42
43## [0.8.0] - 2016-10-27
44 [0.8.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.7.0...0.8.0
45
46- Expose `setColumnAlign` transform
47- Expose `ALIGN.{LEFT,RIGHT,CENTER}` constants
48- Rules to ensure cells or rows are always within a table. Fix
49 [#13](https://github.com/GitbookIO/slate-edit-table/issues/13)
50
51## [0.7.0] - 2016-10-27
52 [0.7.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.6.0...0.7.0
53
54- Adapt for upcoming Slate release
55- Improve stability
56
57## [0.6.0] - 2016-09-23
58 [0.6.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.5.1...0.6.0
59
60- Expose `moveSelectionBy` transform
61- `removeColumn` clears the column instead, if it is the last remaining column
62- `removeRow` clears the row instead, if it is the last remaining row
63- Undo of `insertColumn` when cursor is in inserted column
64
65## [0.5.1] - 2016-09-15
66 [0.5.1]: https://github.com/GitbookIO/slate-edit-table/compare/0.5.0...0.5.1
67
68- `insertTable` does not grab text from current block anymore, and simply inserts an empty table.
69- Up/Down arrows behavior inside tables
70
71## [0.5.0] - 2016-09-15
72 [0.5.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.4.0...0.5.0
73
74- `TablePosition.is{First|Last}{Row|Column|Cell}` methods
75- **BREAKING** Now uses `slate^0.14.x`
76- Split transform `moveSelection` into `moveSelection` and `moveSelectionBy`
77
78## [0.4.0] - 2016-09-06
79 [0.4.0]: https://github.com/GitbookIO/slate-edit-table/compare/0.3.0...0.4.0
80
81- Schema normalization rules