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: hunainaslam/react-css-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gajus/react-css-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 10 files changed
  • 8 contributors

Commits on Mar 21, 2018

  1. fix: React 16 issues (fixes gajus#269, #200, #259)

    * Check if both element and props are frozen or not extensible (#200)
    
    Fixes #200
    
    * Only check extensiblity of props
    
    Also run preventExtensions on it after modifications
    
    * Check if just the props are frozen (#266)
    
    * Recursively map element arrays
    
    Fixes #259
    
    * Add tests
    
    For element arrays and frozen elements/props
    EmmaSimon authored and gajus committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    76a760f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. docs: update README.md to add '-loader' suffix in config (gajus#274)

    It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'style-loader' instead of 'style', and similarly for 'css-loader'
    ssss1029 authored and gajus committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    3699934 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. fix: Flow "Cannot resolve module" errors on Windows (gajus#280)

    Flow on Windows seems to be unable to correctly resolve imports from `react-css-modules` package, because its `main` entry in `package.json` points to a directory, instead of directly pointing to the script `dist/index.js`. 
    
    Fixing it here seems to be easier than looking for a platform specific issue in Flow.
    black3r authored and gajus committed May 16, 2018
    Configuration menu
    Copy the full SHA
    c4971f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    da83f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1bf06 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. fix: update dependencies for React 16.3+ support (gajus#289)

    bump hoist-non-react-statics to >= 2.5.0 to prevent incorrectly hoisted getDerivedStateFromProps
    samvk authored and gajus committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    c305e5b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. docs: add DEPRECATION NOTICE

    gajus authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    54b4367 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

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

Commits on Aug 22, 2018

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

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    5e787d4 View commit details
    Browse the repository at this point in the history
  2. style: remove trailing spaces

    gajus committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0d96a9f View commit details
    Browse the repository at this point in the history
  3. chore: add .editorconfig

    gajus committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f65a551 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    4f143d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07b4c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d29360 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. fix: update GitSpo badge URL

    gajus committed May 11, 2019
    Configuration menu
    Copy the full SHA
    b1a8dcf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Create FUNDING.yml

    gajus authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    629e80e View commit details
    Browse the repository at this point in the history
Loading