-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGELOG: add changelog for v0.1.0 release
- Loading branch information
1 parent
2478df8
commit c96ccc0
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# v0.1.0 | ||
|
||
## Changelog since v0.1.0 | ||
|
||
### Known Issues | ||
|
||
No new known issue. | ||
|
||
### Security Notes | ||
|
||
No new security note. | ||
|
||
### Changes | ||
|
||
#### Feature | ||
|
||
- add program `typst-ts-cli`, with [commands: compile, font:list](https://github.com/Myriad-Dreamin/typst.ts/blob/2478df888282af09dc814a481348745c4311f98f/cli/src/lib.rs). | ||
|
||
- add program `typst-ts-fontctl` to download font assets from typst repo, [ref](https://github.com/Myriad-Dreamin/typst.ts/blob/2478df888282af09dc814a481348745c4311f98f/contrib/fontctl/src/main.rs). | ||
|
||
- add `typst_ts_core::Artifact` to represent a precompiled document. | ||
|
||
- add `typst_ts_core::Artifact::to_document` to convert an artifact to a `typst::doc::Document`. | ||
|
||
- introduce `typst_ts_core::config::WorkspaceConfig` for configure workspace for compiler. | ||
|
||
- introduce `typst_ts_core::config::CompileOpts` for control low-level behavior of compiler. | ||
|
||
- add `@myriaddreamin/typst.ts/createTypstRenderer(pdfjsModule): TypstRenderer`. | ||
|
||
- add method `init` and method `render` to `@myriaddreamin/typst.ts/TypstRenderer`. | ||
|
||
- add `@myriaddreamin/typst.ts/preloadRemoteFonts: BeforeBuildFn`. | ||
|
||
- add `@myriaddreamin/typst.ts/preloadSystemFonts: BeforeBuildFn`. | ||
|
||
- add `@myriaddreamin/typst.react/<TypstDocument fill?='' artifact=''>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# CHANGELOGs | ||
|
||
- [CHANGELOG-0.1.md](./CHANGELOG-0.1.md) |