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: gajus/babel-plugin-react-css-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: gajus/babel-plugin-react-css-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Feb 19, 2019

  1. test: add test case for absolute import (#227)

    * fix: cannot read property 'split' of undefined
    
    * fix: lint error in getClassName
    
    * fix: lint error in getClassName
    
    * test: add test case for absolute import
    AlbertLucianto authored and gajus committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    4e4ed24 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

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

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    d27306c View commit details
    Browse the repository at this point in the history
  2. feat: do not apply plug-in if file does not contain styleName attribu…

    …te (#230)
    
    * feat: add skipAbsentStyleName
    
    * test: add test case for skipAbsentStyleName
    
    * feat: refactor skipAbsentStyleName traversal
    
    * fix: readd require.resolve for resource path
    
    * feat: update options naming
    
    * docs: update for skip option
    
    * refactor: traverse JSXAttribute instead of element
    AlbertLucianto authored and gajus committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    9fcb91f View commit details
    Browse the repository at this point in the history
Loading