Skip to content

v1.2.0

Compare
Choose a tag to compare
@valentine195 valentine195 released this 07 Apr 01:05
165b092

1.2.0 (2024-04-07)

New Features

This release includes Eras!

Features

  • Add additional options around eras to the calendar settings cog (9e74749)
  • Can now edit basic information about eras in the calendar creator (e32ecea)
  • Display era events on the calendar UI (2c8f102)
  • Enables the "End Year" setting for eras (9f5048b)
  • Era edit experience in Creator (7ed29ec)
  • Eras now support end dates (b95a604)

Bug Fixes

  • Adds ability to see events from files in the Calendar creator, with a link to ope the file. (f0b8f2b)
  • Adds generic compareDates method + updated compareEvents to use it (489b5a7)
  • Allow negative years but skip year zero (3488dbd)
  • Display proper era for the currently viewed month in Year view (ba7659c)
  • Fixes "Go to date" menu item in Calendar UI not doing anything (0d6cadf)
  • Fixes CSS for view state buttons in calendar UI (adfb4ca)
  • Fixes dropdown in event modal not using the correct class (cd120e0)
  • Fixes era formats in presets (ee557e1)
  • Fixes issue where a disabled Toggle component could still be clicked (dfded00)
  • Fixes issue where typing a space in the event search would collapse the view (a1e4d92)
  • Fixes to the invalid date detection (0257e8c)
  • Fixes updating eras in the creator (c692388)
  • Properly display eras when moving between years (418566b)
  • Properly display only the latest valid era (29fdcc9)
  • Remove cursor decoration from week numbers (1fffb45)
  • Remove deprecated API call (c102c9f)
  • UI sync between quick and full creator (cea0927)
  • Uses correct text on the Restore calendars modal button (48c11f3)
  • Uses existing ephemeral store in the UI instead of initializing a new one (60737af)