Skip to content

Releases: atlassian/extract-react-types

extract-react-types@0.29.1

Choose a tag to compare

@github-actions github-actions released this 01 Mar 23:25
c23cde1

Patch Changes

extract-react-types@0.29.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 05:38
d1ef803

Minor Changes

extract-react-types-loader@0.3.16

Choose a tag to compare

@github-actions github-actions released this 18 Feb 05:38
d1ef803

Patch Changes

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

babel-plugin-extract-react-types@0.1.13

Choose a tag to compare

@github-actions github-actions released this 18 Feb 05:38
d1ef803

Patch Changes

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

kind2string@0.8.1

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:10
d47074b

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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:10
d47074b

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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:10
d47074b

Patch Changes

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

babel-plugin-extract-react-types@0.1.12

Choose a tag to compare

@github-actions github-actions released this 28 Jan 00:10
d47074b

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

Choose a tag to compare

@github-actions github-actions released this 19 Jan 23:29
5f1ff91

Patch Changes

pretty-proptypes@1.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Dec 02:38
8761f1d

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.