epiphany/node_modules/css-shorthand-properties/CHANGELOG.md

16 lines
516 B
Markdown
Raw Normal View History

2023-12-09 22:48:07 -08:00
# Change Log
All notable changes to this project will be documented in this file (the format is based on [Keep a Changelog](http://keepachangelog.com/)).
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.1.1 - 2018-07-17
### Fixed
- Added missing `background-position` shorthand. (#5)
## 1.1.0 - 2017-11-12
### Added
- Shorthand definitions for Flexbox, Grid, and Scroll Snap specs.
- New `.isShorthand()` method.
## 1.0.0 2014-10-24
- First working version based on W3C specifications.