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: postcss/autoprefixer
base: 8.3.0
Choose a base ref
...
head repository: postcss/autoprefixer
compare: 8.4.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 26, 2018

  1. Update dependencies

    ai committed Apr 26, 2018
    Copy the full SHA
    21ac5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Update examples for Browserslist w/ best practises (#1026)

    It came to my attention recently that using [`last 2 versions` may be considered harmful](https://jamie.build/last-2-versions). This specific article uses Babel as an example, but I also remembered that autoprefixer uses Browserlist. I was erroneously thinking that by using `last 2 versions` I would be targetting only most recent browsers, but I learned that it also targets "dead" browsers.
    
    Browserlist's repo [recently added a best practise section](browserslist/browserslist@019cb29) mentioning this.
    
    I was thinking it would be a good idea to also update the examples here.
    filipewl authored and ai committed Apr 27, 2018
    Copy the full SHA
    a71af7b View commit details
    Browse the repository at this point in the history
  2. Clean up docs

    ai committed Apr 27, 2018
    Copy the full SHA
    90d435d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. "autoprefixer: ignore next" support (#1027)

    * Update documentation about "ignore next" comment
    
    * Add tests for "ignore next" comment
    
    * Actualize test cases for "ignore next" comment
    
    * Support comment "ignore next"
    
    * Use Node#prev shortcut to find sibling comment "ignore next"
    
    * Fixed typo
    
    * Actualize test cases for "ignore next"
    
    * Disable only rule or at-rule without inner properties in case of rules with "ignore next" comment
    vostrik authored and ai committed Apr 28, 2018
    Copy the full SHA
    fe77376 View commit details
    Browse the repository at this point in the history
  2. Clean up disabling docs

    ai committed Apr 28, 2018
    Copy the full SHA
    f8f6176 View commit details
    Browse the repository at this point in the history
  3. Fix line breaks in docs

    ai committed Apr 28, 2018
    Copy the full SHA
    d64d31d View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    ai committed Apr 28, 2018
    Copy the full SHA
    9bb36ce View commit details
    Browse the repository at this point in the history
  5. Clean up code

    ai committed Apr 28, 2018
    Copy the full SHA
    e5007fe View commit details
    Browse the repository at this point in the history
  6. Clean up tests

    ai committed Apr 28, 2018
    Copy the full SHA
    18be4fe View commit details
    Browse the repository at this point in the history
  7. More compact code

    ai committed Apr 28, 2018
    Copy the full SHA
    f89be26 View commit details
    Browse the repository at this point in the history
  8. Release 8.4 version

    ai committed Apr 28, 2018
    Copy the full SHA
    dc96427 View commit details
    Browse the repository at this point in the history