@connectid-tools/idp-selector-react 6.11.0-alpha.5 → 6.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -259,6 +259,14 @@ The SVG image below the ConnectID button has either option dark or light mode. B
259
259
 
260
260
  ## 🚀 Release Notes
261
261
 
262
+ ### 6.11.0 (Aug 5, 2025)
263
+ - Handle Windows high contrast (HCM).
264
+ - Handle no claims (authentication).
265
+ - Replace participant `role="img"` with `role="button"`.
266
+ - Fix popup tabbing.
267
+ - Use `detectincognitojs` npm package.
268
+ - Add file extension to output js files.
269
+
262
270
  ### 6.11.0-alpha.5 (Aug 5, 2025)
263
271
  - Handle Windows high contrast (HCM).
264
272
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectid-tools/idp-selector-react",
3
- "version": "6.11.0-alpha.5",
3
+ "version": "6.11.0",
4
4
  "description": "React component for IDP Selector.",
5
5
  "main": "index.js",
6
6
  "type": "module",