You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,48 @@
1
1
# Changelog
2
2
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 <DatGUIlabelWidth> 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)
0 commit comments