Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

87 lines (54 loc) · 5.36 KB

Changelog of rescript-react-navigation

6.2.0 - 2024-10-20

6.1.0 - 2024-04-08

6.0.3 - 2022-04-16

6.0.2 - 2022-04-13

  • Improve stack and material top tabs b77432d by @reck753

    • Improve Stack by adding:
      • headerBackTestID screen option
      • getId screen prop
    • Add swipeEnabled option to MaterialTopTabs

6.0.1 - 2021-12-06

  • Improve Drawer bindings b539ea4 by @reck753
    • add missing options
    • enable creating screen with children (ScreenWithCallback)
    • small improvements in existing options

6.0.0 - 2021-10-03

5.2.0 - 2021-09-18

5.1.3 - 2021-05-03

ReScript

5.1.2 - 2021-02-25

Add missing .res files

5.1.1 - 2021-02-25

  • Add plenty of missing bindings, (notably ssr, linking, native stack & missing props in stack) 34ff8a8 by @MoOx

5.1.0 - 2021-02-19

5.0.3 - 2020-11-18

Fix npm description

5.0.2 - 2020-09-11

  • Fixed missing src/Interop.js in npm package #38 by @baransu

5.0.1 - 2020-08-20

5.0.0 - 2020-08-10

  • Fixed BottomTabs / MaterialTopTabs tabBar props #33 by @Freddy03h
  • Added missing options props for all components #35 by @Freddy03h
  • Added ScreenWithCallback for tabs navigators #34 by @Freddy03h
  • Added Stack.ScreenWithCallback to support render callback by @a-c-sreedhar-reddy
  • Upgrade to recent rescript-react-native 0.62, rescript-react 0.9.0 and bs-platform 8 015c693 by @MoOx Should still work with previous versions.

5.0.0-beta.0 - 2020-02-29

Initial release for 5.x