Releases: hypothesis/client
Releases · hypothesis/client
v1.1549.0
Ensure mentions suggestions are displayed when clicking textarea
v1.1548.0
Display suggestions popover when at-mentioning
v1.1547.0
Bump katex from 0.16.14 to 0.16.15 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.14 to 0.16.15. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.14...v0.16.15) --- updated-dependencies: - dependency-name: katex dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v1.1546.0
Bump tailwindcss from 3.4.15 to 3.4.16 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.15 to 3.4.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v1.1545.0
Fix ignoring of events inside Hypothesis UI elements The `maybeCloseSidebar` function inside guest.ts relied on events inside Hypothesis UI elements not reaching it because they were stopped at the shadow root boundary by the `stopEventPropagation` helper in shadow-root.ts. However this was broken because `maybeCloseSidebar` is called in response to `pointerdown` events but `stopEventPropagation` does not intercept this event. The issue usually went unnoticed because clicking in the sidebar's toggle button when it was closed resulted in the following sequence of events: 1. "pointerdown" event, processed by `maybeCloseSidebar`. This sent a redundant "closeSidebar" message to the sidebar when it was already closed. 2. "click" event handled, resulting in the sidebar opening. In some circumstances however, such as when tap-to-click is enabled on macOS [1], these events were sometimes received in the opposite order. As a result the sidebar was opened and then immediately closed. Simplify the approach by removing the logic for preventing event propagation and instead testing whether the element is a Hypothesis UI element inside `maybeCloseSidebar` by looking at its tag name. [^1]: https://hypothes-is.slack.com/archives/C4K6M7P5E/p1733756425323569
v1.1544.0
Update to latest frontend-shared, which exposes preact 10.25 types
v1.1543.0
Do not allow leaving __world__ group
v1.1542.0
Bump tailwindcss from 3.4.14 to 3.4.15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.15. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
v1.1541.0
Update to frontend-shared 8.10.2
v1.1540.0
Add group type icons to groups menu