Commit Graph

78 Commits

Author SHA1 Message Date
Renovate Bot 55f23e9e5a Update dependency esbuild to v0.27.1 2025-12-20 02:07:20 +00:00
Taras Kushnir fe8fe813cf Bump widget lib version to 18 2025-12-19 20:02:56 +01:00
Taras Kushnir a25fd054c8 Cosmetic improvements 2025-12-19 13:19:04 +01:00
Taras Kushnir 3f6856698d Bump widget attempts 2025-12-19 12:22:43 +01:00
Taras Kushnir 2fe3fe6105 Cosmetic improvements
found by GitHub code quality
2025-12-15 15:49:57 +01:00
Renovate Bot a384a1f7b5 Update dependency happy-dom to v20.0.11 2025-12-12 02:15:36 +00:00
Taras Kushnir cc94c898cd Skip duplicate user started and execute triggers 2025-11-29 13:49:57 +01:00
Taras Kushnir 3ac40d043d Bump widget lib package version to 16 2025-11-29 13:34:15 +01:00
Taras Kushnir 7a921f8858 Fix auto-start mode in popup widget mode 2025-11-29 13:06:49 +01:00
Taras 036959e7d8 Update dependency esbuild to ^0.27.0 (#220)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-11-24 08:42:02 +02:00
dependabot[bot] b8d969c598 Bump js-yaml in /widget in the npm_and_yarn group across 1 directory (#216)
Bumps the npm_and_yarn group with 1 update in the /widget directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 08:35:09 +02:00
Renovate Bot 18445c5dde Update dependency eslint to v9.39.1 2025-11-18 02:06:06 +00:00
Renovate Bot 043fe943bf Update dependency esbuild to v0.25.12 2025-11-17 02:09:03 +00:00
Taras 5f9cefc7f3 Update dependency eslint to v9.39.0 (#214) 2025-11-15 06:18:39 +00:00
Renovate Bot d2bbf77f5d Update dependency happy-dom to v20.0.10 2025-11-14 02:07:47 +00:00
Taras Kushnir a016ef1a2b Add crossorigin attribute to portal scripts. related PrivateCaptcha/issues#206 2025-11-11 10:00:41 +02:00
Renovate Bot 88106ee6dc Update dependency happy-dom to v20.0.8 2025-11-05 02:06:56 +00:00
Renovate Bot 0b813d073d Update dependency happy-dom to v20.0.7 2025-11-03 02:09:40 +00:00
Taras 98a4b68a1d Update dependency eslint to v9.38.0 (#210) 2025-11-02 13:33:38 +00:00
Renovate Bot a822e91e02 Update dependency happy-dom to v20.0.5 2025-11-01 02:09:14 +00:00
Renovate Bot 375e1ec32e Update dependency esbuild to v0.25.11 2025-10-30 02:08:18 +00:00
Taras Kushnir 6533940c1e Add explicit reset method to workers pool 2025-10-21 09:00:08 +03:00
Taras Kushnir 16305e2ff1 Do not remove onFocusIn event handler 2025-10-21 08:59:42 +03:00
Taras Kushnir 794b6200b3 Cosmetic JS improvements 2025-10-21 08:58:34 +03:00
Taras Kushnir d0355faae0 Add auto mode for widget language 2025-10-21 08:57:03 +03:00
Taras Kushnir 21df85eb70 Fix issues with widget
- calling widget.reset() on page load cased the visualization to start on it's own
- focusin (if fired) was cleared from handlers - now we re-add it in reset()
2025-10-20 21:26:53 +03:00
Taras Kushnir 350868dbd3 Save solution only when user clicks widget. closes PrivateCaptcha/issues#202 2025-10-18 11:27:04 +03:00
Taras 4b19a81ee1 Update dependency eslint to v9.37.0 (#205) 2025-10-18 05:21:03 +00:00
dependabot[bot] d07f488c9f Bump happy-dom in /widget in the npm_and_yarn group across 1 directory (#203)
Bumps the npm_and_yarn group with 1 update in the /widget directory: [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `happy-dom` from 20.0.0 to 20.0.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v20.0.0...v20.0.2)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.0.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 09:56:58 +03:00
Taras Kushnir 1fc4440f83 Verify styles changed before updating them 2025-10-12 13:10:35 +03:00
Taras Kushnir ce7b82db9f Bump widget corelib version 2025-10-12 13:09:01 +03:00
Taras Kushnir 365f253b27 Fix immutable stylesheet error when updating widget styles 2025-10-12 13:08:10 +03:00
Taras Kushnir 0b09a49368 Bump widget lib version 2025-10-11 21:45:09 +03:00
Taras Kushnir 6ae42a8b60 Add feature to widget to update data-styles 2025-10-11 21:40:45 +03:00
Taras 2c16f4df8c Update dependency happy-dom to v20 [SECURITY] (#202)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-10-11 16:21:55 +03:00
Taras Kushnir 698ca5c78d Add more event tests to widget 2025-10-11 09:49:26 +03:00
Taras Kushnir 048ddd9f27 Cosmetic improvement 2025-10-10 16:19:09 +03:00
Taras Kushnir 5fbe31c25a Bump happy-dom to 15.x.x 2025-10-10 16:15:58 +03:00
Taras Kushnir 15797204de Wait for event with timeout 2025-10-10 16:13:09 +03:00
Taras Kushnir fe1b40b99d Add widget test
Mainly for bug fixed in 5df983a5c4
2025-10-10 16:09:12 +03:00
Taras Kushnir b9ebb5830b Bump widget corelib version
Invisible widget fix
2025-10-10 12:12:25 +03:00
Taras Kushnir 5df983a5c4 Fix invisible widget 2025-10-10 12:04:42 +03:00
Taras Kushnir 10e6d6092a Revert "Force widget font size override for external styles interference"
This reverts commit f430c84d4a.
2025-10-10 09:20:37 +03:00
Taras Kushnir f430c84d4a Force widget font size override for external styles interference 2025-10-10 09:09:00 +03:00
Taras Kushnir f9d3524a37 Rephrase widget js error message 2025-10-10 08:56:39 +03:00
Taras 9498f8b943 Update dependency eslint to v9.36.0 (#199)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-10-04 13:29:52 +03:00
Renovate Bot 91d59f0e1d Update dependency esbuild to v0.25.10 2025-10-02 01:57:02 +00:00
Taras Kushnir c3335d3405 Make widget color configurable 2025-09-26 16:50:32 +03:00
Taras Kushnir 81dc447640 Add ETag header for assets and scripts 2025-09-24 12:19:38 +03:00
Taras Kushnir 909f31a71a Restore default widget start mode to auto 2025-09-24 09:07:40 +03:00