Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Nov 18, 2024
1 parent 461c14d commit 4c178ec
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# [unreleased](https://github.com/tingerrr/subpar/tags/)
## Added
- added scope paramter to `super` and `grid`

## Removed

## Changed

## Fixed

---

# [v0.2.0](https://github.com/tingerrr/subpar/tags/v0.2.0)
## Added
- added scope paramter to `super` and `grid`

## Changed
- updated minimum compiler version to 0.12.0

## Fixed
- Passing `grid` sub-elements to `subpar.grid` now correctly passses them though
to `grid`
- cleaned up changelog

---

Expand All @@ -18,10 +28,6 @@
- Default implementations for figure show rules
- Manual examples about changing the figure appearances

## Removed

## Changed

## Fixed
- non-image kinds are correctly used in `subpar.grid`
- setting supplements manually no longer causes a panic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Subpar is a [Typst] package for creating sub figures.

```typst
#import "@preview/subpar:0.1.1"
#import "@preview/subpar:0.2.0"
#set page(height: auto)
#set par(justify: true)
Expand Down
Binary file modified doc/manual.pdf
Binary file not shown.
Binary file modified examples/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
entrypoint = "src/lib.typ"
name = "subpar"
version = "0.1.1"
version = "0.2.0"
compiler = "0.12.0"
authors = ["tinger <me@tinger.dev>"]
repository = "https://github.com/tingerrr/subpar"
Expand Down

0 comments on commit 4c178ec

Please sign in to comment.