From 18b43df1d5bf6d58ccdb082b1d3f5c365e830238 Mon Sep 17 00:00:00 2001 From: karamalie Date: Thu, 16 Dec 2021 19:59:55 +0800 Subject: [PATCH] chore(version bump): version bump --- .npmrc | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 0b60323..29e0bfa 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -@lottiefiles:registry=https://registry.npmjs.org/ +@lottiefiles:registry=https://npm.pkg.github.com diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed1778..29e4439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). +## 1.5.4 + +- Fix focus with a css outline on button +- Fix tabindex when you have multiple animation on the same page +- Hide svg element from focus list +- Add a way to hide the slider for some animation +- add role to div container to prevent lighthouse warnings + ## 1.5.3 ### Bug Fixes diff --git a/package.json b/package.json index a941f0e..0bcfe26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/lottie-player", - "version": "1.5.3", + "version": "1.5.4", "description": "Lottie animation and Telegram Sticker player web components.", "main": "dist/lottie-player.js", "module": "dist/lottie-player.esm.js",