Skip to content

Latest commit

Β 

History

History
191 lines (99 loc) Β· 10.4 KB

CHANGELOG.md

File metadata and controls

191 lines (99 loc) Β· 10.4 KB

Changelog

2.0.1 (2024-09-09)

Bug Fixes

  • specify package engines correctly (f5061d7)

2.0.0 (2024-09-08)

⚠ BREAKING CHANGES

  • migrate to UnoCSS and Shiki highlighter

Features

  • migrate to UnoCSS and Shiki highlighter (3c52243)

1.3.1 (2024-09-08)

Bug Fixes

  • load Shiki theme directly (3e6b27a)

1.3.0 (2024-03-23)

Features

  • remove backticks from code (77e7c31)

1.2.0 (2024-01-27)

Features

  • enable listing multiple authors on cover (d21d0c9)
  • use and between last two authors rather than comma (bbcfeb2)

1.1.4 (2024-01-13)

Bug Fixes

  • make resolveAssetUrl safe for base URL with or without trailing slash (a5c4f21)

1.1.3 (2023-03-22)

Bug Fixes

  • use correct comment syntax (ee3cb92)

1.1.2 (2023-03-12)

Bug Fixes

  • ensure alignment of author, date and content (f03443e), closes #10

1.1.1 (2022-12-21)

Bug Fixes

  • #7: prevent overlap of global layers in export (5aadf73), closes #7
  • consider base path specified by user (b57a01d)
  • prevent pagination from being displayed on slide end (9a34e17)

1.1.0 (2022-05-21)

Features

  • enable filling of footnotes (be3a4c7)

Bug Fixes

  • add background color to Footnotes component (d7ad960)

1.0.0 (2022-04-24)

⚠ BREAKING CHANGES

  • put variables in context of the cover layout
  • put variables in context of the layout
  • make variables more concise
  • improve variable semantics

Features

  • default to fonts which support all font weigths on google fonts (4d27e7a)
  • use normal font weigth for auther and date (8ffc3c3)

Code Refactoring

  • improve variable semantics (31ef068)
  • make variables more concise (428658e)
  • put variables in context of the cover layout (996152c)
  • put variables in context of the layout (3f793c4)

0.5.0 (2022-04-19)

Features

  • add index (0ad399d)
  • enable index to be used for references (aa3c97c)

0.4.0 (2022-04-13)

Features

  • show table of content with decimal list by updating slidev (044c658)

Bug Fixes

  • account for optionality of paginationPagesDisabled (aa27511)

0.3.0 (2022-04-10)

Features

  • allow disabling rendering of global pagination for specific slides (8211c15)
  • enable styling pagination by transferring class names (50827da)

0.2.1 (2022-03-13)

0.2.0 (2022-03-06)

Features

Bug Fixes

  • use correct user parameter (5bde6b1)

Reverts

  • Revert "ci: temporarily remove deploy workflow branch filter for testing" (66a74de)
  • Revert "ci: temporarily remove deploy workflow branch filter for testing" (294f3ec)

0.1.2 (2022-03-01)

Bug Fixes

  • equally distribute space between content and figure (0e2af8c)
  • set default of paginationY to top (25d8071)

0.1.1 (2022-02-28)

0.1.0 (2022-02-27)

Bug Fixes

  • add correct footnote (4c3a36c)
  • move footnotes to the right (cac4af7)
  • rename file to PascalCase according to style guide (1d2cd4e)
  • undo formatting (7f27086)
  • use flexbox to avoid overflow of long and narrow images (d6a0e45)

Features

  • add component FigureWithOptionalCaption (8b41a1e)
  • add component pagination (1d1e374)
  • add component TextWithOptionalLink (d0ddd3f)
  • add components Footnotes and Footnote (cef139b)
  • add layout figure (47822da)
  • add layout figure-side (6a98eb1)
  • add layout table-of-contents (e428743)
  • add/overwrite layout cover (630edbd)
  • define max height and center (80dad54)
  • enable global pagination per configuration (ea0890d)
  • enable pagination based on setting any configuration set (c51de8a)