Releases: alexreardon/css-box-model
Releases · alexreardon/css-box-model
1.2.1
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
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
- Bumping all dev dependencies #11
- Updating to
[email protected]
#11
1.1.2
1.1.1
- Upgrading to
flow
0.85
- Upgrading dev deps
- Upgrading
tiny-invariant
1.1.0
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
- Adding new bundle options
- Moving to
flow
0.75