Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
63 lines (41 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

  • Address vulnerabilities by updating json5 and puppeteer

[0.8.0] - 2022-09-11

Added

  • Ability to change slides by touch swipe
  • no-swipe property

[0.7.0] - 2022-06-12

Added

  • Ability to change slides by mouse drag
  • track-transition-duration property
  • no-drag property
  • Documentation for browser support
  • Prettier
  • aria-live="polite" to track

Fixed

  • Invalid value for aria-controls by no longer using Shadow DOM.

[0.6.0] - 2022-04-18

Added

  • Documentation for website integration.
  • Documentation for custom styling.
  • Default values to properties in documentation.
  • Tab index and aria-hidden values to all slides.
  • Tailwindcss for styling documentation.
  • Changelog

Changed

  • Dot and arrow buttons to be in the shadow DOM.
  • Default size of dot buttons to be larger.

Removed

  • dist and www from being tracked in git.

Security

  • Update dependencies to latest versions.