Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2024-09-16)

### Bug Fixes

* Add nodeRef and fix Warning: findDOMNode is deprecated and will be removed for react-transition-group ([6683e24](6683e24))
* clicking outside when modal mode is disabled ([7ed67fb](7ed67fb))
* position of a window after full-screen zoom via title double click and zoom out via header icon ([1d4b2e1](1d4b2e1))
* position when a window is full height ([b822c7b](b822c7b))
* safari pinch-to-zoom crash ([1ebc843](1ebc843))
* support keyboard in header buttons ([66755de](66755de))
* type definitions ([e30bbc9](e30bbc9))
* window lazy loading animation ([5a14fcf](5a14fcf))
* window move issue ([2f3bde5](2f3bde5))

### Features

* moved window size props to layoutData ([d2e94c7](d2e94c7))
* react 18 support ([d4ad55d](d4ad55d))
* set initial position with layoutData ([c59adf7](c59adf7))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent 2d7feb2 commit e88d545
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.9.0](https://github.com/touk/nk-windows/compare/v1.8.0...v1.9.0) (2024-09-16)


### Bug Fixes

* Add nodeRef and fix Warning: findDOMNode is deprecated and will be removed for react-transition-group ([6683e24](https://github.com/touk/nk-windows/commit/6683e24558307003cf839eb48c58662773848b4e))
* clicking outside when modal mode is disabled ([7ed67fb](https://github.com/touk/nk-windows/commit/7ed67fb7d20a653a3d2b725567829e8557049360))
* position of a window after full-screen zoom via title double click and zoom out via header icon ([1d4b2e1](https://github.com/touk/nk-windows/commit/1d4b2e1c1b19e12a23ced0bb22703e055de923ad))
* position when a window is full height ([b822c7b](https://github.com/touk/nk-windows/commit/b822c7b832210b02d0631c11ec774368a932ca3e))
* safari pinch-to-zoom crash ([1ebc843](https://github.com/touk/nk-windows/commit/1ebc843ad318166d2558672de67c223818408901))
* support keyboard in header buttons ([66755de](https://github.com/touk/nk-windows/commit/66755de530939e7b7820b14adcc841dc2337ec42))
* type definitions ([e30bbc9](https://github.com/touk/nk-windows/commit/e30bbc92122706996bbfe0dbb0a21f3ab7f96e47))
* window lazy loading animation ([5a14fcf](https://github.com/touk/nk-windows/commit/5a14fcf478d55f9cbbb2c8e2d974dbad0c57aceb))
* window move issue ([2f3bde5](https://github.com/touk/nk-windows/commit/2f3bde55a27ceca59bd8e0b031a3a9375cea2c6b))


### Features

* moved window size props to layoutData ([d2e94c7](https://github.com/touk/nk-windows/commit/d2e94c7f4931b4ffa5ba5c49a7124805552d6088))
* react 18 support ([d4ad55d](https://github.com/touk/nk-windows/commit/d4ad55d918ed73e039ae28edeb670b50860af691))
* set initial position with layoutData ([c59adf7](https://github.com/touk/nk-windows/commit/c59adf7fa5631e85730a4f8e3d92873e4eba3573))

# [1.9.0-beta.9](https://github.com/touk/nk-windows/compare/v1.9.0-beta.8...v1.9.0-beta.9) (2024-09-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@touk/window-manager",
"version": "1.9.0-beta.9",
"version": "1.9.0",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit e88d545

Please sign in to comment.