From e6b8253107b9466dc68b5e570d51cadf34e0546c Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Sun, 27 Jun 2021 11:44:53 +0900 Subject: [PATCH] #1685 --- NEWS.ja.md | 4 ++++ NEWS.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.ja.md b/NEWS.ja.md index 7db765654..fe1263d5f 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,4 +1,7 @@ # Version 5.2.0 +## 新機能 +* EPUBMaker: CSS 組版向けに、見出しの存在に応じて `
` で階層化する機能を追加しました。config.yml で `epubmaker` セクションの `use_section` パラメータを `true` にすると有効化されます ([#1685]) + ## バグ修正 * PDFMaker: Ruby 2.6 以上でテンプレートの引数についての警告が出る問題を修正しました ([#1683]) * EPUBMaker: Docker 環境においてファイルがコピーされず空になる問題を修正しました ([#1686]) @@ -25,6 +28,7 @@ [#1674]: https://github.com/kmuto/review/issues/1674 [#1683]: https://github.com/kmuto/review/pulls/1683 [#1684]: https://github.com/kmuto/review/pulls/1684 +[#1685]: https://github.com/kmuto/review/pulls/1685 [#1686]: https://github.com/kmuto/review/issues/1686 [#1688]: https://github.com/kmuto/review/pulls/1688 [#1689]: https://github.com/kmuto/review/pulls/1689 diff --git a/NEWS.md b/NEWS.md index acc75b99a..ea9b4ff79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ # Version 5.2.0 +## New Features +* EPUBMaker: added `
` based on heading level for CSS formatting, when the `epubmaker/use_section` parameter is set to `true` ([#1685]) + ## Bug Fixes * PDFMaker: fixed a problem that caused a warning in templates for Ruby 2.6 and above ([#1683]) * EPUBMaker: fixed an issue that caused copied files to be empty in Docker environments ([#1686]) @@ -25,6 +28,7 @@ [#1674]: https://github.com/kmuto/review/issues/1674 [#1683]: https://github.com/kmuto/review/pulls/1683 [#1684]: https://github.com/kmuto/review/pulls/1684 +[#1685]: https://github.com/kmuto/review/pulls/1685 [#1686]: https://github.com/kmuto/review/issues/1686 [#1688]: https://github.com/kmuto/review/pulls/1688 [#1689]: https://github.com/kmuto/review/pulls/1689 @@ -48,7 +52,7 @@ # Version 5.1.0 ## New Features -* added Rake rule to call [Vivliostyle-CLI](https://github.com/vivliostyle/vivliostyle-cli), CSS typesetting formatter. Create a PDF with `rake vivliostyle:build` or `rake vivliostyle`, and open a preview with `rake vivliostyle:preview` ([#1663]) +<* added Rake rule to call [Vivliostyle-CLI](https://github.com/vivliostyle/vivliostyle-cli), CSS typesetting formatter. Create a PDF with `rake vivliostyle:build` or `rake vivliostyle`, and open a preview with `rake vivliostyle:preview` ([#1663]) * PDFMaker: introduced `boxsetting` parameter to choose and customize the decorations for column, note, memo, tip, info, warning, important, caution and notice ([#1637]) * added inline op, `@` (indicates an insertion) and `@` (indicates a deletion) ([#1630]) * EPUBMaker, WebMaker: MathJax is now supported. Added `math_format` parameter to choose the mathematical expression method ([#1587], [#1614])