Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 16, 2025
1 parent 7f74f11 commit f09eefe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## [Unreleased]

## [0.1.4] - 2024-01-07

- fix: smart header feature to avoid dangling header rows on page breaks with height measurements
- fix: avoid split of alert box first line on page breaks

## [0.1.3] - 2024-01-07

- feat: parse and use more html table cell css

## [0.1.2] - 2024-09-17

- feat: add support paragraphs in html table cells
- feat: support page break markers
- feat: support for line breaks and paragraphs in html tables

## [0.1.1] - 2024-06-26

Expand Down
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
md_to_pdf (0.1.3)
md_to_pdf (0.1.4)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.3)
Expand Down Expand Up @@ -30,14 +30,10 @@ GEM
language_server-protocol (3.17.0.3)
markly (0.12.1)
matrix (0.4.2)
mini_portile2 (2.8.8)
nokogiri (1.18.1)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/md_to_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MarkdownToPDF
VERSION = '0.1.3'
VERSION = '0.1.4'
end

0 comments on commit f09eefe

Please sign in to comment.