UNPKG

scratchcard

Version:
74 lines (56 loc) 2.46 kB
# Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Update dependencies ## [0.5.5] - 2016-02-15 - Update dependencies ## [0.5.4] - 2015-08-28 - Allow the scratchcard to be initially detached from the DOM ## [0.5.3] - 2015-08-21 - Fix positioning ## [0.5.2] - 2015-08-21 - Improve sizing and positioning, especially for inline elements ## [0.5.1] - 2015-08-20 - A zero-sized scratchcard is not considered as completed anymore - Allow the hidden element to be removed from the DOM ## [0.5.0] - 2015-08-19 - Allow pointer events to pass through a completed scratchcard - Minimize realtime progress checks (skipped when idle) - Add support for optional layers ## [0.4.3] - 2015-08-17 - Allow zero-sized scratchcards - Update dependencies ## [0.4.2] - 2015-08-04 - Add the CHANGELOG - Update dependencies ## [0.4.1] - 2015-05-21 - Fix repeated `setElement(null)` ## [0.4.0] - 2015-05-21 - Allow a scratchcard to be detached from the DOM ## [0.3.2] - 2015-05-12 - Fix options handling for the standalone bundle ## [0.3.1] - 2015-05-12 - Improvements for the example ## [0.3.0] - 2015-05-11 - Completion of the README - Minor fix for the example ## [0.2.0] - 2015-05-11 - Restructuration of the repository ## 0.1.0 - 2015-05-09 - Initial release [unreleased]: https://github.com/connesc/scratchcard/compare/v0.5.5...HEAD [0.5.5]: https://github.com/connesc/scratchcard/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/connesc/scratchcard/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/connesc/scratchcard/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/connesc/scratchcard/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/connesc/scratchcard/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/connesc/scratchcard/compare/v0.4.3...v0.5.0 [0.4.3]: https://github.com/connesc/scratchcard/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/connesc/scratchcard/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/connesc/scratchcard/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/connesc/scratchcard/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/connesc/scratchcard/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/connesc/scratchcard/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/connesc/scratchcard/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/connesc/scratchcard/compare/v0.1.0...v0.2.0