v0.2.0
版本发布时间: 2024-01-17 00:39:10
cetz-package/cetz最新发布版本:v0.2.2(2024-03-18 05:41:13)
What's Changed
- Improvements to
brace
by @RubixDev in https://github.com/johannes-wolf/cetz/pull/237 - feat(decorations): add flat-brace by @RubixDev in https://github.com/johannes-wolf/cetz/pull/238
- Support axis max value for charts by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/242
- tests: Allow nested tests by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/245
- plot: Contour Plots by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/243
- tests: Remove unused code from test script by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/250
- chart: Add options for tick formatting by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/264
- doc: Fix manual by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/261
- Save you some headache on
get-case
by @JamesxX in https://github.com/johannes-wolf/cetz/pull/280 - plot: Improve tick documentation by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/269
- plot: Contour Fixes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/271
- docs: fix typo by @MultisampledNight in https://github.com/johannes-wolf/cetz/pull/285
- plot: Minor Fixes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/268
- tests: Test fixes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/288
-
plot.add-boxwhisker
- A second take on box-whisker plots by @JamesxX in https://github.com/johannes-wolf/cetz/pull/287 - plot: Boxwhisker fixups by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/293
- plot: Boxwhisker manual by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/294
- Move charts into subdirectory by @JamesxX in https://github.com/johannes-wolf/cetz/pull/297
- plot: Fill Between by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/249
- plot: Support reversing, rotating and locking axes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/302
- Redesign anchor creation by @fenjalien in https://github.com/johannes-wolf/cetz/pull/258
- tests: Support test filters by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/308
- matrix: Unroll matrix-vector product by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/307
- shapes: Bezier Previous Position by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/305
- doc: Manual + Fixes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/301
- intersect: Add precise line-bezier intersection by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/313
- plot: Legend support by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/310
- Fixed school book axis labels not respecting offset. by @Midbin in https://github.com/johannes-wolf/cetz/pull/315
- Add support for customising axis label anchor in school-book style by @Midbin in https://github.com/johannes-wolf/cetz/pull/317
- Package script updates by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/322
- gallery: Update cetz version by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/323
- mark: Mark auto offsetting by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/314
- Update test ref images by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/325
- Update Angle Library by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/330
- Hobby Curve Implementation by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/319
- Add transform function + Improve rotate by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/324
- draw: Do not transform content anchors by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/326
- bezier: Improve cubic-t-for-distance by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/338
- plot: Sample Count Fix by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/340
- tests: Update ref image by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/344
- Make rotations/angles consistent by @matthew-e-brown in https://github.com/johannes-wolf/cetz/pull/275
- Remove -n 1 argument from xargs in test script by @matthew-e-brown in https://github.com/johannes-wolf/cetz/pull/348
- Making
x-grid
great again by @dscso in https://github.com/johannes-wolf/cetz/pull/355 - plot: Change vhv to hvh by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/363
- Fix default translation order by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/364
- tests: Update ref images by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/366
- Re-Add Function Documentation by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/320
- plot: Plot Annotations by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/336
- shapes: Arc through by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/273
- arc: Set previous point to arc end by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/360
- plot: Set justify: false for plot labels by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/373
- Rework style (again) by @fenjalien in https://github.com/johannes-wolf/cetz/pull/377
- ci: Update to 0.10.0 by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/374
- shapes: Radius Support for Rect by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/350
- chart: Move Bar- & Columnchart to Plot by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/337
- Improve Palettes by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/332
- chart: Pie Chart by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/342
- line: Draw line between element borders by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/378
- intersections: Support named elements by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/379
- hide: Hide elements by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/376
- bezier: Fix root precision bug by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/388
- Offset Paths to (0, 0) by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/390
- Add Riemann to Projects using CeTZ by @ThatOneCalculator in https://github.com/johannes-wolf/cetz/pull/400
- Group external dependencies in single file by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/406
- axes: Make tick limit configurable by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/405
- scripts: Add script for changing all abs paths by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/402
- Piechart Color Arrays by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/411
- canvas: Fix bug when using canvas insides tablex by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/346
- angle: Add Right Angle Function by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/415
- transform: Add option for setting the origin by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/407
- Support Content Intersections by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/386
- Distance and Angle Path Anchors by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/381
- gallery: Update gallery by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/421
- plot: Use absolute lengths in default style by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/422
- plot: Refine default style by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/423
- gallery: Replace 3D-Chart with Waves by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/427
- plot: Support min/max for add-hline and add-vline by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/435
- tree: Cleanup + Improvements by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/428
- In tree, add "end" and "after-end" as values for parent-position by @leyan in https://github.com/johannes-wolf/cetz/pull/444
- tree: Add tests for parent-position and direction by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/445
- Add
fletcher
to Projects using CeTZ by @Jollywatt in https://github.com/johannes-wolf/cetz/pull/449 - Mark Improvements by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/416
- Path Decorations by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/329
- manual: Some small fixes and improvements by @johannes-wolf in https://github.com/johannes-wolf/cetz/pull/380
New Contributors
- @Midbin made their first contribution in https://github.com/johannes-wolf/cetz/pull/315
- @matthew-e-brown made their first contribution in https://github.com/johannes-wolf/cetz/pull/275
- @dscso made their first contribution in https://github.com/johannes-wolf/cetz/pull/355
- @ThatOneCalculator made their first contribution in https://github.com/johannes-wolf/cetz/pull/400
- @leyan made their first contribution in https://github.com/johannes-wolf/cetz/pull/444
- @Jollywatt made their first contribution in https://github.com/johannes-wolf/cetz/pull/449
Full Changelog: https://github.com/johannes-wolf/cetz/compare/v0.1.2...v0.2.0