|
1 |
| -# Release Notes |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## (2019-01-02) `v2.0.0` |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- `DatFolder` now accepts a `closed` boolean prop to determine if the folder should be closed or open by default |
| 8 | + |
| 9 | +### Changed |
| 10 | + |
| 11 | +- React v16.0.0 is now required as a peer dependency |
| 12 | +- README updated with more docs, included a note about the React v16 peer dependency |
2 | 13 |
|
3 | 14 | ## (2017-12-09) `v1.0.3`
|
4 | 15 |
|
5 | 16 | ### Added
|
6 | 17 |
|
7 |
| -* Section on React version to README |
8 |
| -* Point regarding animations for `DatFolder` to Roadmap |
9 |
| -* License section to README |
| 18 | +- Section on React version to README |
| 19 | +- Point regarding animations for `DatFolder` to Roadmap |
| 20 | +- License section to README |
10 | 21 |
|
11 | 22 | ## (2017-10-09) `v1.0.2`
|
12 | 23 |
|
13 | 24 | ### Changed
|
14 | 25 |
|
15 |
| -* Minor code formatting updates |
16 |
| -* Installation guidelines |
| 26 | +- Minor code formatting updates |
| 27 | +- Installation guidelines |
17 | 28 |
|
18 | 29 | ## (2017-10-09) `v1.0.1`
|
19 | 30 |
|
20 | 31 | ### Changed
|
21 | 32 |
|
22 |
| -* ES7 property initializers are now used to set initial state in all components rather than `componentWillMount` |
| 33 | +- ES7 property initializers are now used to set initial state in all components rather than `componentWillMount` |
23 | 34 |
|
24 | 35 | ## (2017-10-09) `v1.0.0`
|
25 | 36 |
|
26 | 37 | ### Added
|
27 | 38 |
|
28 |
| -* A lot of documentation to the README |
29 |
| -* Deploy script to `./example` app which deploys to github pages |
| 39 | +- A lot of documentation to the README |
| 40 | +- Deploy script to `./example` app which deploys to github pages |
30 | 41 |
|
31 | 42 | ### Changed
|
32 | 43 |
|
33 |
| -* Changed default export from `Dat` to `DatGui` |
| 44 | +- Changed default export from `Dat` to `DatGui` |
34 | 45 |
|
35 | 46 | ## (2017-10-08) `v0.0.21`
|
36 | 47 |
|
37 | 48 | ### Changed
|
38 | 49 |
|
39 |
| -* Removed custom check box styling from `DatBoolean` component |
40 |
| -* Ensured sliders are the same height as number inputs |
41 |
| -* Minor style changes for consistency |
| 50 | +- Removed custom check box styling from `DatBoolean` component |
| 51 | +- Ensured sliders are the same height as number inputs |
| 52 | +- Minor style changes for consistency |
42 | 53 |
|
43 | 54 | ## (2017-10-08) `v0.0.20`
|
44 | 55 |
|
45 |
| -### Changed |
| 56 | +### Changed |
46 | 57 |
|
47 |
| -* Housekeeping in preparation for `v1.0.0` |
| 58 | +- Housekeeping in preparation for `v1.0.0` |
48 | 59 |
|
49 | 60 | ## (2017-10-06) `v0.0.19`
|
50 | 61 |
|
51 | 62 | ### Added
|
52 | 63 |
|
53 |
| -* `DatPresets` component - this allows you to set presets for your DatGUI component and switch between them easily |
| 64 | +- `DatPresets` component - this allows you to set presets for your DatGUI component and switch between them easily |
54 | 65 |
|
55 | 66 | ### Changed
|
56 | 67 |
|
57 |
| -* Removed final reference to `reactcss`, this can be completely removed from dependencies now |
58 |
| -* Removed unnecessary arrow functions in some `setState` callbacks |
59 |
| -* Fixed bug where `DatNumber` input updates weren't updating sliders |
| 68 | +- Removed final reference to `reactcss`, this can be completely removed from dependencies now |
| 69 | +- Removed unnecessary arrow functions in some `setState` callbacks |
| 70 | +- Fixed bug where `DatNumber` input updates weren't updating sliders |
60 | 71 |
|
61 | 72 | ## (2017-10-05) `v0.0.18`
|
62 | 73 |
|
63 |
| -### Added |
| 74 | +### Added |
64 | 75 |
|
65 |
| -* `DatColor` component - this allows color pickers, powered by `react-color` to be rendered for mutating colors |
66 |
| -* Added `example:promote` script for pushing development code up from `example/src/dev` into `src` |
| 76 | +- `DatColor` component - this allows color pickers, powered by `react-color` to be rendered for mutating colors |
| 77 | +- Added `example:promote` script for pushing development code up from `example/src/dev` into `src` |
67 | 78 |
|
68 | 79 | ### Changed
|
69 | 80 |
|
70 |
| -* Example updated with `DatColor` included |
| 81 | +- Example updated with `DatColor` included |
71 | 82 |
|
72 | 83 | ## (2017-10-04) `v0.0.17`
|
73 | 84 |
|
74 | 85 | ### Added
|
75 | 86 |
|
76 |
| -* `DatSelect` component |
| 87 | +- `DatSelect` component |
77 | 88 |
|
78 | 89 | ### Changed
|
79 | 90 |
|
80 |
| -* Example updated with `DatSelect` included |
| 91 | +- Example updated with `DatSelect` included |
81 | 92 |
|
82 | 93 | ## (2017-10-03) `v0.0.16`
|
83 | 94 |
|
84 | 95 | ### Added
|
85 | 96 |
|
86 |
| -* Support for nested folders via `DatFolder` |
| 97 | +- Support for nested folders via `DatFolder` |
87 | 98 |
|
88 |
| -### Changed |
| 99 | +### Changed |
89 | 100 |
|
90 |
| -* Example `App.js` has been updated to include a nested folder example |
| 101 | +- Example `App.js` has been updated to include a nested folder example |
91 | 102 |
|
92 | 103 | ## (2017-10-02) `v0.0.15`
|
93 | 104 |
|
94 | 105 | ### Changed
|
95 | 106 |
|
96 |
| -* SCSS is now broken up into partials which align with the various components |
| 107 | +- SCSS is now broken up into partials which align with the various components |
97 | 108 |
|
98 | 109 | ### Added
|
99 | 110 |
|
100 |
| -* Added `DatFolder` component |
101 |
| -* Added this to the example |
| 111 | +- Added `DatFolder` component |
| 112 | +- Added this to the example |
102 | 113 |
|
103 | 114 | ## (2017-10-02) `v0.0.14`
|
104 | 115 |
|
105 | 116 | ### Changed
|
106 | 117 |
|
107 |
| -* Updated component files to use `.js` file extension rather than `.jsx` |
108 |
| -* Removed `examples` directory and created single `example` directory which is now powered by `create-react-app` |
109 |
| -* Rewrote `webpack.config.js` so that it is compatible with Webpack v2 |
110 |
| -* Updated a bunch of dependencies in `package.json` |
111 |
| -* Separated out `Slider` component from `DatNumber` and also added `utils` file |
112 |
| -* Switched all event handlers in components to ES7 syntax |
113 |
| -* Some code formatting |
114 |
| -* Changed `build` directory to `dist` |
| 118 | +- Updated component files to use `.js` file extension rather than `.jsx` |
| 119 | +- Removed `examples` directory and created single `example` directory which is now powered by `create-react-app` |
| 120 | +- Rewrote `webpack.config.js` so that it is compatible with Webpack v2 |
| 121 | +- Updated a bunch of dependencies in `package.json` |
| 122 | +- Separated out `Slider` component from `DatNumber` and also added `utils` file |
| 123 | +- Switched all event handlers in components to ES7 syntax |
| 124 | +- Some code formatting |
| 125 | +- Changed `build` directory to `dist` |
115 | 126 |
|
116 | 127 | ### Added
|
117 | 128 |
|
118 |
| -* `example` directory |
119 |
| -* `src/components/Slider.js` |
120 |
| -* `src/components/utils.js` |
121 |
| -* `src/style` directory |
122 |
| -* `.editorconfig` file |
123 |
| -* `.eslintrc.json` file |
124 |
| -* `.babelrc` file |
125 |
| -* `scripts` directory |
126 |
| -* A number of `npm` scripts to `package.json` |
127 |
| -* This change log! |
| 129 | +- `example` directory |
| 130 | +- `src/components/Slider.js` |
| 131 | +- `src/components/utils.js` |
| 132 | +- `src/style` directory |
| 133 | +- `.editorconfig` file |
| 134 | +- `.eslintrc.json` file |
| 135 | +- `.babelrc` file |
| 136 | +- `scripts` directory |
| 137 | +- A number of `npm` scripts to `package.json` |
| 138 | +- This change log! |
128 | 139 |
|
129 | 140 | ### Removed
|
130 | 141 |
|
131 |
| -* The build no longer creates minified files, can add these back if required but I think it's better for the user to perform this step in their own build pipeline |
132 |
| -* ES5 examples, don't think many people are coding with React and ES5 nowadays |
| 142 | +- The build no longer creates minified files, can add these back if required but I think it's better for the user to perform this step in their own build pipeline |
| 143 | +- ES5 examples, don't think many people are coding with React and ES5 nowadays |
0 commit comments