Skip to content

Releases: sweetalert2/sweetalert2-react-content

v1.0.2

20 Feb 20:52
Compare
Choose a tag to compare

1.0.2 (2019-02-20)

Bug Fixes

  • banner: fix version number in banner comment, closes #48 (#74) (a30f59b)

v1.0.1

18 Jun 16:15
Compare
Choose a tag to compare

1.0.1 (2018-06-18)

Bug Fixes

  • typescript: replace Diff type with new built-in Exclude type (#43) (973b68b)

v1.0.0

27 Mar 20:18
Compare
Choose a tag to compare

1.0.0 (2018-03-27)

Bug Fixes

  • api: be a normal enhancer, require the Swal argument (no default) (a331c59)

Features

  • api: integrate changes from sweetalert2/sweetalert2#1036 (b661367)

BREAKING CHANGES

  • api: no default value for the Swal argument

v0.5.0

19 Mar 08:42
Compare
Choose a tag to compare

0.5.0 (2018-03-19)

Features

  • typescript: add TypeScript type definitions (#15) (5d2204e)

v0.4.0

13 Mar 23:14
Compare
Choose a tag to compare

0.4.0 (2018-03-13)

Bug Fixes

  • package: fix "homepage" and "bugs" fields (c386eaf)

Features

  • package: include a variety of module formats, minified and non-minified, with sourcemaps (#17) (8e98938)

v0.3.1

08 Mar 20:23
Compare
Choose a tag to compare

0.3.1 (2018-03-08)

Bug Fixes

  • package: exclude eslint configuration from published package (4fb31c8)

v0.3.0

08 Mar 20:06
Compare
Choose a tag to compare

0.3.0 (2018-03-08)

Features

  • package: improve filenames (5cea0c0)
  • package: use es modules (af47116)

v0.2.3

07 Mar 18:38
Compare
Choose a tag to compare

0.2.3 (2018-03-07)

Bug Fixes

  • build: Fix webpack externals config to use correct package names in CJS environments, closes #9 (1063416)

v0.2.2

07 Mar 17:41
Compare
Choose a tag to compare

0.2.2 (2018-03-07)

Bug Fixes

  • api: Don't accept an options object, YAGNI (#11) (f101444)

v0.2.1

05 Mar 20:07
Compare
Choose a tag to compare

0.2.1 (2018-03-05)

Bug Fixes

  • ci: publish dist folder to npm, and clean up from failed attempts (7875096)