|
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) |
2 | 2 |
|
| 3 | +### Bug Fixes |
3 | 4 |
|
4 | | -### Features |
| 5 | +- **deps:** support dependency highlight.js v10 in addition to v9 |
| 6 | + ([5fbbf75](https://github.com/researchgate/react-fast-highlight/commit/5fbbf7516bd95a53acd7cba994cec6f0e8c0326f)) |
5 | 7 |
|
6 | | -* Migrate to typescript and spire ([e2ae43f](https://github.com/researchgate/react-fast-highlight/commit/e2ae43f6a07319c40adb95554d73c686deb4ec36)) |
| 8 | +### BREAKING CHANGES |
7 | 9 |
|
| 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)) |
8 | 19 |
|
9 | 20 | ### BREAKING CHANGES |
10 | 21 |
|
11 | | -* No default export anymore. Use named exports. |
| 22 | +- No default export anymore. Use named exports. |
12 | 23 |
|
13 | 24 | # Change Log |
14 | 25 |
|
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. |
16 | 29 |
|
17 | 30 | <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) |
19 | 31 |
|
| 32 | +## [2.2.2](https://github.com/researchgate/react-fast-highlight/compare/v2.2.1...v2.2.2) (2018-06-09) |
20 | 33 |
|
21 | 34 | ### Bug Fixes |
22 | 35 |
|
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)) |
26 | 38 |
|
27 | 39 | <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) |
29 | 40 |
|
| 41 | +## [2.2.1](https://github.com/researchgate/react-fast-highlight/compare/v2.2.0...v2.2.1) (2018-06-09) |
30 | 42 |
|
31 | 43 | ### Bug Fixes |
32 | 44 |
|
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)) |
36 | 47 |
|
37 | 48 | <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) |
39 | 49 |
|
| 50 | +# [2.2.0](https://github.com/researchgate/react-fast-highlight/compare/v2.1.2...v2.2.0) (2017-10-11) |
40 | 51 |
|
41 | 52 | ### Features |
42 | 53 |
|
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)) |
46 | 56 |
|
47 | 57 | <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) |
49 | 58 |
|
| 59 | +## [2.1.2](https://github.com/researchgate/react-fast-highlight/compare/v2.1.1...v2.1.2) (2017-10-11) |
50 | 60 |
|
51 | 61 | ### Bug Fixes |
52 | 62 |
|
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)) |
55 | 65 |
|
56 | 66 | <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) |
58 | 67 |
|
| 68 | +## [2.1.1](https://github.com/researchgate/react-fast-highlight/compare/v2.1.0...v2.1.1) (2017-04-11) |
59 | 69 |
|
60 | 70 | ### Bug Fixes |
61 | 71 |
|
62 | | -* Fix deprecation warnings with react 15.5 |
63 | | - |
| 72 | +- Fix deprecation warnings with react 15.5 |
64 | 73 |
|
65 | 74 | <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) |
67 | 75 |
|
| 76 | +# [2.1.0](https://github.com/researchgate/react-fast-highlight/compare/v2.0.0...v2.1.0) (2016-12-06) |
68 | 77 |
|
69 | 78 | ### Features |
70 | 79 |
|
71 | | -* Support custom highlight.js distributions |
| 80 | +- Support custom highlight.js distributions |
72 | 81 |
|
73 | 82 | <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) |
75 | 83 |
|
| 84 | +# [2.0.0](https://github.com/researchgate/react-fast-highlight/compare/v1.1.2...v2.0.0) (2016-08-03) |
76 | 85 |
|
77 | 86 | ### Features |
78 | 87 |
|
79 | | -* Use PureComponent of react 15.3 |
| 88 | +- Use PureComponent of react 15.3 |
80 | 89 |
|
81 | 90 | ### BREAKING CHANGES |
82 | 91 |
|
83 | | -* Requires now react version 15.3 |
84 | | - |
| 92 | +- Requires now react version 15.3 |
85 | 93 |
|
86 | 94 | <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) |
88 | 95 |
|
| 96 | +## [1.1.2](https://github.com/researchgate/react-fast-highlight/compare/v1.1.1...v1.1.2) (2016-08-03) |
89 | 97 |
|
90 | 98 | ### Bug Fixes |
91 | 99 |
|
92 | | -* Correctly set upper limit for react version (< 15.3) |
93 | | - |
| 100 | +- Correctly set upper limit for react version (< 15.3) |
94 | 101 |
|
95 | 102 | <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) |
97 | 103 |
|
| 104 | +## [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.1.0...v1.1.1) (2016-05-23) |
98 | 105 |
|
99 | 106 | ### Bug Fixes |
100 | 107 |
|
101 | | -* Correctly export the component |
102 | | - |
| 108 | +- Correctly export the component |
103 | 109 |
|
104 | 110 | <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) |
106 | 111 |
|
| 112 | +# [1.1.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.2...v1.1.0) (2016-05-20) |
107 | 113 |
|
108 | 114 | ### Features |
109 | 115 |
|
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. |
115 | 120 |
|
116 | 121 | <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) |
118 | 122 |
|
| 123 | +## [1.0.2](https://github.com/researchgate/react-fast-highlight/compare/v1.0.1...v1.0.2) (2016-04-28) |
119 | 124 |
|
120 | 125 | ### Bug Fixes |
121 | 126 |
|
122 | | -* Allow react 15 |
123 | | - |
| 127 | +- Allow react 15 |
124 | 128 |
|
125 | 129 | <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) |
127 | 130 |
|
| 131 | +## [1.0.1](https://github.com/researchgate/react-fast-highlight/compare/v1.0.0...v1.0.1) (2016-03-14) |
128 | 132 |
|
129 | 133 | ### Bug Fixes |
130 | 134 |
|
131 | | -* Lower dependency version for react-addons-shallow-compare |
132 | | - |
| 135 | +- Lower dependency version for react-addons-shallow-compare |
133 | 136 |
|
134 | 137 | <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) |
136 | 138 |
|
| 139 | +# [1.0.0](https://github.com/researchgate/react-fast-highlight/compare/v0.3.0...v1.0.0) (2016-02-21) |
137 | 140 |
|
138 | 141 | ### Bug Fixes |
139 | 142 |
|
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 |
142 | 144 |
|
143 | 145 | <a name="0.3.0"></a> |
144 | | -# 0.3.0 (2016-01-20) |
145 | 146 |
|
| 147 | +# 0.3.0 (2016-01-20) |
146 | 148 |
|
147 | 149 | ### Bug Fixes |
148 | 150 |
|
149 | | -* Initial version |
| 151 | +- Initial version |
0 commit comments