Skip to content
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

Open
wants to merge 70 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 1, 2022

  1. fix(deps): add babel-preset to core dependencies (#782)

    * Run `npm install`
    
    * Add "@svgr/babel-preset" to "@svgr/core" dependencies
    emlai authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    464ec5f View commit details
    Browse the repository at this point in the history
  2. v6.4.0

    gregberge committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    fd423ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c290d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. 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."
    joshkel authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    80e8833 View commit details
    Browse the repository at this point in the history
  2. 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
    joshkel authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    db35837 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    35d85e0 View commit details
    Browse the repository at this point in the history
  2. v6.5.0

    gregberge committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b385279 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    1382232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21fef1b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request #789 from pachuka/fix/svgr-788-accessibility-docs

    docs(a11y): revert #750 and add accessibility documentation for `svgProps` override
    gregberge authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e700943 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade deps

    gregberge committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    290748b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #791 from gregberge/upgrade-deps

    chore: upgrade deps
    gregberge authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1b65014 View commit details
    Browse the repository at this point in the history
  4. v6.5.1

    gregberge committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d5efedd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    c5ab231 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Merge pull request #800 from aashrafh/remix-docs

    docs: document remix configuration
    gregberge authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    14d7024 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a385ffc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    82f7fff View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    35ecbb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. 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.
    fritz-c authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    331c92c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. 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"`
    shish authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    86bb86f View commit details
    Browse the repository at this point in the history
  2. chore(prettier): fix format

    gregberge committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ce55cc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. feat: upgrade to svgo v3 (#798)

    BREAKING CHANGE: svgr now requires Node.js v14+
    AndresPuglia98 authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    21b6209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ffc86 View commit details
    Browse the repository at this point in the history
  3. chore: run tests on v19.x

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b67c0ce View commit details
    Browse the repository at this point in the history
  4. chore: upgrade deps

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6695121 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #840 from gregberge/upgrades

    upgrades
    gregberge authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4df4e13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c74b1ec View commit details
    Browse the repository at this point in the history
  7. feat: remove @svgr/plugin-jsx from core

    BREAKING CHANGE: plugin-jsx is no longer included by default in core
    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a0f078d View commit details
    Browse the repository at this point in the history
  8. chore: speed up build

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fb9e579 View commit details
    Browse the repository at this point in the history
  9. chore: add netlify config

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b7477c6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #841 from gregberge/no-cycle-build

    feat: remove @svgr/plugin-jsx from core
    gregberge authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    279ffe2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    582d510 View commit details
    Browse the repository at this point in the history
  12. chore: fix workspace deps

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    20ba446 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    260f097 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    649fa65 View commit details
    Browse the repository at this point in the history
  15. chore: remove peer dep

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    16d4e8b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f751da8 View commit details
    Browse the repository at this point in the history
  17. v7.0.0

    gregberge committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3b04a92 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    79bce5c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge pull request #843 from await-ovo/docs-json-svg-props

    docs: trim key and value when parse string setting to object
    gregberge authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f20a753 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    05f2946 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    60bb15f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    81a2682 View commit details
    Browse the repository at this point in the history
  2. chore(website): add dimensions, exportType, namedExport and jsxRuntim…

    …e settings in playground
    
    chore(website): code style
    await-ovo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    edd8bef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #849 from await-ovo/chore-api-deps-update

    chore(api): upgrade deps to latest v7
    gregberge authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7988e6f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #850 from await-ovo/add-missing-settings

    chore(website): add dimensions, exportType, namedExport and jsxRuntime settings in playground
    gregberge authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    be5d3a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. chore: use pnpm instead npm

    await-ovo authored and gregberge committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    22a5a93 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. feat: add snake_case filename option (#857)

    Joe Gores authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    428b0c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    fd27c1c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. 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`)
    balsick authored May 9, 2023
    Configuration menu
    Copy the full SHA
    003009c View commit details
    Browse the repository at this point in the history
  2. 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.
    johncch authored May 9, 2023
    Configuration menu
    Copy the full SHA
    095f021 View commit details
    Browse the repository at this point in the history
  3. v8.0.0

    gregberge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    52a1079 View commit details
    Browse the repository at this point in the history
  4. fix: fix peer dependencies

    gregberge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2e05255 View commit details
    Browse the repository at this point in the history
  5. v8.0.1

    gregberge committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a6699e7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    82928f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. 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.
    MohammadKurjieh authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e612b6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae91e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b97248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    571d5c8 View commit details
    Browse the repository at this point in the history
  5. v8.1.0

    gregberge committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    772592e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. chore: upgrade cosmiconfig (#905)

    Jon Hermansen authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    308672d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix: check for type imports in transform-react-native-svg (#907)

    Signed-off-by: Yash Srivastav <yashsriv@meta.com>
    yashsriv authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f73f14d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    2031df4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. 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>
    jarimustonen and jarimustonen authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b0aef6e View commit details
    Browse the repository at this point in the history
  2. docs: nextjs setup (#925)

    vltansky authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    48e1f38 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    0111cf5 View commit details
    Browse the repository at this point in the history
  2. docs: fix build

    gregberge committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0ae0413 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. 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
    apetta authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    785cba4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. gregberge_ (#959)

    knotbin authored May 3, 2024
    Configuration menu
    Copy the full SHA
    449f281 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    180eb6d View commit details
    Browse the repository at this point in the history