Skip to content

Releases: tingerrr/subpar

v0.2.2

27 Mar 08:15

Choose a tag to compare

Changed

  • Improved error message for some label error paths

Fixed

  • Fixed panic because of undefined variable in error path
  • Fixed incorrect handling of grid.cell
  • Removed absolute path to assets in util.typ

v0.2.1

10 Feb 16:09

Choose a tag to compare

Added

  • i18n: bg Bulgarian
  • i18n: ca Catalan/Valencian
  • i18n: eu Basque
  • i18n: gl Galician
  • i18n: he Hebrew
  • i18n: is Icelandic
  • i18n: la Latin
  • i18n: nl Dutch

Fixed

  • Removed validation of argument types
  • i18n: gr -> el Greek
  • i18n: ua -> uk Ukrainian

v0.2.0

10 Feb 16:08
4c178ec

Choose a tag to compare

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

v0.1.1

04 Jul 14:40
eddf4d4

Choose a tag to compare

Added

  • Default implementations for figure show rules
  • Manual examples about changing the figure appearances

Fixed

  • non-image kinds are correctly used in subpar.grid
  • setting supplements manually no longer causes a panic

v0.1.0

04 Jul 14:39
4c21e20

Choose a tag to compare

Initial Release