-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
370 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-add-jsx-attribute", | ||
"description": "Add JSX attribute", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-attribute", | ||
"description": "Remove JSX attribute", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
17 changes: 17 additions & 0 deletions
17
packages/babel-plugin-remove-jsx-empty-expression/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-empty-expression", | ||
"description": "Remove JSX empty expression", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
18 changes: 18 additions & 0 deletions
18
packages/babel-plugin-replace-jsx-attribute-value/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
* allow dynamic properties in replaceAttrValues option ([15f55fe](https://github.com/smooth-code/svgr/commit/15f55fe)), closes [#205](https://github.com/smooth-code/svgr/issues/205) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-replace-jsx-attribute-value", | ||
"description": "Replace JSX attribute value", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-svg-dynamic-title", | ||
"description": "Transform SVG by adding a dynamic title element", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-svg-em-dimensions", | ||
"description": "Transform SVG to use em-based dimensions", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
17 changes: 17 additions & 0 deletions
17
packages/babel-plugin-transform-react-native-svg/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-transform-react-native-svg", | ||
"description": "Transform DOM elements into react-native-svg components", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
17 changes: 17 additions & 0 deletions
17
packages/babel-plugin-transform-svg-component/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-transform-svg-component", | ||
"description": "Transform SVG into component", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
|
||
|
||
### Features | ||
|
||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
* allow dynamic properties in replaceAttrValues option ([15f55fe](https://github.com/smooth-code/svgr/commit/15f55fe)), closes [#205](https://github.com/smooth-code/svgr/issues/205) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **v4:** - `template` option must now returns a Babel AST | ||
- `@svgr/core` does not include svgo & prettier by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-preset", | ||
"description": "SVGR preset that apply transformations from config", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -22,13 +22,13 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/babel-plugin-add-jsx-attribute": "^3.1.0", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^3.1.0", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^3.1.0", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^3.1.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^3.1.0", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^3.1.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^3.1.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^3.1.0" | ||
"@svgr/babel-plugin-add-jsx-attribute": "^4.0.0", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^4.0.0", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^4.0.0", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^4.0.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^4.0.0", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^4.0.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^4.0.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^4.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/cli", | ||
"description": "SVGR command line.", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
"publishConfig": { | ||
|
@@ -26,10 +26,10 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/core": "^3.1.0", | ||
"@svgr/plugin-jsx": "^3.1.0", | ||
"@svgr/plugin-prettier": "^3.1.0", | ||
"@svgr/plugin-svgo": "^3.1.0", | ||
"@svgr/core": "^4.0.0", | ||
"@svgr/plugin-jsx": "^4.0.0", | ||
"@svgr/plugin-prettier": "^4.0.0", | ||
"@svgr/plugin-svgo": "^4.0.0", | ||
"camelcase": "^5.0.0", | ||
"chalk": "^2.4.1", | ||
"commander": "^2.19.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d6beada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully aliased the URL https://svgr-bzjhsejkev.now.sh to the following alias.