1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-26 06:24:28 +02:00

Updating CHANGELOG

This commit is contained in:
Antonio Laguna
2017-04-19 17:19:10 +02:00
parent de951d5186
commit d8a5dedf83

View File

@@ -6,32 +6,29 @@
- Deps updated. - Deps updated.
- Now using [eslint](http://eslint.org/) to enforce code style. - Now using [eslint](http://eslint.org/) to enforce code style.
- Adding a new badge so the release number is quickly seen. - Adding a new badge so the release number is quickly seen.
- [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide is now a plugin. - [[#51](https://github.com/webslides/webslides/issues/51)] Autoslide is now a plugin.
- Updated docs. - Updated docs.
- Moved to org! - Moved to org!
- Demos: GitHub links updated. - Demos: GitHub links updated.
## New features ## New features
- [[#46](https://github.com/webslides/webslides/issues/46)]Added slide animation for mobile devices. - [[#46](https://github.com/webslides/webslides/issues/46)] Added slide animation for mobile devices. `.slideInLeft` and `.slideInRight`.
- [[#56](https://github.com/webslides/webslides/issues/56)]Added option to disable looping. - [[#51](https://github.com/webslides/webslides/issues/51)] Autoslide now pauses if a focusable element gains focus.
- [[#54](https://github.com/webslides/webslides/issues/54)]Added video and youtube plugins to allow autoplaying videos (and pausing) entering and leaving the slide. - [[#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. - [[#56](https://github.com/webslides/webslides/issues/56)] Added option to disable looping.
- Added `ws-ready` to actually lock the scroll.
## CSS
- 2 new animations: .slideInLeft and .slideInRight.
- [[#68](https://github.com/webslides/webslides/issues/68)] Responsive background videos (`<video>`). - [[#68](https://github.com/webslides/webslides/issues/68)] Responsive background videos (`<video>`).
- [[#72](https://github.com/webslides/webslides/issues/72)] Integration with YouTube's API.
- [[#74](https://github.com/webslides/webslides/issues/74)] Added `ws-ready` to actually lock the scroll.
- Adding longform elements. - Adding longform elements.
- Naming conventions: - Naming conventions:
- Introducing .text-emoji. - Introducing `.text-emoji`.
- Introducing .text-quote. - Introducing `.text-quote`.
- Introducing .text-interview = dl.text-interview, dt (name), dd (question/answer). - Introducing `.text-interview` = `dl.text-interview`, dt (name), dd (question/answer).
- .card is now a card: width: 100%. - `.card` is now a `card: width: 100%`.
- Fluid .wrap (width: 90%). - Fluid `.wrap` (`width: 90%`).
- .gallery li:nth-child(n+4): auto-fill removed. Now: equal width (useful for gallery layouts). - `.gallery li:nth-child(n+4)`: `auto-fill` removed. Now: equal width (useful for gallery layouts).
- Adding padding to form[class*="bg-"]. - Adding padding to `form[class*="bg-"]`.
- A better CSS print: A4 landscape. - A better CSS print: A4 landscape.
## Bugfixes ## Bugfixes