Skip to content

Releases: atlassian/extract-react-types

extract-react-types@0.29.1

01 Mar 23:25
c23cde1
Compare
Choose a tag to compare

Patch Changes

extract-react-types@0.29.0

18 Feb 05:38
d1ef803
Compare
Choose a tag to compare

Minor Changes

extract-react-types-loader@0.3.16

18 Feb 05:38
d1ef803
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [683eac7]:
    • extract-react-types@0.29.0

babel-plugin-extract-react-types@0.1.13

18 Feb 05:38
d1ef803
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [683eac7]:
    • extract-react-types@0.29.0

kind2string@0.8.1

28 Jan 00:10
d47074b
Compare
Choose a tag to compare

Patch Changes

  • 68bcec6 #152 Thanks @danieldelcore! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
    In that case, the type will be output as a raw string and summary type will be raw.

extract-react-types@0.28.0

28 Jan 00:10
d47074b
Compare
Choose a tag to compare

Minor Changes

  • 68bcec6 #152 Thanks @danieldelcore! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
    In that case, the type will be output as a raw string and summary type will be raw.

extract-react-types-loader@0.3.15

28 Jan 00:10
d47074b
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [68bcec6]:
    • extract-react-types@0.28.0

babel-plugin-extract-react-types@0.1.12

28 Jan 00:10
d47074b
Compare
Choose a tag to compare

Patch Changes

  • 68bcec6 #152 Thanks @danieldelcore! - Added a safe bail-out for when extract-react-types encounters an unsupported keyword or syntax.
    In that case, the type will be output as a raw string and summary type will be raw.
  • Updated dependencies [68bcec6]:
    • extract-react-types@0.28.0

extract-react-types@0.27.1

19 Jan 23:29
5f1ff91
Compare
Choose a tag to compare

Patch Changes

pretty-proptypes@1.1.4

21 Dec 02:38
8761f1d
Compare
Choose a tag to compare

Patch Changes

  • a879c29 #146 Thanks @declan-warn! - Add missing jsx pragma in packages/pretty-proptypes/src/PropsTable/index.js which fixes an erroneous css attribute being rendered in prop table tr's.