-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from gregberge:main #1
base: main
Are you sure you want to change the base?
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
Configuration menu - View commit details
-
Copy full SHA for 464ec5f - Browse repository at this point
Copy the full SHA 464ec5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd423ae - Browse repository at this point
Copy the full SHA fd423aeView commit details -
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 -
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
Configuration 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
Configuration menu - View commit details
-
Copy full SHA for 1b65014 - Browse repository at this point
Copy the full SHA 1b65014View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5efedd - Browse repository at this point
Copy the full SHA d5efeddView commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5ab231 - Browse repository at this point
Copy the full SHA c5ab231View commit details
Commits on Nov 25, 2022
-
Merge pull request #800 from aashrafh/remix-docs
docs: document remix configuration
Configuration menu - View commit details
-
Copy full SHA for 14d7024 - Browse repository at this point
Copy the full SHA 14d7024View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a385ffc - Browse repository at this point
Copy the full SHA a385ffcView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82f7fff - Browse repository at this point
Copy the full SHA 82f7fffView commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35ecbb5 - Browse repository at this point
Copy the full SHA 35ecbb5View commit details
Commits on Feb 26, 2023
-
docs: update next documentation (#829)
The new installation instructions are for a more advanced configuration than originally appeared in these docs, but the original did not actually work in Next 13, and the workaround took nearly as much code, so I've stuck with the slightly longer config here.
Configuration menu - View commit details
-
Copy full SHA for 331c92c - Browse repository at this point
Copy the full SHA 331c92cView commit details
Commits on Mar 14, 2023
-
feat: allow specifying
jsxRuntimeImport
in config* Allow specifying `jsxRuntimeImport` in config, see #801 I need to have a config which isn't currently supported * Allow specifying a single specifier for custom imports, see #801 `hyperapp-jsx-pragma` uses the default export so we need to `import h from "hyperapp-jsx-pragma"`, not `import { h } from "hyperapp-jsx-pragma"`
Configuration menu - View commit details
-
Copy full SHA for 86bb86f - Browse repository at this point
Copy the full SHA 86bb86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce55cc0 - Browse repository at this point
Copy the full SHA ce55cc0View commit details
Commits on Mar 24, 2023
-
feat: upgrade to svgo v3 (#798)
BREAKING CHANGE: svgr now requires Node.js v14+
Configuration menu - View commit details
-
Copy full SHA for 21b6209 - Browse repository at this point
Copy the full SHA 21b6209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ffc86 - Browse repository at this point
Copy the full SHA 55ffc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67c0ce - Browse repository at this point
Copy the full SHA b67c0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6695121 - Browse repository at this point
Copy the full SHA 6695121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df4e13 - Browse repository at this point
Copy the full SHA 4df4e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74b1ec - Browse repository at this point
Copy the full SHA c74b1ecView commit details -
feat: remove @svgr/plugin-jsx from core
BREAKING CHANGE: plugin-jsx is no longer included by default in core
Configuration menu - View commit details
-
Copy full SHA for a0f078d - Browse repository at this point
Copy the full SHA a0f078dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9e579 - Browse repository at this point
Copy the full SHA fb9e579View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7477c6 - Browse repository at this point
Copy the full SHA b7477c6View commit details -
Merge pull request #841 from gregberge/no-cycle-build
feat: remove @svgr/plugin-jsx from core
Configuration menu - View commit details
-
Copy full SHA for 279ffe2 - Browse repository at this point
Copy the full SHA 279ffe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582d510 - Browse repository at this point
Copy the full SHA 582d510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ba446 - Browse repository at this point
Copy the full SHA 20ba446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 260f097 - Browse repository at this point
Copy the full SHA 260f097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649fa65 - Browse repository at this point
Copy the full SHA 649fa65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d4e8b - Browse repository at this point
Copy the full SHA 16d4e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f751da8 - Browse repository at this point
Copy the full SHA f751da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b04a92 - Browse repository at this point
Copy the full SHA 3b04a92View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79bce5c - Browse repository at this point
Copy the full SHA 79bce5cView commit details
Commits on Apr 1, 2023
-
Merge pull request #843 from await-ovo/docs-json-svg-props
docs: trim key and value when parse string setting to object
Configuration menu - View commit details
-
Copy full SHA for f20a753 - Browse repository at this point
Copy the full SHA f20a753View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05f2946 - Browse repository at this point
Copy the full SHA 05f2946View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60bb15f - Browse repository at this point
Copy the full SHA 60bb15fView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81a2682 - Browse repository at this point
Copy the full SHA 81a2682View commit details -
chore(website): add dimensions, exportType, namedExport and jsxRuntim…
…e settings in playground chore(website): code style
Configuration menu - View commit details
-
Copy full SHA for edd8bef - Browse repository at this point
Copy the full SHA edd8befView commit details -
Merge pull request #849 from await-ovo/chore-api-deps-update
chore(api): upgrade deps to latest v7
Configuration menu - View commit details
-
Copy full SHA for 7988e6f - Browse repository at this point
Copy the full SHA 7988e6fView commit details -
Merge pull request #850 from await-ovo/add-missing-settings
chore(website): add dimensions, exportType, namedExport and jsxRuntime settings in playground
Configuration menu - View commit details
-
Copy full SHA for be5d3a8 - Browse repository at this point
Copy the full SHA be5d3a8View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22a5a93 - Browse repository at this point
Copy the full SHA 22a5a93View commit details
Commits on Apr 20, 2023
-
feat: add snake_case filename option (#857)
Joe Gores authoredApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 428b0c7 - Browse repository at this point
Copy the full SHA 428b0c7View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd27c1c - Browse repository at this point
Copy the full SHA fd27c1cView commit details
Commits on May 9, 2023
-
feat: make index template more flexible (#861)
BREAKING CHANGE: index template now receives an array of objects containing both the created component path (`path`) and the original SVG path (`originalPath`)
Configuration menu - View commit details
-
Copy full SHA for 003009c - Browse repository at this point
Copy the full SHA 003009cView commit details -
feat(types): change
SVGProps
from import to import type (#853)Generate `import type` as opposed to `import` when the typescript flag is present. Accomplished this by adding `importKind` parameter to the `getOrCreateImport` method.
Configuration menu - View commit details
-
Copy full SHA for 095f021 - Browse repository at this point
Copy the full SHA 095f021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a1079 - Browse repository at this point
Copy the full SHA 52a1079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e05255 - Browse repository at this point
Copy the full SHA 2e05255View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6699e7 - Browse repository at this point
Copy the full SHA a6699e7View commit details
Commits on May 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82928f0 - Browse repository at this point
Copy the full SHA 82928f0View commit details
Commits on Aug 15, 2023
-
fix(react-native): fix duplicate import (#894)
When updating the imports of react-native-svg there is no check on the importKind. This would cause a wrong update import and a crash in the cli.
Configuration menu - View commit details
-
Copy full SHA for e612b6a - Browse repository at this point
Copy the full SHA e612b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae91e2e - Browse repository at this point
Copy the full SHA ae91e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b97248 - Browse repository at this point
Copy the full SHA 8b97248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 571d5c8 - Browse repository at this point
Copy the full SHA 571d5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772592e - Browse repository at this point
Copy the full SHA 772592eView commit details
Commits on Sep 24, 2023
-
chore: upgrade cosmiconfig (#905)
Jon Hermansen authoredSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 308672d - Browse repository at this point
Copy the full SHA 308672dView commit details
Commits on Sep 28, 2023
-
fix: check for type imports in transform-react-native-svg (#907)
Signed-off-by: Yash Srivastav <yashsriv@meta.com>
Configuration menu - View commit details
-
Copy full SHA for f73f14d - Browse repository at this point
Copy the full SHA f73f14dView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2031df4 - Browse repository at this point
Copy the full SHA 2031df4View commit details
Commits on Nov 18, 2023
-
docs: next.js instructions (#898)
Fixed next.config.js example to a working version per this: #860 (comment) Co-authored-by: Jari Mustonen <jari@itsellesi.fi>
Configuration menu - View commit details
-
Copy full SHA for b0aef6e - Browse repository at this point
Copy the full SHA b0aef6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e1f38 - Browse repository at this point
Copy the full SHA 48e1f38View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0111cf5 - Browse repository at this point
Copy the full SHA 0111cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae0413 - Browse repository at this point
Copy the full SHA 0ae0413View commit details
Commits on Mar 3, 2024
-
docs: update nextjs docs for TypeScript support instructions (#946)
* Update nextjs docs for TypeScript support instructions * Add declaration for SVG module with '*.svg?url' import method, from next/image
Configuration menu - View commit details
-
Copy full SHA for 785cba4 - Browse repository at this point
Copy the full SHA 785cba4View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 449f281 - Browse repository at this point
Copy the full SHA 449f281View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 180eb6d - Browse repository at this point
Copy the full SHA 180eb6dView commit details