Skip to content

Latest commit

 

History

History
130 lines (72 loc) · 7.89 KB

File metadata and controls

130 lines (72 loc) · 7.89 KB

Changelog

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)