Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.0.0 Beta Release #543

Merged
merged 35 commits into from Oct 4, 2020
Merged

Version 4.0.0 Beta Release #543

merged 35 commits into from Oct 4, 2020

Commits on Sep 16, 2020

  1. chore(library): update dependencies

    Update dependencies and fix new flow error in triangle.test.js
    bhough committed Sep 16, 2020
    Copy the full SHA
    d472f14 View commit details
    Browse the repository at this point in the history
  2. refactor(stripunit): fully deprecate returnUnit

    Fully deprecate returnUnit functionality and refactor return.
    bhough committed Sep 16, 2020
    Copy the full SHA
    436af9a View commit details
    Browse the repository at this point in the history
  3. refactor(readablecolor): make strict mode default

    Make strict mode default when passing custom colors.
    bhough committed Sep 16, 2020
    Copy the full SHA
    8c405df View commit details
    Browse the repository at this point in the history
  4. build(babel): enable bugfix: true

    Enable bugfix:true in build and target explicit browser list
    bhough committed Sep 16, 2020
    Copy the full SHA
    18a64a6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cf7a7b7 View commit details
    Browse the repository at this point in the history
  6. build(lerna): lerna init

    bhough committed Sep 16, 2020
    Copy the full SHA
    1b70aee View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a87ce92 View commit details
    Browse the repository at this point in the history
  8. feat(fontface): now defaults to looking for local font first

    Default is now to look for a local font of the same family-name before downloading. Can be turned
    off by passing null to localFonts.
    
    BREAKING CHANGE: localFont will now be populated by default and may have unexpected behavior.
    bhough committed Sep 16, 2020
    Copy the full SHA
    d5dcd44 View commit details
    Browse the repository at this point in the history
  9. feat(important): important helper for module rule specificity

    important helper for targeting specific rules in module returns for adding `!important`-level
    specificity.
    bhough committed Sep 16, 2020
    Copy the full SHA
    3dac9b3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5d9ee06 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    6f474f0 View commit details
    Browse the repository at this point in the history
  12. fix(triangle): triangle now properly supports inherit

    triangle now returns properties in a way that allows inherit to work by declaring an individual side
    for the triangle color.
    bhough committed Sep 16, 2020
    Copy the full SHA
    54abd45 View commit details
    Browse the repository at this point in the history
  13. feat(cssvar): allow a default value for cssVar

    Allow the user to pass a default value to cssVar for when a variable is not found.
    bhough committed Sep 16, 2020
    Copy the full SHA
    767fb78 View commit details
    Browse the repository at this point in the history
  14. fix(between): added error case when to/from unit is differs from mix/…

    …max (#511)
    
    * chore(library): update dependencies
    
    Update dependencies and fix new flow error in triangle.test.js
    
    * refactor(stripunit): fully deprecate returnUnit
    
    Fully deprecate returnUnit functionality and refactor return.
    
    * refactor(readablecolor): make strict mode default
    
    Make strict mode default when passing custom colors.
    
    * build(babel): enable bugfix: true
    
    Enable bugfix:true in build and target explicit browser list
    
    * build(lint-staged): remove superfulous git add
    
    * build(lerna): lerna init
    
    * feat(normalize): upgrade to normalize 8.0.1
    
    * build(docs): removed documentation.js auto generation
    
    * feat(fontface): now defaults to looking for local font first
    
    Default is now to look for a local font of the same family-name before downloading. Can be turned
    off by passing null to localFonts.
    
    BREAKING CHANGE: localFont will now be populated by default and may have unexpected behavior.
    
    * feat(important): important helper for module rule specificity
    
    important helper for targeting specific rules in module returns for adding `!important`-level
    specificity.
    
    * chore(important): update to not mutate original parameter
    
    * chore(important): add to index.js
    
    * fix(triangle): triangle now properly supports inherit
    
    triangle now returns properties in a way that allows inherit to work by declaring an individual side
    for the triangle color.
    
    * feat(cssvar): allow a default value for cssVar
    
    Allow the user to pass a default value to cssVar for when a variable is not found.
    
    * fix(between): added error case when to/from unit is different than min/max
    
    Added an error case when the unit for to/fromSize is different than min/maxScreen. This was causing
    bad calculations based on the differing scales.
    
    BREAKING CHANGE: If you were using a mix of unit and unitless measure or working with different
    units with similar scales (em/rem) you will now get an error where you may have been getting a
    seemingly valid calculation.
    
    fix #445
    bhough committed Sep 16, 2020
    Copy the full SHA
    7019c4a View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    3d3884b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e9ed2c9 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    596bac3 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    4eec3dc View commit details
    Browse the repository at this point in the history
  19. chore(rebase): rebase on main

    bhough committed Sep 16, 2020
    Copy the full SHA
    afde293 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    26b395c View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    8f02e3e View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    bb4fd8e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Copy the full SHA
    2028f9d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Copy the full SHA
    72d11d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69e4f80 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    15c9cf6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1d6e98e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6a3c4fb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fb8ae4f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    84179cb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    933c0c9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ef1ae1f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    05f6549 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Copy the full SHA
    80a8090 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

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