summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md55
1 files changed, 54 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md
index cd0cb3a9891..5dc1a6549f7 100644
--- a/Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/tcolorbox/CHANGES.md
@@ -22,6 +22,59 @@ and this project adheres to
+## [5.1.0] - 2022-06-22
+
+### Added
+- Options wrapping `\tl_if_blank:nTF` and `\tl_if_empty:nTF` (issue #179)
+ - Option `IfBlankTF`
+ - Option `IfBlankT`
+ - Option `IfBlankF`
+ - Option `IfEmptyTF`
+ - Option `IfEmptyT`
+ - Option `IfEmptyF`
+- Options to insert code at begin and end of floats (issue #172)
+ - Option `before float`
+ - Option `after float`
+ - Option `before float app`
+ - Option `before float pre`
+ - Option `after float app`
+ - Option `after float pre`
+- Library `skins`: overlap of lower part for `bicolor`, `tile`, and `beamer`
+ made configurable (issue #166) by
+ - Option `overlaplower`
+ - `\tcboverlaplower`
+- Library `documentation`: package warning, if `imakeidx` is loaded after the
+ library is loaded (issue #173)
+- Library `documentation`: gather index LaTeX macros and configure gathering (issue #174)
+ - Option `doclang/commands`
+ - Option `index gather colors`
+ - Option `index gather commands`
+ - Option `index gather counters`
+ - Option `index gather environments`
+ - Option `index gather keys`
+ - Option `index gather lengths`
+ - Option `index gather paths`
+ - Option `index gather values`
+ - Option `index gather all`
+ - Option `index gather none`
+
+### Changed
+- Required latex2e specified `\NeedsTeXFormat{LaTeX2e}[2020/10/01]` (issue #170)
+- Documentation: comment `default setting` for `every box on higher layers` (issue #168)
+- Documentation: hyperlinking keys and commands where not already done inside
+ the listings section (part of issue #175)
+- All contents of library `xparse` are moved to the `tcolorbox` main package and
+ to libraries `listings` and `fitting` respectively. `xparse` now only loads
+ the package `xparse` (issue #180)
+- Internal implementation of all `\new*` commands, e.g. `\newtcolorbox` changed.
+ Note that a missing backlash for `tcbox`-like commands
+ e.g. `\newtcbox{mybox}` instead of `\newtcbox{\mybox}` is no longer tolerated.
+
+### Fixed
+- With `parbox=false`, `before skip` was ignored in inner box (issue #171)
+
+
+
## [5.0.2] - 2022-01-07
### Changed
@@ -35,7 +88,6 @@ and this project adheres to
-
## [5.0.1] - 2021-12-20
### Fixed
@@ -44,6 +96,7 @@ and this project adheres to
This also affected boxes with sidebyside content
+
## [5.0.0] - 2021-12-16
### Added