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: luisrudge/postcss-flexbugs-fixes
base: d9d395557a2c1edf36d5356490b1199593ef4eff
Choose a base ref
...
head repository: luisrudge/postcss-flexbugs-fixes
compare: ff3e5a203a3e95094f4898be46c4f9130b8e948e
Choose a head ref
  • 14 commits
  • 18 files changed
  • 7 contributors

Commits on Apr 29, 2018

  1. Update README.md (#47)

    nayucolony authored and luisrudge committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    7974ef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. chore(deps): upgrade postcss to 7 (#51)

    evilebottnawi authored and luisrudge committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    60c8e5f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Add changelog entry

    luisrudge committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    b5704e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Add option to disable bug fixes (#53)

    I really don't like that `bug6` removes `0%` because it breaks `flex: 1;` in IE (`bug4`).
    So instead of rewriting `bug6` I added the possibility to disable bugs fixes.
    
    Closes #13
    dertieran authored and luisrudge committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    45d8db1 View commit details
    Browse the repository at this point in the history
  2. 4.1.0

    luisrudge committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    95327e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Bump extend from 3.0.1 to 3.0.2 (#62)

    Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/justmoon/node-extend/releases)
    - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
    - [Commits](justmoon/node-extend@v3.0.1...v3.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Luís Rudge committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    629e11d View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 3.12.0 to 3.13.1 (#61)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
    - [Release notes](https://github.com/nodeca/js-yaml/releases)
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.12.0...3.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Luís Rudge committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fa13fa0 View commit details
    Browse the repository at this point in the history
  3. Bump mixin-deep from 1.3.1 to 1.3.2 (#60)

    Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
    - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and luisrudge committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c51f4e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. fix: don't mess with values that reference custom props (#64)

    * fix: don't mess with values that reference custom props
    
    * node 8 is EOL
    jquense committed Feb 4, 2020
    4 Configuration menu
    Copy the full SHA
    04e66ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4886dc View commit details
    Browse the repository at this point in the history
  3. Release 4.2.0

    luisrudge committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    8a0cc84 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. remove indent rules

    luisrudge committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    85f7d29 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. fix calc regex (#69)

    luisrudge committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    5eb09c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Port to PostCSS 8 API. (#71)

    * Port to PostCSS 8 API.
    
    * 5.0.0
    
    Co-authored-by: Luis Rudge <luis@luisrudge.net>
    ludofischer and luisrudge committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    ff3e5a2 View commit details
    Browse the repository at this point in the history