Skip to content

Releases: rameel/ramstack.alpinegear.js

1.4.4

07 Jan 21:12
6ef3ced

Choose a tag to compare

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

06 Jan 03:14
284290d

Choose a tag to compare

What's Changed

  • Fix incorrect export paths in when/package.json

Full Changelog: 1.4.2...1.4.3

1.4.2

05 Jan 21:27
3dad210

Choose a tag to compare

What's Changed

  • Add module field pointing to ESM build

Full Changelog: 1.4.1...1.4.2

1.4.1

22 Dec 13:17
f3e8937

Choose a tag to compare

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

21 Dec 12:52
6d06b4d

Choose a tag to compare

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

19 Dec 20:56
e910c3b

Choose a tag to compare

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

27 Sep 21:53
80d6148

Choose a tag to compare

What's Changed

  • Add interactive examples

Full Changelog: 1.2.3...1.2.4

1.2.3

26 Sep 23:27
e675d00

Choose a tag to compare

What's Changed

  • Update data-variable on input change for indeterminate state

Full Changelog: 1.2.2...1.2.3

1.2.2

26 Sep 00:32
03fcd3e

Choose a tag to compare

What's Changed

  • Patch to fix x-format attribute handling on nested x-data elements
  • Add two-way binding support for <input type="file"> in x-bound directive

Full Changelog: 1.2.1...1.2.2

1.2.1

23 Sep 00:50
d80a4a8

Choose a tag to compare

What's Changed

  • Fix x-format directive failing on nested x-data elements

Full Changelog: 1.2.0...1.2.1