This commit is contained in:
Vincent Dörig 2024-02-19 22:51:58 +09:00
parent 452f19a39a
commit 0c7cc9de4c
3 changed files with 13 additions and 4 deletions

View File

@ -4,7 +4,16 @@ 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.10.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.11.0...master)
## [1.11.0](https://github.com/vincentdoerig/latex-css/compare/v1.10.0...v1.11.0) 2024-02-19
### Added
- Swedish language support (#65)
- Translated table caption prefix for cs (#63), da, de, es, fr, it
### Fixed
- Explicitly set `hyphens: none;` for inline code (#61)
## [1.10.0](https://github.com/vincentdoerig/latex-css/compare/v1.9.0...v1.10.0) 2023-09-22

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "latex.css",
"version": "1.10.0",
"version": "1.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "latex.css",
"version": "1.10.0",
"version": "1.11.0",
"license": "MIT",
"devDependencies": {
"vite": "^4.4.9"

View File

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