Skip to content

Commit 0e4db6e

Browse files
authored
Release/v4.1.0 (#576)
* Removed un-used duplicated definition of window-element interface * Updated changelog * Version bump to v4.1.0
1 parent 17b5c16 commit 0e4db6e

File tree

15 files changed

+18
-27
lines changed

15 files changed

+18
-27
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 4.1.0
6+
7+
- Enhancement: Extend `WindowProviderInterface` with `minimizeWindow` and `restoreWindow` functions
8+
- Feature: Introduce `WindowElementQuery` type and extend `Window` class with `find`, `findAll`, `waitFor` and find hooks
9+
510
## 4.0.1
611

712
- Enhancement: Fix channel info for image loader to 4 to avoid processing errors

Diff for: core/configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nut-tree/configs",
33
"private": true,
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"description": "Shared configs for nut.js",
66
"author": {
77
"name": "dry Software UG (haftungsbeschränkt)",

Diff for: core/nut.js/lib/window-element.interface.ts

-14
This file was deleted.

Diff for: core/nut.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: core/provider-interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/provider-interfaces",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Public provider interfaces for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: core/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/shared",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Shared objects, data types and functions for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: e2e/window-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-window",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Integration tests to verify window handling",
66
"main": "main.js",

Diff for: examples/jest-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-jest",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "A simple nut.js test example which demos Jest integration",
66
"main": "index.js",

Diff for: examples/keyboard-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-keyboard",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests keyboard control",
66
"main": "index.js",

Diff for: examples/mouse-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-mouse",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests mouse control",
66
"author": {

Diff for: examples/screen-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-screen",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests screen control",
66
"main": "index.js",

Diff for: examples/typescript-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-typescript",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "A simple nut.js test example which demos usage with TypeScript",
66
"main": "index.ts",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/monorepo",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"private": true,
55
"scripts": {
66
"test": "pnpm -r test",

Diff for: providers/clipboardy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/default-clipboard-provider",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "The @nut-tree/nut-js default clipboard provider based on clipboardy",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: providers/libnut/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/libnut",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "dist/index",
66
"typings": "dist/index",

0 commit comments

Comments
 (0)