1 | # 6.3.0
|
2 | - Adds `defaultProps` support to functional componants.
|
3 |
|
4 | # 6.1.0
|
5 | - Adds JSX.Fragment support.
|
6 |
|
7 | # 6.0.0
|
8 | - Deprecates undocumented `DOM` shortcut functions.
|
9 |
|
10 | # 5.2.0
|
11 | - Fixes a bug with xlink attributes for SVG elements.
|
12 |
|
13 | # 5.1.6
|
14 | - Fixes a bug where `null`y value gets passed to dataset.
|
15 |
|
16 | # 5.1.4
|
17 | - Exports `h` variable as an alias for `createElement` for hyperscript users.
|
18 |
|
19 | # 5.1.3
|
20 | - Fixes an issue with `spellCheck` attribute.
|
21 |
|
22 | # 5.1.2
|
23 | - Adds support for `spellCheck`.
|
24 |
|
25 | # 5.1.0
|
26 | - Nested arrays are now supported as a className input.
|
27 |
|
28 | # 5.0.2
|
29 | - ~~Attribute is now optional for `DOM` shortcut functions.~~
|
30 | - Added more tests.
|
31 |
|
32 | # 5.0.0
|
33 | - **Breaking Change:** SVG support is now migrated to a dedicated file. |
\ | No newline at end of file |