30 Commits

Author SHA1 Message Date
ubunteroz 6f1f8cdced feat: configurable default language and WAI-ARIA accessible name
Release Accessibility Widget / release (push) Waiting to run
widget.js:
- add defaultLanguage config (honored on first visit over browser detect)
- compute screen reader text via ARIA order: aria-labelledby -> aria-label
  -> contents -> alt -> title
- extract getSpeechLang() helper (was duplicated in handleFocus + toggle)
- use optional chaining for ACCESSIBILITY_WIDGET_CONFIG lookup

package.json (fork metadata):
- license: GPL -> GPL-3.0-or-later (valid SPDX)
- engines: node >=12 -> >=14 (optional chaining)
- add homepage, drop empty dep objects and non-standard cdn field
2026-07-01 08:33:50 +08:00
sinanisler f0bc0307c1 chore: bump version to 2.0.14 2026-06-15 21:57:47 +03:00
github-actions[bot] e6a603c25b chore: bump version to 2.0.13 2025-12-25 12:41:24 +00:00
github-actions[bot] a8eae2dc85 chore: bump version to 2.0.12 2025-12-24 17:13:08 +00:00
github-actions[bot] e55ec81794 chore: bump version to 2.0.11 2025-12-23 15:10:05 +00:00
github-actions[bot] ca1414a62c chore: bump version to 2.0.10 2025-12-23 11:07:03 +00:00
github-actions[bot] 4cb13d95b0 chore: bump version to 2.0.9 2025-12-22 18:34:03 +00:00
github-actions[bot] 1c8d8bae78 chore: bump version to 2.0.8 2025-12-22 18:31:16 +00:00
github-actions[bot] 94b2ededd2 chore: bump version to 2.0.7 2025-12-22 11:13:47 +00:00
github-actions[bot] 7cb3c9c38e chore: bump version to 2.0.6 2025-12-22 10:36:04 +00:00
github-actions[bot] 3d060d3de8 chore: bump version to 2.0.5 2025-12-22 09:58:52 +00:00
github-actions[bot] 3716e058ec chore: bump version to 2.0.4 2025-12-22 00:25:27 +00:00
sinanisler 90c8003d07 release 2025-12-22 03:25:17 +03:00
github-actions[bot] 1d7ad0ad5c chore: bump version to 2.0.3 2025-12-22 00:10:52 +00:00
sinanisler e7bdf5c18d fix: revert version number to 2.0.2 in package.json 2025-12-22 03:06:24 +03:00
github-actions[bot] c294ef068f chore: bump version to 2.2 2025-12-21 23:56:14 +00:00
github-actions[bot] 480f2c1d8f chore: bump version to 2.1 2025-12-21 23:16:31 +00:00
sinanisler 787defcdbf Update version to 2.0 in package.json and remove outdated sections from README.md 2025-12-22 02:01:08 +03:00
sinanisler d89282270f Bump version to 1.0.7 in package.json and update widget.js styles for improved accessibility 2025-07-31 10:56:17 +03:00
sinanisler 3f10e311ab Bump version to 1.0.6 in package.json 2025-06-23 12:38:29 +03:00
sinanisler 26e5de2c0c Update feature coverage in README.md and bump version to 1.0.5 in package.json 2025-06-23 02:02:34 +03:00
sinanisler 7a481a14e5 Bump version to 1.0.4 in package.json 2025-06-23 01:48:30 +03:00
sinanisler 99d6448e37 Update README.md title and package.json author and license information 2025-06-23 01:29:32 +03:00
sinanisler 605830ac52 Bump version to 1.0.3 and update homepage URL in package.json 2025-06-23 01:19:36 +03:00
sinanisler 03ce6af1df Bump version to 1.0.2 in package.json and increase z-index for accessibility widget styles 2025-06-23 01:16:46 +03:00
sinanisler c63e52c895 Update package.json with correct author information and repository URLs 2025-06-23 01:13:09 +03:00
sinanisler 1a9dbaa6d6 Update README.md and package.json to reflect package name change and version bump 2025-06-23 01:11:01 +03:00
sinanisler 693bbd6443 Rename package to 'accessibility-widgets' for consistency 2025-06-23 01:09:20 +03:00
sinanisler 53c3820ee2 Update package.json 2025-06-23 00:57:59 +03:00
sinanisler c711076653 Initialize package.json for web accessibility widget with essential metadata and scripts 2025-06-22 02:10:42 +03:00