Skip to content

Commit 87cd893

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2020-04-30) ### Bug Fixes * **deps:** support dependency highlight.js v10 in addition to v9 ([5fbbf75](5fbbf75)) ### BREAKING CHANGES * **deps:** highlight.js is now a peer dependency (v9 or v10). Please install it in your project.
1 parent 47cc58f commit 87cd893

File tree

2 files changed

+55
-53
lines changed

2 files changed

+55
-53
lines changed

CHANGELOG.md

Lines changed: 54 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,149 +1,151 @@
1-
# [3.0.0](https://github.com/researchgate/react-fast-highlight/compare/v2.2.2...v3.0.0) (2019-11-30)
1+
# [4.0.0](https://github.com/researchgate/react-fast-highlight/compare/v3.0.0...v4.0.0) (2020-04-30)
22

3+
### Bug Fixes
34

4-
### Features
5+
- **deps:** support dependency highlight.js v10 in addition to v9
6+
([5fbbf75](https://github.com/researchgate/react-fast-highlight/commit/5fbbf7516bd95a53acd7cba994cec6f0e8c0326f))
57

6-
* Migrate to typescript and spire ([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36))
8+
### BREAKING CHANGES
79

10+
- **deps:** highlight.js is now a peer dependency (v9 or v10). Please install it
11+
in your project.
12+
13+
# [3.0.0](https://github.com/researchgate/react-fast-highlight/compare/v2.2.2...v3.0.0) (2019-11-30)
14+
15+
### Features
16+
17+
- Migrate to typescript and spire
18+
([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36))
819

920
### BREAKING CHANGES
1021

11-
* No default export anymore. Use named exports.
22+
- No default export anymore. Use named exports.
1223

1324
# Change Log
1425

15-
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.
26+
All notable changes to this project will be documented in this file. See
27+
[standard-version](https://github.com/conventional-changelog/standard-version)
28+
for commit guidelines.
1629

1730
<a name="2.2.2"></a>
18-
## [2.2.2](https://github.com/researchgate/react-fast-highlight/compare/v2.2.1...v2.2.2) (2018-06-09)
1931

32+
## [2.2.2](https://github.com/researchgate/react-fast-highlight/compare/v2.2.1...v2.2.2) (2018-06-09)
2033

2134
### Bug Fixes
2235

23-
* **babel:** Do not include tests in published package ([03d0fc6](https://github.com/researchgate/react-fast-highlight/commit/03d0fc6))
24-
25-
36+
- **babel:** Do not include tests in published package
37+
([03d0fc6](https://github.com/researchgate/react-fast-highlight/commit/03d0fc6))
2638

2739
<a name="2.2.1"></a>
28-
## [2.2.1](https://github.com/researchgate/react-fast-highlight/compare/v2.2.0...v2.2.1) (2018-06-09)
2940

41+
## [2.2.1](https://github.com/researchgate/react-fast-highlight/compare/v2.2.0...v2.2.1) (2018-06-09)
3042

3143
### Bug Fixes
3244

33-
* **react:** Remove deprecation warning with react 16.4 ([3a9b707](https://github.com/researchgate/react-fast-highlight/commit/3a9b707))
34-
35-
45+
- **react:** Remove deprecation warning with react 16.4
46+
([3a9b707](https://github.com/researchgate/react-fast-highlight/commit/3a9b707))
3647

3748
<a name="2.2.0"></a>
38-
# [2.2.0](https://github.com/researchgate/react-fast-highlight/compare/v2.1.2...v2.2.0) (2017-10-11)
3949

50+
# [2.2.0](https://github.com/researchgate/react-fast-highlight/compare/v2.1.2...v2.2.0) (2017-10-11)
4051

4152
### Features
4253

43-
* **api:** Export Highlight and BareHighlight also as named exports ([613f98c](https://github.com/researchgate/react-fast-highlight/commit/613f98c))
44-
45-
54+
- **api:** Export Highlight and BareHighlight also as named exports
55+
([613f98c](https://github.com/researchgate/react-fast-highlight/commit/613f98c))
4656

4757
<a name="2.1.2"></a>
48-
## [2.1.2](https://github.com/researchgate/react-fast-highlight/compare/v2.1.1...v2.1.2) (2017-10-11)
4958

59+
## [2.1.2](https://github.com/researchgate/react-fast-highlight/compare/v2.1.1...v2.1.2) (2017-10-11)
5060

5161
### Bug Fixes
5262

53-
* **dependencies:** Allow react 16 ([29e4467](https://github.com/researchgate/react-fast-highlight/commit/29e4467))
54-
63+
- **dependencies:** Allow react 16
64+
([29e4467](https://github.com/researchgate/react-fast-highlight/commit/29e4467))
5565

5666
<a name="2.1.1"></a>
57-
## [2.1.1](https://github.com/researchgate/react-fast-highlight/compare/v2.1.0...v2.1.1) (2017-04-11)
5867

68+
## [2.1.1](https://github.com/researchgate/react-fast-highlight/compare/v2.1.0...v2.1.1) (2017-04-11)
5969

6070
### Bug Fixes
6171

62-
* Fix deprecation warnings with react 15.5
63-
72+
- Fix deprecation warnings with react 15.5
6473

6574
<a name="2.1.0"></a>
66-
# [2.1.0](https://github.com/researchgate/react-fast-highlight/compare/v2.0.0...v2.1.0) (2016-12-06)
6775

76+
# [2.1.0](https://github.com/researchgate/react-fast-highlight/compare/v2.0.0...v2.1.0) (2016-12-06)
6877

6978
### Features
7079

71-
* Support custom highlight.js distributions
80+
- Support custom highlight.js distributions
7281

7382
<a name="2.0.0"></a>
74-
# [2.0.0](https://github.com/researchgate/react-fast-highlight/compare/v1.1.2...v2.0.0) (2016-08-03)
7583

84+
# [2.0.0](https://github.com/researchgate/react-fast-highlight/compare/v1.1.2...v2.0.0) (2016-08-03)
7685

7786
### Features
7887

79-
* Use PureComponent of react 15.3
88+
- Use PureComponent of react 15.3
8089

8190
### BREAKING CHANGES
8291

83-
* Requires now react version 15.3
84-
92+
- Requires now react version 15.3
8593

8694
<a name="1.1.2"></a>
87-
## [1.1.2](https://github.com/researchgate/react-fast-highlight/compare/v1.1.1...v1.1.2) (2016-08-03)
8895

96+
## [1.1.2](https://github.com/researchgate/react-fast-highlight/compare/v1.1.1...v1.1.2) (2016-08-03)
8997

9098
### Bug Fixes
9199

92-
* Correctly set upper limit for react version (< 15.3)
93-
100+
- Correctly set upper limit for react version (< 15.3)
94101

95102
<a name="1.1.1"></a>
96-
## [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.1.0...v1.1.1) (2016-05-23)
97103

104+
## [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.1.0...v1.1.1) (2016-05-23)
98105

99106
### Bug Fixes
100107

101-
* Correctly export the component
102-
108+
- Correctly export the component
103109

104110
<a name="1.1.0"></a>
105-
# [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.2...v1.1.0) (2016-05-20)
106111

112+
# [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.2...v1.1.0) (2016-05-20)
107113

108114
### Features
109115

110-
* Use upstream highlight.js
111-
* Fixes errors with removed/renamed languages in newer versions.
112-
* Stays always updated for new languages
113-
* Fixes webpack bug with autoit language.
114-
116+
- Use upstream highlight.js
117+
- Fixes errors with removed/renamed languages in newer versions.
118+
- Stays always updated for new languages
119+
- Fixes webpack bug with autoit language.
115120

116121
<a name="1.0.2"></a>
117-
## [1.0.2](https://github.com/researchgate/react-fast-highlight/compare/v1.0.1...v1.0.2) (2016-04-28)
118122

123+
## [1.0.2](https://github.com/researchgate/react-fast-highlight/compare/v1.0.1...v1.0.2) (2016-04-28)
119124

120125
### Bug Fixes
121126

122-
* Allow react 15
123-
127+
- Allow react 15
124128

125129
<a name="1.0.1"></a>
126-
## [1.0.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.0...v1.0.1) (2016-03-14)
127130

131+
## [1.0.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.0...v1.0.1) (2016-03-14)
128132

129133
### Bug Fixes
130134

131-
* Lower dependency version for react-addons-shallow-compare
132-
135+
- Lower dependency version for react-addons-shallow-compare
133136

134137
<a name="1.0.0"></a>
135-
# [1.0.0](https://github.com/researchgate/react-fast-highlight/compare/v0.3.0...v1.0.0) (2016-02-21)
136138

139+
# [1.0.0](https://github.com/researchgate/react-fast-highlight/compare/v0.3.0...v1.0.0) (2016-02-21)
137140

138141
### Bug Fixes
139142

140-
* Use react-addons-shallow-compare instead of the file in react itself
141-
143+
- Use react-addons-shallow-compare instead of the file in react itself
142144

143145
<a name="0.3.0"></a>
144-
# 0.3.0 (2016-01-20)
145146

147+
# 0.3.0 (2016-01-20)
146148

147149
### Bug Fixes
148150

149-
* Initial version
151+
- Initial version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-fast-highlight",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A fast react component wrapper for highlight.js",
55
"main": "lib/js/index.js",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)