mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-26 14:34:27 +02:00
Updating CHANGELOG
This commit is contained in:
27
CHANGELOG.md
27
CHANGELOG.md
@@ -13,25 +13,22 @@
|
|||||||
|
|
||||||
## 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.
|
|
||||||
- [[#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.
|
- [[#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.
|
- [[#54](https://github.com/webslides/webslides/issues/54)] Added video and youtube plugins to allow autoplaying videos (and pausing) entering and leaving the slide.
|
||||||
|
- [[#56](https://github.com/webslides/webslides/issues/56)] Added option to disable looping.
|
||||||
## 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
|
||||||
|
Reference in New Issue
Block a user