1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-16 18:14:09 +02:00

Attempted changelog

This commit is contained in:
Antonio Laguna
2017-03-23 22:49:37 +01:00
parent 0c1a7ca55f
commit 8bb245fced

View File

@@ -1,3 +1,29 @@
# 1.3.0
## Misc
- Deps updated.
- Now using [eslint](http://eslint.org/) to enforce code style.
- Adding a new badge so the release number is quickly seen.
- [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide is now a plugin.
- Updated docs.
- Moved to org!
## New features
- [[#46](https://github.com/webslides/webslides/issues/46)]Added slide animation for mobile devices.
- [[#56](https://github.com/webslides/webslides/issues/56)]Added option to disable looping.
- [[#54](https://github.com/webslides/webslides/issues/54)]Added video and youtube plugins to allow autoplaying videos (and pausing) entering and leaving the slide.
- [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide now pauses if a focusable element gains focus.
- Added `ws-ready` to actually lock the scroll
## Bugfixes
- Fixed issues with the grid.
- [[#33](https://github.com/webslides/webslides/issues/33)] Fixed video issue.
- [[#61](https://github.com/webslides/webslides/issues/61)]Fixed print issue which prevented to export the slides to PDF in an easy way.
# 1.2.1 (2017-03-02)
## Bugfixes