-
-
Notifications
You must be signed in to change notification settings - Fork 428
Comparing changes
Open a pull request
base repository: gregberge/svgr
base: 6158fe7027da781425d544d942f0996a973689c5
head repository: gregberge/svgr
compare: d5efedd372999692f84d30072e502b5a6b8fe734
Commits on Jan 30, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for bbcf10b - Browse repository at this point
Copy the full SHA bbcf10bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 161d1b1 - Browse repository at this point
Copy the full SHA 161d1b1View commit details
Commits on Mar 8, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for a491ace - Browse repository at this point
Copy the full SHA a491aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c1ae2 - Browse repository at this point
Copy the full SHA 84c1ae2View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 54e68ae - Browse repository at this point
Copy the full SHA 54e68aeView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 97e1b3a - Browse repository at this point
Copy the full SHA 97e1b3aView commit details
Commits on Mar 9, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 846d24f - Browse repository at this point
Copy the full SHA 846d24fView commit details
Commits on Mar 13, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 755bd68 - Browse repository at this point
Copy the full SHA 755bd68View commit details
Commits on Apr 14, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 0ec1fbd - Browse repository at this point
Copy the full SHA 0ec1fbdView commit details
Commits on May 14, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 846cd20 - Browse repository at this point
Copy the full SHA 846cd20View commit details
Commits on Jun 19, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for a0637d4 - Browse repository at this point
Copy the full SHA a0637d4View commit details
Commits on Jun 20, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for e524416 - Browse repository at this point
Copy the full SHA e524416View commit details
Commits on Jul 13, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 876b1e2 - Browse repository at this point
Copy the full SHA 876b1e2View commit details
Commits on Jul 18, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 2a368d1 - Browse repository at this point
Copy the full SHA 2a368d1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d29884e - Browse repository at this point
Copy the full SHA d29884eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d2a2f07 - Browse repository at this point
Copy the full SHA d2a2f07View commit details
Commits on Jul 19, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 3c6a54c - Browse repository at this point
Copy the full SHA 3c6a54cView commit details
Commits on Jul 22, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for f3e304c - Browse repository at this point
Copy the full SHA f3e304cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1dbc3e2 - Browse repository at this point
Copy the full SHA 1dbc3e2View commit details
Commits on Sep 28, 2022
-
feat: support spaces in file names (#779)
Co-authored-by: Viktor Honti <viktor.honti@airtame.com>
1Configuration menu - View commit details
-
Copy full SHA for 6ee639a - Browse repository at this point
Copy the full SHA 6ee639aView commit details -
docs: update vite plugin recommendation (#766)
The plugin listed in the current docs has been deprecated: lucsky/vite-plugin-svgr#5
1Configuration menu - View commit details
-
Copy full SHA for 725bd87 - Browse repository at this point
Copy the full SHA 725bd87View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a9d9e98 - Browse repository at this point
Copy the full SHA a9d9e98View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8b9edc4 - Browse repository at this point
Copy the full SHA 8b9edc4View commit details
Commits on Oct 1, 2022
-
fix(deps): add babel-preset to core dependencies (#782)
* Run `npm install` * Add "@svgr/babel-preset" to "@svgr/core" dependencies
1Configuration menu - View commit details
-
Copy full SHA for 464ec5f - Browse repository at this point
Copy the full SHA 464ec5fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fd423ae - Browse repository at this point
Copy the full SHA fd423aeView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7c290d1 - Browse repository at this point
Copy the full SHA 7c290d1View commit details
Commits on Oct 5, 2022
-
docs: rename "master" to "main" in package.json repository fields (#784)
This updates the "Repository" links on npmjs.com package pages; right now, following those links gives a redirect, "Branch master was renamed to main."
Configuration menu - View commit details
-
Copy full SHA for 80e8833 - Browse repository at this point
Copy the full SHA 80e8833View commit details -
fix: fix Yarn peer dependency warning from @babel/core (#786)
Installing @svgr/core with Yarn Modern (Yarn 2+) gives the following warning: ``` ➤ YN0002: │ @svgr/core@npm:6.4.0 doesn't provide @babel/core (p0b84c), requested by @svgr/babel-preset ``` Fixes #785
Configuration menu - View commit details
-
Copy full SHA for db35837 - Browse repository at this point
Copy the full SHA db35837View commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35d85e0 - Browse repository at this point
Copy the full SHA 35d85e0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b385279 - Browse repository at this point
Copy the full SHA b385279View commit details
Commits on Oct 26, 2022
-
Revert "feat(a11y): add attribute role="img" to the svg element (#750)"
This reverts commit 8b9edc4.
Configuration menu - View commit details
-
Copy full SHA for 1382232 - Browse repository at this point
Copy the full SHA 1382232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21fef1b - Browse repository at this point
Copy the full SHA 21fef1bView commit details
Commits on Oct 27, 2022
-
Merge pull request #789 from pachuka/fix/svgr-788-accessibility-docs
docs(a11y): revert #750 and add accessibility documentation for `svgProps` override
1Configuration menu - View commit details
-
Copy full SHA for e700943 - Browse repository at this point
Copy the full SHA e700943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290748b - Browse repository at this point
Copy the full SHA 290748bView commit details -
Merge pull request #791 from gregberge/upgrade-deps
chore: upgrade deps
1Configuration menu - View commit details
-
Copy full SHA for 1b65014 - Browse repository at this point
Copy the full SHA 1b65014View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d5efedd - Browse repository at this point
Copy the full SHA d5efeddView commit details
There are no files selected for viewing