Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: styled-components/babel-plugin-styled-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.2
Choose a base ref
...
head repository: styled-components/babel-plugin-styled-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 19 commits
  • 22 files changed
  • 6 contributors

Commits on Jul 9, 2021

  1. Create FUNDING.yml

    quantizor authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b7b4b3f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Add topLevelPathPatterns option

    This allows for local imports like ../../resources/styled where the relative path changes so the existing pattern doesn't work.
    Tyler Rockwood committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    48e88de View commit details
    Browse the repository at this point in the history
  2. Format

    Tyler Rockwood committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    d291ea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. When there are multiple assignments perfer the outer name.

    Tyler Rockwood committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    951b96d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Bump tmpl from 1.0.4 to 1.0.5

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    78e8d93 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request #356 from styled-components/dependabot/npm_and_yar…

    …n/tmpl-1.0.5
    
    Bump tmpl from 1.0.4 to 1.0.5
    quantizor authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2d5078d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #355 from shortwave/rockwood/latter

    When there are multiple assignments perfer the outer name.
    quantizor authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e5e4103 View commit details
    Browse the repository at this point in the history
  3. pull in semver minor dep updates

    Evan Jacobs committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    07fbf3b View commit details
    Browse the repository at this point in the history
  4. v1.13.3

    Evan Jacobs committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a20c303 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Just always use regexp

    Tyler Rockwood committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c612dab View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge pull request #354 from shortwave/rockwood/top-level-patterns

    Change topLevelPaths option to take a regexp pattern
    quantizor authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    fa65030 View commit details
    Browse the repository at this point in the history
  2. update babel deps

    Evan Jacobs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    5d03b21 View commit details
    Browse the repository at this point in the history
  3. minor dep updates

    Evan Jacobs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    8756fc4 View commit details
    Browse the repository at this point in the history
  4. v2.0.0

    Evan Jacobs committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    d025725 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge pull request #359 from styled-components/352/object-css-prop

    handle complex expressions inside CSS prop object syntax
    quantizor authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b594e23 View commit details
    Browse the repository at this point in the history
  2. v2.0.1

    Evan Jacobs committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    90ef53d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Nov 28, 2021

  1. fix #360 (#361)

    klarstrup authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    27c7016 View commit details
    Browse the repository at this point in the history
  2. v2.0.2

    Evan Jacobs committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    16e59a8 View commit details
    Browse the repository at this point in the history
Loading