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
andnext2Label
respectively tonull
. - 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!