Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit e2490be

Browse files
Updated changelog for v4.0.0 release
1 parent 815752f commit e2490be

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,48 @@
11
# Changelog
22

3+
## (2019-09-01) `v4.0.0`
4+
5+
Special thanks to [@tim-soft](https://github.com/tim-soft) for this awesome [PR](https://github.com/claus/react-dat-gui/pull/33)!
6+
7+
### Added
8+
9+
- Testing framework via `jest` and `testing-library/react`
10+
- CI integration with Travis
11+
12+
### Changed
13+
14+
- Switched deprecated `componentWillReceiveProps` to `getDerivedStateFromProps`
15+
- All linting packages updated
16+
- Example now uses `nextjs` and links to root modules for better dev experience
17+
- Bundling now done with `rollup`
18+
19+
### Fixed
20+
21+
- Default preset is stored separately so that it can be reapplied after changing to other presets
22+
- All built-in react-dat-gui components now accept className and style props
23+
- All built-in react-dat-gui components can now have a labelWidth prop which can override the <DatGUI labelWidth> container prop and in any valid CSS units
24+
- Automatically include styles, no longer require importing external stylesheet
25+
- Add linting and precommit scripts that run prettier, eslint and stylelint over the codebase
26+
27+
## (2019-04-02) `v3.0.0`
28+
29+
### Changed
30+
31+
- Move `react`, `react-dom` and `prop-types` to peer deps [@tim-soft](https://github.com/tim-soft)
32+
33+
## (2019-03-01) `v2.2.0`
34+
35+
### Fixed
36+
37+
- Coding example in README [@avin](https://github.com/avin)
38+
- `DatFolder` now passes props to children correctly once again [@rdrgn](https://github.com/rdrgn)
39+
340
## (2019-01-02) `v2.0.1`
441

542
### Added
643

744
- `TypeScript` definitions
45+
- Better support for floats
846

947
## (2019-01-02) `v2.0.0`
1048

0 commit comments

Comments
 (0)