Skip to content

Commit 7ab70c0

Browse files
committed
Update NEWS with expanded release summary
1 parent d6a5497 commit 7ab70c0

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

NEWS.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# reactable 0.3.0
22

33
This release upgrades to a new major version of React Table
4-
([#35](https://github.com/glin/reactable/issues/35)), which introduces many
5-
new features, improvements, and bug fixes. Backward compatibility was kept
6-
where possible, but note that there are several breaking changes.
4+
([#35](https://github.com/glin/reactable/issues/35)), which brings many
5+
new features, improvements, and bug fixes. reactable has been largely rewritten
6+
to take advantage of React Table's new approach as a flexible table utility
7+
rather than a table component.
8+
9+
This means it'll be easier to add new custom features, customize styling and markup,
10+
and maintain reactable in the future. Most of the features and fixes in this release
11+
would not have been possible or easy to do without this upgrade.
12+
13+
Backward compatibility was kept where possible, but note that there are several
14+
breaking changes, particularly around the JavaScript API.
715

816
## New features
917

@@ -74,6 +82,10 @@ where possible, but note that there are several breaking changes.
7482

7583
### JavaScript render and style functions
7684

85+
Several properties and arguments have been renamed or moved for consistency with
86+
the rest of the API. These properties were not removed unless they were very
87+
rarely used, so most code should continue to work upon upgrading.
88+
7789
* The `rowInfo.row` property is now **deprecated**, and has been renamed to
7890
`rowInfo.values`. `rowInfo.row` remains supported, but replace usages with
7991
`rowInfo.values` when possible.

0 commit comments

Comments
 (0)