Skip to content

1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonasWanke JonasWanke released this 02 Aug 10:13
· 200 commits to main since this release
e3fc190

🎉 New Features

  • add Spanish localization (#84). Thanks to @paolovalerdi!
  • add missing exports for DateContent, TimeOverlays, EventBuilder<E>, and DefaultEventBuilder<E> (3877220)

🐛 Bug Fixes

  • support scrolling when inside a ScrollView (b4ffeee), closes: #80
  • avoid unsafe calls to DefaultTimeController.of(…) in TimeZoom (7bd6447), closes: #90. Thanks to @paolovalerdi for investigating the cause!

📜 Documentation updates

  • document how to support a new locale (d2f369c)