Skip to content

Commit

Permalink
Release 5.0.4 (#1381)
Browse files Browse the repository at this point in the history
* Add changelog for 5.0.4

* Version bump to 5.0.4 [ci skip]
  • Loading branch information
amanmahajan7 authored and malonecj committed Nov 14, 2018
1 parent 584b8a4 commit 09c7fa4
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 166 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,15 @@
## 5.0.3 (Nov 1, 2018)

This comment has been minimized.

Copy link
@evilgen

evilgen Nov 15, 2018

Maybe you mean ## 5.0.4 (Nov 14, 2018) ???

- **Bugfix:** Custom Formatters Example - Styling Fix ([1364](https://github.com/adazzle/react-data-grid/pull/1364))
- **Bugfix:** Fix website publishing and remove ImmutableJS dependency ([1366](https://github.com/adazzle/react-data-grid/pull/1366))
- **Bugfix:** Remove react-data-grid dependency from the addons package ([1354](https://github.com/adazzle/react-data-grid/pull/1354))
- **Bugfix:** Fix drag fill in IE 11 ([1359](https://github.com/adazzle/react-data-grid/pull/1359))
- **Bugfix:** Ensure webpack uses correct common js external ref ([1370](https://github.com/adazzle/react-data-grid/pull/1370))
- **Feature:** Move DropTargetRowContainer static styles to CSS class for user customization ([1308](https://github.com/adazzle/react-data-grid/pull/1308))
- **Bugfix:** Replace use of i for column index which is no longer passed in ([1344](https://github.com/adazzle/react-data-grid/pull/1344))
- **Bugfix:** Remove utils from documentation as an exported module ([1374](https://github.com/adazzle/react-data-grid/pull/1374))
- **TechDebt:** Upgrade eslint packages ([1376](https://github.com/adazzle/react-data-grid/pull/1376))
- **Bugfix:** Cleanup DraggableContainer and fix styles ([1379](https://github.com/adazzle/react-data-grid/pull/1379))

## 5.0.3 (Nov 1, 2018)
- **Bugfix:** Fix frozen-columns source url ([1355](https://github.com/adazzle/react-data-grid/pull/1355))
- **TechDebt:** Defining the ref callback as a bound method ([1353](https://github.com/adazzle/react-data-grid/pull/1353))
Expand All @@ -24,7 +36,6 @@




## 4.0.8 (May 10, 2018)

### React-Data-Grid
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.8.0",
"version": "5.0.3",
"version": "5.0.4",
"packages": [
"packages/*"
]
Expand Down

0 comments on commit 09c7fa4

Please sign in to comment.