epiphany/node_modules/css-shorthand-properties/CHANGELOG.md
2023-12-09 22:48:07 -08:00

15 lines
516 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.