This commit is contained in:
Vincent Dörig 2022-06-06 11:28:58 +02:00
parent ebaf8a4cc1
commit 176b3a57bc
3 changed files with 9 additions and 3 deletions

View File

@ -4,7 +4,13 @@ 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).
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...master)
## [1.7.0](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...v1.7.0) 2022-06-06
### Fixed
- Only enable smooth scrolling when no preference is set for the `prefers-reduced-motion` media query (make accessible to those who have vestibular motion disorders)
- Rename incorrect Danish language code from `dk` to `da` (ISO 639-1)
## [1.6.0](https://github.com/vincentdoerig/latex-css/compare/v1.5.0...v1.6.0) 2022-27-01

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.6.0",
"version": "1.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.6.0",
"version": "1.7.0",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"scripts": {