Skip to content

Releases: hypothesis/client

v1.1549.0

20 Dec 13:24
Compare
Choose a tag to compare
v1.1549.0 Pre-release
Pre-release
Ensure mentions suggestions are displayed when clicking textarea

v1.1548.0

19 Dec 09:33
Compare
Choose a tag to compare
v1.1548.0 Pre-release
Pre-release
Display suggestions popover when at-mentioning

v1.1547.0

16 Dec 11:42
Compare
Choose a tag to compare
v1.1547.0 Pre-release
Pre-release
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

16 Dec 11:17
Compare
Choose a tag to compare
v1.1546.0 Pre-release
Pre-release
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

10 Dec 11:49
Compare
Choose a tag to compare
v1.1545.0 Pre-release
Pre-release
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

02 Dec 15:04
Compare
Choose a tag to compare
v1.1544.0 Pre-release
Pre-release
Update to latest frontend-shared, which exposes preact 10.25 types

v1.1543.0

22 Nov 10:15
Compare
Choose a tag to compare
v1.1543.0 Pre-release
Pre-release
Do not allow leaving __world__ group

v1.1542.0

19 Nov 14:52
Compare
Choose a tag to compare
v1.1542.0 Pre-release
Pre-release
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

18 Nov 11:11
Compare
Choose a tag to compare
v1.1541.0 Pre-release
Pre-release
Update to frontend-shared 8.10.2

v1.1540.0

13 Nov 10:59
Compare
Choose a tag to compare
v1.1540.0 Pre-release
Pre-release
Add group type icons to groups menu