v0.8.29
Changes
- fix(release): prompt before releasing with un-pushed local commits (54e5b08)
- fix(release): auto-switch to main before releasing (81d3c75)
- fix(morphdom): preserve checkbox/radio checked state across updates (#81) (ab879f7)
- Revert "fix(morphdom): preserve checkbox/radio checked state across updates" (adc9e55)
- fix(morphdom): preserve checkbox/radio checked state across updates (0d791e0)
Installation
npm
npm install @livetemplate/client@0.8.29CDN
<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.8.29/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