Skip to content

Releases: livetemplate/client

v0.8.12

02 Apr 04:56

Choose a tag to compare

Changes

  • feat: add client-side toast directive (#42) (5f3a1e2)

Installation

npm

npm install @livetemplate/client@0.8.12

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.12/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.10

30 Mar 05:16

Choose a tag to compare

Changes

  • feat: auto-wire Change() for elements & fix cursor reset (#40) (b2ddc56) Installation npm npm install @livetemplate/client@0.8.10 CDN <script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.10/dist/livetemplate-client.browser.js"></script> Related Releases This release follows the LiveTemplate core library version 0.8.x Core Library: https://github.com/livetemplate/livetemplate CLI Tool: https://github.com/livetemplate/lvt Examples: https://github.com/livetemplate/examples

v0.8.9

29 Mar 19:31

Choose a tag to compare

Changes

  • fix: harden release script with clean build and verification (#37) (b2b59e4)
  • fix: pull latest from remote before releasing (#36) (74d6f74)

Installation

npm

npm install @livetemplate/client@0.8.9

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.9/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.8

29 Mar 10:01

Choose a tag to compare

Changes

  • fix: skip patching focused form elements during DOM update (#32)

Installation

npm

npm install @livetemplate/client@0.8.8

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.8/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.7

27 Mar 06:03

Choose a tag to compare

Changes

  • feat: formless standalone button support (#29) (55c4dca)
  • feat: implement Change() auto-inference client support (#25) (64476eb)
  • feat: auto-intercept forms for progressive complexity (#23) (b4b9672)
  • fix: use wss:// for WebSocket on HTTPS pages (#22) (398f752)

Installation

npm

npm install @livetemplate/client@0.8.7

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.7/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.4

14 Mar 14:58

Choose a tag to compare

Changes

Installation

npm

npm install @livetemplate/client@0.8.4

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.4/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.3

27 Feb 00:37

Choose a tag to compare

Changes

  • chore: upgrade Go to 1.26 in CI workflows (#21) (dcf15f7)

Installation

npm

npm install @livetemplate/client@0.8.3

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.3/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.2

02 Feb 00:22

Choose a tag to compare

Changes

  • fix: use deep merge for update operations to preserve statics (#20) (a71c25d)
  • fix: preserve large integers as strings to prevent precision loss (#19) (8c13758)
  • feat: support auto-generated _k keys in range item matching (#18) (5d5f727)

Installation

npm

npm install @livetemplate/client@0.8.2

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.2/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.8.0

18 Jan 00:46

Choose a tag to compare

Changes

Installation

npm

npm install @livetemplate/client@0.8.0

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.0/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.8.x

v0.7.12

10 Jan 06:08

Choose a tag to compare

Changes

  • fix(event-delegation): debounce captures latest input value (3d5b5e9)
  • fix(client): skip debounce for search event (clear button) (35adeb7)
  • fix(client): handle search event for input type="search" clear button (9afc00e)

Installation

npm

npm install @livetemplate/client@0.7.12

CDN

<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.7.12/dist/livetemplate-client.browser.js"></script>

Related Releases

This release follows the LiveTemplate core library version 0.7.x