Skip to content

v2.15.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 24 May 20:03
· 734 commits to main since this release

What's new?

  • Added navigationLabel prop which makes you able to change the label displayed on the navigation bar. See more details in README.md. Thanks, @bjenkins24!
  • You can now disable "«" & "»" buttons by setting explicitly prev2Label and next2Label respectively to null.
  • TypeScript type definitions are now also provided for entry.nostyle variant. Thanks, @szdc!
  • Added reliability improvements in cases where array of values in which one or more value is invalid is provided.

Bug fixes

  • Minor fixes to documentation. Thanks, @saitodisse!
  • Fixed builds created from macOS X having unnecessary files added to the build. Thanks, @krzysiek1507!