Skip to content

Commit

Permalink
Merge pull request #469 from carpentries/release-0.12.0
Browse files Browse the repository at this point in the history
bump version; add news
  • Loading branch information
zkamvar authored May 19, 2023
2 parents 4b9d0c5 + 04ec2b3 commit e5f367b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.11.18
Version: 0.12.0
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
27 changes: 16 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# sandpaper 0.11.18 (unreleased)
# sandpaper 0.12.0 (2023-05-19)

## NEW FEATURES

* Aggregate instructor notes now have headings that link back to the source
instructor note (reported: @tobyhodges, #463; fixed: @zkamvar, #468)
* The internal function `sandpaper:::render_html()` now explicitly sets the
pandoc version before running the subprocess. This allows lesson developers to
use the {pandoc} package to set their pandoc versions. (reported: @zkamvar,
#465; fixed: @zkamvar, #465)

## BUG FIX

* Callout block anchor links now point to the correct ID of the block derived
from the title of the block (as opposed to the generic ID).
(reported: @debpaul,
https://github.com/datacarpentry/OpenRefine-ecology-lesson/issues/292 and
@bencomp, #454; fixed: @zkamvar, #467)
* Inline images are no longer automatically transformed to figure blocks.
(reported: @ostephens, #445; fixed: @zkamvar, #446)

## MISC

* The internal function `sandpaper:::render_html()` now explicitly sets the
pandoc version before running the subprocess. This allows lesson developers to
use the {pandoc} package to set their pandoc versions. (reported: @zkamvar,
#465; fixed: @zkamvar, #465)
@bencomp, #454; fixed: @zkamvar, #467).
* Inline images no longer automatically transform to figure blocks
(reported: @ostephens, #445; fixed: @zkamvar, #446). This bug was preventing
image links (e.g. MyBinder badges) from being rendered as links with images
in them. This fixes that issue. It also helps distinguish inline images
between figures in the DOM.

# sandpaper 0.11.17 (2023-05-16)

Expand Down

0 comments on commit e5f367b

Please sign in to comment.