Skip to content

v6.0.1-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@dannyhw dannyhw released this 12 Oct 18:54

Features

  • you can now specify a config location and you can change the folder name #278
    • note that this folder should still contain all the same files
    • —absolute option will use absolute imports in the requires.js file
    • paths in general should work better with the watcher and get stories script
  • choosing an initial selection is now easier and is correctly typed #274

Breaking changes (since previous alpha):

  • In main.js stories are relative from the config directory and no longer add "../", this should fix absolute paths and other bugs #278
  • make sure to update your paths if you were using v6.0.1-alpha.3
  • sbn-get-stories and sbn-watcher are now sb-rn-get-stories and sb-rn-watcher so make sure to update these if you were using v6.0.1-alpha.3
  • @react-native-async-storage/async-storage is now a peer dependency and is required
  • AsyncStorage is no longer needed as an option to getStorybookUI