Releases: livetemplate/client
Releases · livetemplate/client
v0.8.12
Changes
Installation
npm
npm install @livetemplate/client@0.8.12CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.10
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
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.9CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.8
Changes
- fix: skip patching focused form elements during DOM update (#32)
Installation
npm
npm install @livetemplate/client@0.8.8CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.7
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.7CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.4
Changes
Installation
npm
npm install @livetemplate/client@0.8.4CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.3
Changes
Installation
npm
npm install @livetemplate/client@0.8.3CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.2
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.2CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.8.0
Changes
Installation
npm
npm install @livetemplate/client@0.8.0CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples
v0.7.12
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.12CDN
<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
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples