source: frontend/node_modules/@svgr/plugin-jsx/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 3.8 KB
Line 
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [5.5.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.4.0...v5.5.0) (2020-11-15)
7
8
9### Bug Fixes
10
11* prevent removing the namespace by svgr ([[#475](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/issues/475)](https://github.com/gregberge/svgr/issues/475) ([#498](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/issues/498)) ([00e84ea](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/commit/00e84ead96d89bcbd072b9585b4db1365e392d33))
12
13
14
15
16
17# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.3.1...v5.4.0) (2020-04-27)
18
19**Note:** Version bump only for package @svgr/plugin-jsx
20
21
22
23
24
25## [5.3.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.3.0...v5.3.1) (2020-04-05)
26
27**Note:** Version bump only for package @svgr/plugin-jsx
28
29
30
31
32
33# [5.3.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.2.0...v5.3.0) (2020-03-22)
34
35**Note:** Version bump only for package @svgr/plugin-jsx
36
37
38
39
40
41# [5.2.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.1.0...v5.2.0) (2020-02-23)
42
43**Note:** Version bump only for package @svgr/plugin-jsx
44
45
46
47
48
49## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v5.0.0...v5.0.1) (2019-12-29)
50
51
52### Bug Fixes
53
54* fix engines in package.json ([a45d6fc](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/commit/a45d6fc8b43402bec60ed4e9273f90fdc65a23a7))
55
56
57
58
59
60## [4.3.3](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v4.3.2...v4.3.3) (2019-09-24)
61
62**Note:** Version bump only for package @svgr/plugin-jsx
63
64
65
66
67
68## [4.3.2](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v4.3.1...v4.3.2) (2019-07-15)
69
70
71### Performance Improvements
72
73* replace rehype with svg-parser ([#321](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/issues/321)) ([7eb5ef6](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/commit/7eb5ef6))
74
75
76
77
78
79## [4.3.1](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v4.3.0...v4.3.1) (2019-07-01)
80
81**Note:** Version bump only for package @svgr/plugin-jsx
82
83
84
85
86
87# [4.3.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v4.2.0...v4.3.0) (2019-05-28)
88
89**Note:** Version bump only for package @svgr/plugin-jsx
90
91
92
93
94
95# [4.2.0](https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx/compare/v4.1.0...v4.2.0) (2019-04-11)
96
97**Note:** Version bump only for package @svgr/plugin-jsx
98
99
100
101
102
103# [4.1.0](https://github.com/gregberge/svgr/compare/v4.0.4...v4.1.0) (2018-11-24)
104
105**Note:** Version bump only for package @svgr/plugin-jsx
106
107
108
109
110
111## [4.0.3](https://github.com/gregberge/svgr/compare/v4.0.2...v4.0.3) (2018-11-13)
112
113
114### Bug Fixes
115
116* upgrade dependencies ([7e2195f](https://github.com/gregberge/svgr/commit/7e2195f))
117
118
119
120
121
122## [4.0.2](https://github.com/gregberge/svgr/compare/v4.0.1...v4.0.2) (2018-11-08)
123
124**Note:** Version bump only for package @svgr/plugin-jsx
125
126
127
128
129
130## [4.0.1](https://github.com/gregberge/svgr/compare/v4.0.0...v4.0.1) (2018-11-08)
131
132**Note:** Version bump only for package @svgr/plugin-jsx
133
134
135
136
137
138# [4.0.0](https://github.com/gregberge/svgr/compare/v3.1.0...v4.0.0) (2018-11-04)
139
140
141### Features
142
143* **svgo:** prefix ids by default ([06c338d](https://github.com/gregberge/svgr/commit/06c338d)), closes [#210](https://github.com/gregberge/svgr/issues/210)
144* **v4:** new architecture ([ac8b8ca](https://github.com/gregberge/svgr/commit/ac8b8ca))
145
146
147### BREAKING CHANGES
148
149* **v4:** - `template` option must now returns a Babel AST
150- `@svgr/core` does not include svgo & prettier by default
Note: See TracBrowser for help on using the repository browser.