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: FriendsOfReactJS/react-css-themr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.6
Choose a base ref
...
head repository: FriendsOfReactJS/react-css-themr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 2, 2019

  1. Pass nextProps into calcTheme. Current implementation uses current props `theme` on update.
    GenoD committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d04335e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Merge pull request #77 from GenoD/develop

    Pass nextProps into calcTheme
    markusguenther authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    5eba72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5673cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274d7a8 View commit details
    Browse the repository at this point in the history
  4. Upgrade: Updates babel suite to version 7.x

    Updates the whole babel ecosystem to version 7.
    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    e54da66 View commit details
    Browse the repository at this point in the history
  5. Upgrade: Update prettier and related packages

    Updates prettier, eslint and eslint-plugins to the latest versions
    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6aa2fe7 View commit details
    Browse the repository at this point in the history
  6. Upgrade: Updates semantic-release and commitizen

    The update includes all related plugins.
    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    7f39cba View commit details
    Browse the repository at this point in the history
  7. Upgrade: Update react version to 16.9.x

    Updating the react version to 16.9.5 and remove the peer dependency of react 14
    
    BREAKING CHANGE: Peer dependency for react 14.x has been removed
    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    a7a8c4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed02e13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e996721 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #79 from FriendsOfReactJS/task/updateDependencies

    Upgrade: Updates nearly all dependencies to the latest versions
    markusguenther authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    0acca59 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop'

    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    2132fa2 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop'

    markusguenther committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    4eac64f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f64cfb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Breaking: React version 14 peer dependency has been removed

    In a former commit the peer dependency has been removed but we had an issue
    with semantic release that did not recognize the breaking change correctly.
    
    This will be fixed later and this commit updates the changelog and keep the
    versioning insync.
    
    Sorry for the inconveniences.
    
    Related: #80
    markusguenther committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    1658628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6c7b13 View commit details
    Browse the repository at this point in the history
Loading