Releases: rameel/ramstack.alpinegear.js
Releases · rameel/ramstack.alpinegear.js
1.4.4
What's Changed
- Update package exports to use conditional exports
- Make ESM exports match documentation: default + named
- Remove unnecessary zero delay from
setTimeout - Correct x-bound live demo description
Full Changelog: 1.4.3...1.4.4
1.4.3
1.4.2
1.4.1
What's Changed
x-bound: Support contenteditable="plaintext-only"
<div contenteditable="true"><div contenteditable="plaintext-only">
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
Add x-typegrab directive for auto-focus on typing
<input
type="search"
placeholder="Type to search..."
x-typegrab
/>When the user presses any printable character key (excluding whitespace) while no other editable element is focused, this input will automatically receive focus.
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
Add headless dialog (modal) component
<div x-dialog:modal
hx-trigger="close:confirm"
hx-post="/items/42/confirm">
<button x-dialog:trigger>Confirm action</button>
<dialog x-dialog:panel>
Proceed with this action?
<div>
<button x-dialog:action value="confirm">Confirm</button>
<button x-dialog:action>Cancel</button>
</div>
</dialog>
</div>Full Changelog: 1.2.4...1.3.0
1.2.4
1.2.3
What's Changed
- Update data-variable on input change for indeterminate state
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Patch to fix
x-formatattribute handling on nestedx-dataelements - Add two-way binding support for
<input type="file">inx-bounddirective
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fix
x-formatdirective failing on nestedx-dataelements
Full Changelog: 1.2.0...1.2.1