Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdoerig committed Sep 22, 2023
1 parent f8aec45 commit 5d630d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ 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.9.0...master)
## [Unreleased](https://github.com/vincentdoerig/latex-css/compare/v1.10.0...master)

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

### Added

- Allow some few customization options for table borders and column alignment (#60)
- For custom borders: adds classes `border-<position>-<weight>` for `top`, `right`, `top`, `bottom` and `thin`/`thick` respectively. Use with the `borders-custom` class.
- For custom column alignment: adds classes `col-<n>-l`, `col-<n>-c`, `col-<n>-r` for `n=1,...,12` and `n` being the n-th column of the table

## [1.9.0](https://github.com/vincentdoerig/latex-css/compare/v1.8.0...v1.9.0) 2023-03-06

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "latex.css",
"version": "1.9.0",
"version": "1.10.0",
"description": "A small CSS library to make your website look like a LaTeX document",
"main": "./style.min.css",
"files": [
Expand Down

1 comment on commit 5d630d8

@vercel
Copy link

@vercel vercel bot commented on 5d630d8 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

latex-css – ./

latex.vercel.app
latex-css-vincentdoerig.vercel.app
latex-css-git-master-vincentdoerig.vercel.app

Please sign in to comment.