Skip to content

Commit 176b3a5

Browse files
committed
1.7.0
1 parent ebaf8a4 commit 176b3a5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...master)
7+
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.7.0...master)
8+
9+
## [1.7.0](https://github.com/vincentdoerig/latex-css/compare/v1.6.0...v1.7.0) 2022-06-06
10+
11+
### Fixed
12+
- 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)
13+
- Rename incorrect Danish language code from `dk` to `da` (ISO 639-1)
814

915
## [1.6.0](https://github.com/vincentdoerig/latex-css/compare/v1.5.0...v1.6.0) 2022-27-01
1016

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latex.css",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "A small CSS library to make your website look like a LaTeX document",
55
"main": "./style.min.css",
66
"scripts": {

0 commit comments

Comments
 (0)