Skip to content

Releases: rmariuzzo/react-new-window

v1.0.1 - Relaxing types

27 Nov 05:13
Compare
Choose a tag to compare

This patch release relax types to allow undefined values for height and width window features.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Support for React 18

27 Nov 03:02
Compare
Choose a tag to compare

This release expand the version range required in the package.json. No more need to npm i --force.

What's Changed

  • Add checks because effects fire twice in dev for React 18 by @nmathew98 in #134

New Contributors

Full Changelog: v0.2.2...v1.0.0

v0.2.1 - Build script fixed.

25 Oct 05:21
Compare
Choose a tag to compare

This release doesn't any feature.

  • Fix build script that prevent auto publish.

v0.2.0 - Updates

21 Oct 03:18
Compare
Choose a tag to compare

This release includes the following changes:

Happy coding!

v0.1.0 - Dependencies updated to latest.

29 May 05:04
Compare
Choose a tag to compare

This release updates all dependencies to latest and fix scripts.

v0.0.12 – Typescript updates.

18 Mar 15:02
Compare
Choose a tag to compare

v0.0.7 – Maintenance Release ⚑️

05 Apr 23:50
Compare
Choose a tag to compare

This release includes a fix to ensure the react components to be mount in the new window are mounted in the right time.

v0.0.6 – Maintenance Release

24 Mar 21:40
Compare
Choose a tag to compare

This release include improved dev tools and minor improvements.

Commits:

  • Added: linting as pre-release step. 5c15f97
  • Updated: final build size. f5e9e80
  • Added: travic configuration for CI. e06406e
  • Added: lint script. f29e6f0
  • Added: release script script. 785a991
  • Updated: rollup config. 0453fc0
  • Merge pull request #7 from Moshem123/master 1338bea
  • Merge branch 'master' into master 68d24f3
  • Add some comments 6a9a965
  • Set timeout of 0 before copying the styles to ensure the window is open. 5616886
  • Fix copy css function, add prevState logic where it was needed, remove unused variable, add .editorconfig fb48c1b