Skip to content

Releases: humanspeak/svelte-virtual-chat

Release v0.1.22

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:21
v0.1.22
bb913b6

Changes in this Release
perf(chat): drop attribute observation from the scroll-preservation observer

For more details, see the Pull Request

Release v0.1.21

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:47
v0.1.21
fc8a73e

Changes in this Release
fix(chat): preserve reading position across history prepends

For more details, see the Pull Request

Release v0.1.20

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:29
v0.1.20
560c3e7

Changes in this Release
perf(chat): prefix-sum anchor capture/restore in chatAnchoring

For more details, see the Pull Request

Release v0.1.19

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:59
v0.1.19
fbed65b

Changes in this Release
docs: match svelte-markdown docs-site format and fix API drift

For more details, see the Pull Request

Release v0.1.18

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:10
v0.1.18
647cc2d

Changes in this Release
fix(chat): pin follow-bottom with CSS scroll anchoring, not a post-hoc scrollTop write

For more details, see the Pull Request

Release v0.1.17

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:03
v0.1.17
9f54732

Changes in this Release
fix(chat): keep follow-bottom locked when a streamed message is replaced by its final document

For more details, see the Pull Request

Release v0.1.16

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:16
v0.1.16
f47c3f6

Changes in this Release
docs: accessibility guide with live keyboard demo + README sweep

For more details, see the Pull Request

Release v0.1.15

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:45
v0.1.15
5f566be

Changes in this Release
fix(chat): single ArrowUp from the bottom no longer snaps back

For more details, see the Pull Request

Release v0.1.14

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:34
v0.1.14
e358c39

Changes in this Release
feat(chat): support keyboard chat viewport scrolling

For more details, see the Pull Request

Release v0.1.13

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:13
v0.1.13
da90458

Changes in this Release
fix(chat): let programmatic scrolls escape follow-bottom

For more details, see the Pull Request