Skip to content

Releases: elderfo/react-native-storybook-loader

v2.0.4

06 May 14:37
5d9e2e3
Compare
Choose a tag to compare

Change build outputs to use LF for new lines.

v2.0.3

27 Apr 10:22
Compare
Choose a tag to compare
  • fix: Avoid prettier warning "No parser and no filepath given" (#100)

Thanks @hsource for the fix

v2.0.2

21 Jul 03:01
a8a0a84
Compare
Choose a tag to compare
  • Using rnstl on macOS produces error (#95) :
    env: node\r: No such file or directory

v2.0.1

15 Jul 20:06
Compare
Choose a tag to compare
  • fix issue where transpiled outputs were not included in npm package 😣 (#94)

v2.0.0

15 Jul 12:34
Compare
Choose a tag to compare
  • convert project to typescript
  • use prettier to format output (supersedes #88)
  • resolved dependency vulnerabilities

v1.8.1

18 Sep 01:32
29fe381
Compare
Choose a tag to compare

1.8.1 (2019-09-18)

Bug Fixes

v1.8.0

18 Mar 00:27
d300c57
Compare
Choose a tag to compare

<a name"1.8.0">

1.8.0 (2018-03-18)

Features

  • generate dummy loader when no stories found (d300c579)

v1.7.0

29 Dec 03:53
be67b34
Compare
Choose a tag to compare

<a name"1.7.0">

1.7.0 (2017-12-29)

Features

  • strip story files extensions in require calls (#52) (8fcfed89, closes #51)

v1.6.0

10 Oct 18:31
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2017-10-10)

Features

  • export list of located story paths in generated file (00a85111)

v1.5.1

31 Jul 19:51
Compare
Choose a tag to compare

<a name"1.5.1">

1.5.1 (2017-07-31)

Bug Fixes

  • add generated note to output template (8047ea0c) - thanks @orta