React New Window Versions Save

🔲 Pop new windows in React, using `window.open`.

v1.0.1

1 year ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/rmariuzzo/react-new-window/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/rmariuzzo/react-new-window/compare/v0.2.2...v1.0.0

v0.2.1

2 years ago

This release doesn't any feature.

  • Fix build script that prevent auto publish.

v0.2.0

2 years ago

This release includes the following changes:

  • Add onOpen prop (#39 by @hmetgundogdu).
  • Add closeOnUnmount prop (#94 by @brianmspence).
  • React 17 added as peer dependency (#82 by @RyanNerd).
  • Use standard SPDX identifier for license (#91 by @abradley).
  • Update dependencies to latest.

Happy coding!

v0.1.0

5 years ago

This release updates all dependencies to latest and fix scripts.

v0.0.12

5 years ago

Thank you @jakubkottnauer!

v0.0.7

6 years ago

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

6 years ago

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