|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
6 | | -# [2.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.2...react-property@2.0.0) (2021-09-07) |
| 6 | +## [2.0.1](https://github.com/remarkablemark/react-dom-core/compare/react-property@2.0.0...react-property@2.0.1) (2023-10-22) |
7 | 7 |
|
| 8 | +**Note:** Version bump only for package react-property |
8 | 9 |
|
9 | | -### Features |
| 10 | +# [2.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.2...react-property@2.0.0) (2021-09-07) |
10 | 11 |
|
11 | | -* **react-property:** change implementation to use latest React ([f7361e7](https://github.com/remarkablemark/react-dom-core/commit/f7361e7215c28be5b2a91b09a13be1456e924c17)), closes [#14](https://github.com/remarkablemark/react-dom-core/issues/14) |
| 12 | +### Features |
12 | 13 |
|
| 14 | +- **react-property:** change implementation to use latest React ([f7361e7](https://github.com/remarkablemark/react-dom-core/commit/f7361e7215c28be5b2a91b09a13be1456e924c17)), closes [#14](https://github.com/remarkablemark/react-dom-core/issues/14) |
13 | 15 |
|
14 | 16 | ### BREAKING CHANGES |
15 | 17 |
|
16 | | -* **react-property:** update property from react-dom 15 to react-dom 17 |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
| 18 | +- **react-property:** update property from react-dom 15 to react-dom 17 |
21 | 19 |
|
22 | 20 | ## [1.0.2](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.1...react-property@1.0.2) (2021-09-05) |
23 | 21 |
|
24 | 22 | **Note:** Version bump only for package react-property |
25 | 23 |
|
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | 24 | ## [1.0.1](https://github.com/remarkablemark/react-dom-core/compare/react-property@1.0.0...react-property@1.0.1) (2019-07-09) |
31 | 25 |
|
32 | 26 | **Note:** Version bump only for package react-property |
33 | 27 |
|
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | 28 | # [1.0.0](https://github.com/remarkablemark/react-dom-core/compare/react-property@0.1.0...react-property@1.0.0) (2019-07-09) |
39 | 29 |
|
40 | | - |
41 | 30 | ### Features |
42 | 31 |
|
43 | | -* **react-property:** add script to build injection json ([2de3da9](https://github.com/remarkablemark/react-dom-core/commit/2de3da9)) |
44 | | -* **react-property:** consolidate injection logic to `index.js` ([167887f](https://github.com/remarkablemark/react-dom-core/commit/167887f)) |
45 | | -* **react-property:** export html and svg property configs ([8f8b921](https://github.com/remarkablemark/react-dom-core/commit/8f8b921)) |
46 | | -* **react-property:** rewrite build html script ([a44567a](https://github.com/remarkablemark/react-dom-core/commit/a44567a)) |
47 | | -* **react-property:** rewrite build svg script ([eb7a59b](https://github.com/remarkablemark/react-dom-core/commit/eb7a59b)) |
48 | | - |
| 32 | +- **react-property:** add script to build injection json ([2de3da9](https://github.com/remarkablemark/react-dom-core/commit/2de3da9)) |
| 33 | +- **react-property:** consolidate injection logic to `index.js` ([167887f](https://github.com/remarkablemark/react-dom-core/commit/167887f)) |
| 34 | +- **react-property:** export html and svg property configs ([8f8b921](https://github.com/remarkablemark/react-dom-core/commit/8f8b921)) |
| 35 | +- **react-property:** rewrite build html script ([a44567a](https://github.com/remarkablemark/react-dom-core/commit/a44567a)) |
| 36 | +- **react-property:** rewrite build svg script ([eb7a59b](https://github.com/remarkablemark/react-dom-core/commit/eb7a59b)) |
49 | 37 |
|
50 | 38 | ### BREAKING CHANGES |
51 | 39 |
|
52 | | -* **react-property:** remove exports `HTMLDOMPropertyConfig` and |
53 | | -`SVGDOMPropertyConfig` and consolidate the properties in |
54 | | -`properties`. |
| 40 | +- **react-property:** remove exports `HTMLDOMPropertyConfig` and |
| 41 | + `SVGDOMPropertyConfig` and consolidate the properties in |
| 42 | + `properties`. |
55 | 43 |
|
56 | 44 | As a result of this change, `src/` directory is removed since all |
57 | 45 | the injection logic is handled in `index.js` and the npm script |
58 | 46 | `copy` is removed as well. |
59 | 47 |
|
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | 48 | # 0.1.0 (2019-07-05) |
65 | 49 |
|
66 | | - |
67 | 50 | ### Features |
68 | 51 |
|
69 | | -* **react-property:** add `index.js` that imports all files in lib ([08d4ba2](https://github.com/remarkablemark/react-dom-core/commit/08d4ba2)) |
70 | | -* **react-property:** add build script for SVG DOM config ([182326a](https://github.com/remarkablemark/react-dom-core/commit/182326a)) |
71 | | -* **react-property:** add module that exports `isCustomAttribute` ([4213cbd](https://github.com/remarkablemark/react-dom-core/commit/4213cbd)) |
72 | | -* **react-property:** add module that exports HTML DOM attribute map ([925db59](https://github.com/remarkablemark/react-dom-core/commit/925db59)) |
73 | | -* **react-property:** add module that exports SVG DOM attribute map ([b6501b3](https://github.com/remarkablemark/react-dom-core/commit/b6501b3)) |
74 | | -* **react-property:** add script that builds HTML attributes (JSON) ([c5349b8](https://github.com/remarkablemark/react-dom-core/commit/c5349b8)) |
75 | | -* **react-property:** build HTML overloaded boolean properties JSON ([ab7e2c2](https://github.com/remarkablemark/react-dom-core/commit/ab7e2c2)) |
76 | | -* **react-property:** build HTML props with boolean values (JSON) ([329593c](https://github.com/remarkablemark/react-dom-core/commit/329593c)) |
77 | | -* **react-property:** throw error if mkdir fails in build scripts ([1566b2f](https://github.com/remarkablemark/react-dom-core/commit/1566b2f)) |
78 | | -* **react-property:** update script to build HTML attr to prop JSON ([f09374d](https://github.com/remarkablemark/react-dom-core/commit/f09374d)) |
| 52 | +- **react-property:** add `index.js` that imports all files in lib ([08d4ba2](https://github.com/remarkablemark/react-dom-core/commit/08d4ba2)) |
| 53 | +- **react-property:** add build script for SVG DOM config ([182326a](https://github.com/remarkablemark/react-dom-core/commit/182326a)) |
| 54 | +- **react-property:** add module that exports `isCustomAttribute` ([4213cbd](https://github.com/remarkablemark/react-dom-core/commit/4213cbd)) |
| 55 | +- **react-property:** add module that exports HTML DOM attribute map ([925db59](https://github.com/remarkablemark/react-dom-core/commit/925db59)) |
| 56 | +- **react-property:** add module that exports SVG DOM attribute map ([b6501b3](https://github.com/remarkablemark/react-dom-core/commit/b6501b3)) |
| 57 | +- **react-property:** add script that builds HTML attributes (JSON) ([c5349b8](https://github.com/remarkablemark/react-dom-core/commit/c5349b8)) |
| 58 | +- **react-property:** build HTML overloaded boolean properties JSON ([ab7e2c2](https://github.com/remarkablemark/react-dom-core/commit/ab7e2c2)) |
| 59 | +- **react-property:** build HTML props with boolean values (JSON) ([329593c](https://github.com/remarkablemark/react-dom-core/commit/329593c)) |
| 60 | +- **react-property:** throw error if mkdir fails in build scripts ([1566b2f](https://github.com/remarkablemark/react-dom-core/commit/1566b2f)) |
| 61 | +- **react-property:** update script to build HTML attr to prop JSON ([f09374d](https://github.com/remarkablemark/react-dom-core/commit/f09374d)) |
0 commit comments