Skip to content

Commit 0c7cc9d

Browse files
committed
1.11.0
1 parent 452f19a commit 0c7cc9d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ 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.10.0...master)
7+
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.11.0...master)
8+
9+
## [1.11.0](https://github.com/vincentdoerig/latex-css/compare/v1.10.0...v1.11.0) 2024-02-19
10+
11+
### Added
12+
- Swedish language support (#65)
13+
- Translated table caption prefix for cs (#63), da, de, es, fr, it
14+
15+
### Fixed
16+
- Explicitly set `hyphens: none;` for inline code (#61)
817

918
## [1.10.0](https://github.com/vincentdoerig/latex-css/compare/v1.9.0...v1.10.0) 2023-09-22
1019

package-lock.json

Lines changed: 2 additions & 2 deletions
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.10.0",
3+
"version": "1.11.0",
44
"description": "A small CSS library to make your website look like a LaTeX document",
55
"main": "./style.min.css",
66
"files": [

0 commit comments

Comments
 (0)