Releases: rmariuzzo/react-new-window
Releases Β· rmariuzzo/react-new-window
v1.0.1 - Relaxing types
This patch release relax types to allow undefined
values for height and width window features.
What's Changed
- Allow opening a new tab by @swillis12 in #61
New Contributors
- @swillis12 made their first contribution in #61
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Support for React 18
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
- @nmathew98 made their first contribution in #134
Full Changelog: v0.2.2...v1.0.0
v0.2.1 - Build script fixed.
This release doesn't any feature.
- Fix build script that prevent auto publish.
v0.2.0 - Updates
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 - Dependencies updated to latest.
This release updates all dependencies to latest and fix scripts.
v0.0.12 β Typescript updates.
Thank you @jakubkottnauer!
v0.0.7 β Maintenance Release β‘οΈ
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
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