Skip to content

Releases: alexreardon/css-box-model

1.2.1

27 Apr 22:23
Compare
Choose a tag to compare

Adding missing LICENSE file.

This project was always listed as MIT in the package.json, but the LICENSE file was missing. Thanks @mlaponder for creating a PR to add the license #17

1.2.0

26 Aug 04:00
Compare
Choose a tag to compare

Typescript support

@danieldelcore has added a typescript definition file to this project so you can now enjoy full typescript integration when using css-box-model. Thanks @danieldelcore!

1.1.3

09 Jul 01:32
Compare
Choose a tag to compare
  • Bumping all dev dependencies #11
  • Updating to flow@0.102.0 #11

1.1.2

07 May 23:57
Compare
Choose a tag to compare
  • more forgiving calculations when an element has display:none and when using jsdom (#9)
  • bumping dependencies (#10)
  • bumping flow to 0.98.1 (#10)

1.1.1

07 Nov 02:22
Compare
Choose a tag to compare
  • Upgrading to flow 0.85
  • Upgrading dev deps
  • Upgrading tiny-invariant

1.1.0

12 Oct 04:12
Compare
Choose a tag to compare

New features

Exposing internal expand and shrink functions if you want to manually expand or shrink a Spacing

Fixes

Will now correctly handle fractional spacing values. Would previously only consider the integer component #5

Improvements

  • refreshed documentation
  • moved to flow 0.83
  • upgrade to babel 7
  • upgrading all dev deps

1.0.0

12 Oct 04:12
Compare
Choose a tag to compare
  • Adding new bundle options
  • Moving to flow 0.75