Skip to content

Commit 2de9dd8

Browse files
committed
feat: display a warning when used embed URL query for SVG files in JS or CSS
1 parent 1ac0cbd commit 2de9dd8

50 files changed

Lines changed: 5927 additions & 68 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.19.0-beta.4
4+
5+
- feat: display a warning when used `embed` URL query for SVG files in JS or CSS
6+
37
## 4.19.0-beta.3
48

59
- fix: apply the encoding specified in the query to the data URL of an SVG for files imported in JS
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Hello World with React
2+
3+
Install
4+
5+
```
6+
npm i
7+
```
8+
9+
Start development
10+
11+
```
12+
npm start
13+
```
14+
15+
Build production
16+
17+
```
18+
npm run build
19+
```
20+
21+
See this example on [stackblitz](https://stackblitz.com/edit/hello-world-react-webpack).

0 commit comments

Comments
 (0)