File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.0.0] ( https://github.com/remarkablemark/react-dom-core/compare/react-property@0.1.0...react-property@1.0.0 ) (2019-07-09)
7+
8+
9+ ### Features
10+
11+ * ** react-property:** add script to build injection json ([ 2de3da9] ( https://github.com/remarkablemark/react-dom-core/commit/2de3da9 ) )
12+ * ** react-property:** consolidate injection logic to ` index.js ` ([ 167887f] ( https://github.com/remarkablemark/react-dom-core/commit/167887f ) )
13+ * ** react-property:** export html and svg property configs ([ 8f8b921] ( https://github.com/remarkablemark/react-dom-core/commit/8f8b921 ) )
14+ * ** react-property:** rewrite build html script ([ a44567a] ( https://github.com/remarkablemark/react-dom-core/commit/a44567a ) )
15+ * ** react-property:** rewrite build svg script ([ eb7a59b] ( https://github.com/remarkablemark/react-dom-core/commit/eb7a59b ) )
16+
17+
18+ ### BREAKING CHANGES
19+
20+ * ** react-property:** remove exports ` HTMLDOMPropertyConfig ` and
21+ ` SVGDOMPropertyConfig ` and consolidate the properties in
22+ ` properties ` .
23+
24+ As a result of this change, ` src/ ` directory is removed since all
25+ the injection logic is handled in ` index.js ` and the npm script
26+ ` copy ` is removed as well.
27+
28+
29+
30+
31+
632# 0.1.0 (2019-07-05)
733
834
Original file line number Diff line number Diff line change 11{
22 "name" : " react-property" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " HTML and SVG DOM property configs used by React." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments