playwright/packages
Yury Semikhatsky ef4b4043c3 chore(bidi): use original key name when computing bidi value
Use orignal key name from the API, to not lose information due to double mapping.
We previously switched to using code for pw -> bidi mapping(https://github.com/microsoft/playwright/pull/34246), but it does not work for `H` and `h`:

```
  ControlLeft => code:ControlLeft key:Control
  ControlRight => code:ControlRight key:Control
  H => code:KeyH key:H
  h => code:KeyH key:h
```
2025-01-13 16:19:41 -08:00
..
html-reporter chore: move attachments link to step body (#34196) 2025-01-13 10:07:54 +01:00
playwright feat(toBeChecked): allow indeterminate expectation (#34269) 2025-01-09 18:18:15 -08:00
playwright-browser-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-browser-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-browser-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-core chore(bidi): use original key name when computing bidi value 2025-01-13 16:19:41 -08:00
playwright-ct-core fix(defineConfig): fix type issue passing custom property in the seco… (#33774) 2024-12-09 09:20:47 -08:00
playwright-ct-react fix(types): Global JSX namespace is deprecated (#33949) 2024-12-11 17:09:19 -08:00
playwright-ct-react17 chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-svelte chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-vue fix(ct-vue): Upgrade plugin-vue to be compatible with Vite 5 (#33758) 2024-11-26 17:42:36 +01:00
playwright-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-test chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
protocol/src feat: Enable snapshots for most remaining public commands (#34072) 2025-01-10 05:04:44 -08:00
recorder chore: consolidate aria parser in isomorphic bundle (#34298) 2025-01-10 15:32:35 -08:00
trace/src fix(tracing): use page swap timestamp to find closest screenshot (#32512) 2024-09-10 14:32:33 +02:00
trace-viewer chore: allow matching aria snapshot in trace viewer (#34302) 2025-01-11 10:14:21 -08:00
web fix(ui): fix washed out dropdown colors in dark mode (#34186) 2025-01-08 06:14:22 -08:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00