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

fix(between): added error case when to/from unit is differs from mix/max #511

Merged
merged 16 commits into from May 15, 2020

Commits on May 10, 2020

  1. chore(library): update dependencies

    Update dependencies and fix new flow error in triangle.test.js
    bhough committed May 10, 2020
    Copy the full SHA
    bc36328 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 May 10, 2020
    Copy the full SHA
    932d15f 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 May 10, 2020
    Copy the full SHA
    27c399b 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 May 10, 2020
    Copy the full SHA
    5db0891 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e2703a1 View commit details
    Browse the repository at this point in the history
  6. build(lerna): lerna init

    bhough committed May 10, 2020
    Copy the full SHA
    3f0b5de View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2f29e04 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    32d434e View commit details
    Browse the repository at this point in the history
  9. 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 May 10, 2020
    Copy the full SHA
    d4ed1a2 View commit details
    Browse the repository at this point in the history
  10. feat(important): important helper for module rule specificity

    important helper for targeting specific rules in module returns for adding `!important`-level
    specificity.
    bhough committed May 10, 2020
    Copy the full SHA
    518d859 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8d45ed8 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    475d643 View commit details
    Browse the repository at this point in the history
  13. 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 May 10, 2020
    Copy the full SHA
    c62ea8a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. 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 May 11, 2020
    Copy the full SHA
    cda8e3b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. fix(between): added error case when to/from unit is different than mi…

    …n/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 May 15, 2020
    Copy the full SHA
    36f356b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8cae1f6 View commit details
    Browse the repository at this point in the history