Skip to content

Commit 24987a3

Browse files
docs(changelog): tidy CHANGELOG.md
1 parent c9144b0 commit 24987a3

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed

CHANGELOG.md

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,50 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [1.4.9](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.8...v1.4.9) (2022-03-20)
5+
## [1.4.9](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.8...v1.4.9) (2022-03-20)
66

7+
### Build System
78

8-
### Miscellaneous Chores
9-
10-
* release 1.4.9 ([a25cc33](https://www.github.com/remarkablemark/html-react-parser/commit/a25cc33eeaafbad0450c79ce698b2f63ea5fc45e))
11-
12-
### [1.4.8](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.7...v1.4.8) (2022-02-06)
9+
- **package:** upgrade domhandler@4.3.1 and html-dom-parser@1.1.1 ([20e7fd8c](https://www.github.com/remarkablemark/html-react-parser/commit/20e7fd8c2651379bc3cc02206b3c776ba6f1aacc))
1310

11+
## [1.4.8](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.7...v1.4.8) (2022-02-06)
1412

1513
### Bug Fixes
1614

17-
* ensure backwards compatibility for html-dom-parser's ES Module ([1d9ab19](https://www.github.com/remarkablemark/html-react-parser/commit/1d9ab1971d1316d4b237c0e8f1b03dd2b7f158a0)), closes [#445](https://www.github.com/remarkablemark/html-react-parser/issues/445)
18-
19-
### [1.4.7](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.6...v1.4.7) (2022-02-05)
15+
- ensure backwards compatibility for html-dom-parser's ES Module ([1d9ab19](https://www.github.com/remarkablemark/html-react-parser/commit/1d9ab1971d1316d4b237c0e8f1b03dd2b7f158a0)), closes [#445](https://www.github.com/remarkablemark/html-react-parser/issues/445)
2016

17+
## [1.4.7](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.6...v1.4.7) (2022-02-05)
2118

2219
### Build System
2320

24-
* **package:** upgrade html-dom-parser from 1.0.4 to 1.1.0 ([750f5e6](https://www.github.com/remarkablemark/html-react-parser/commit/750f5e67436ede39601ddf8789088f179dd8cf18))
25-
26-
### [1.4.6](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.5...v1.4.6) (2022-01-28)
21+
- **package:** upgrade html-dom-parser from 1.0.4 to 1.1.0 ([750f5e6](https://www.github.com/remarkablemark/html-react-parser/commit/750f5e67436ede39601ddf8789088f179dd8cf18))
2722

23+
## [1.4.6](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.5...v1.4.6) (2022-01-28)
2824

2925
### Bug Fixes
3026

31-
* add exports main field ([03bb4d9](https://www.github.com/remarkablemark/html-react-parser/commit/03bb4d97630c0eabf60528c90ca801a06ca08e2b))
32-
33-
### [1.4.5](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.4...v1.4.5) (2022-01-05)
27+
- add exports main field ([03bb4d9](https://www.github.com/remarkablemark/html-react-parser/commit/03bb4d97630c0eabf60528c90ca801a06ca08e2b))
3428

29+
## [1.4.5](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.4...v1.4.5) (2022-01-05)
3530

3631
### Bug Fixes
3732

38-
* make reset and submit input types retain value attribs ([b9613f4](https://www.github.com/remarkablemark/html-react-parser/commit/b9613f47bf6538ad83d077a93e5234465bfae94b))
39-
40-
### [1.4.4](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.3...v1.4.4) (2021-12-18)
33+
- make reset and submit input types retain value attribs ([b9613f4](https://www.github.com/remarkablemark/html-react-parser/commit/b9613f47bf6538ad83d077a93e5234465bfae94b))
4134

35+
## [1.4.4](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.3...v1.4.4) (2021-12-18)
4236

4337
### Bug Fixes
4438

45-
* **dom-to-react:** trim whitespaces if it is not valid in parent ([523e292](https://www.github.com/remarkablemark/html-react-parser/commit/523e292c67ee137fd95d345b10d8071de3b3ae9d))
46-
* grammar and doc strings ([87b0cd4](https://www.github.com/remarkablemark/html-react-parser/commit/87b0cd40e305b164deadd1526323755a1622fe1a))
47-
* improved language in README.md and removed TOC item ([4126592](https://www.github.com/remarkablemark/html-react-parser/commit/4126592955b6ab5745c92832d34c98c0bb63f92c))
48-
* remove #document from list of node names ([d6e3554](https://www.github.com/remarkablemark/html-react-parser/commit/d6e355432414cf611ad42b8560d9a6327bba6404))
49-
50-
### [1.4.3](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.2...v1.4.3) (2021-12-13)
39+
- **dom-to-react:** trim whitespaces if it is not valid in parent ([523e292](https://www.github.com/remarkablemark/html-react-parser/commit/523e292c67ee137fd95d345b10d8071de3b3ae9d))
40+
- grammar and doc strings ([87b0cd4](https://www.github.com/remarkablemark/html-react-parser/commit/87b0cd40e305b164deadd1526323755a1622fe1a))
41+
- improved language in README.md and removed TOC item ([4126592](https://www.github.com/remarkablemark/html-react-parser/commit/4126592955b6ab5745c92832d34c98c0bb63f92c))
42+
- remove #document from list of node names ([d6e3554](https://www.github.com/remarkablemark/html-react-parser/commit/d6e355432414cf611ad42b8560d9a6327bba6404))
5143

44+
## [1.4.3](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.2...v1.4.3) (2021-12-13)
5245

5346
### Bug Fixes
5447

55-
* **attributes-to-props:** convert attrib to uncontrolled component prop ([6786046](https://www.github.com/remarkablemark/html-react-parser/commit/67860462486e5434a26aeb9850ba5ed6a61c8f89)), closes [#321](https://www.github.com/remarkablemark/html-react-parser/issues/321)
48+
- **attributes-to-props:** convert attrib to uncontrolled component prop ([6786046](https://www.github.com/remarkablemark/html-react-parser/commit/67860462486e5434a26aeb9850ba5ed6a61c8f89)), closes [#321](https://www.github.com/remarkablemark/html-react-parser/issues/321)
5649

5750
## [1.4.2](https://www.github.com/remarkablemark/html-react-parser/compare/v1.4.1...v1.4.2) (2021-12-06)
5851

@@ -79,7 +72,7 @@ All notable changes to this project will be documented in this file. See [standa
7972

8073
- upgrade `react-property` to get react-dom 17 DOM/SVG properties ([f0fbbff](https://www.github.com/remarkablemark/html-react-parser/commit/f0fbbffa7b14262b696fb7ec33f050701bdf2e37))
8174

82-
### [1.2.9](https://www.github.com/remarkablemark/html-react-parser/compare/v1.2.8...v1.2.9) (2021-09-06)
75+
## [1.2.9](https://www.github.com/remarkablemark/html-react-parser/compare/v1.2.8...v1.2.9) (2021-09-06)
8376

8477
### Build System
8578

0 commit comments

Comments
 (0)