Henning Koch

Results 67 comments of Henning Koch

I'm afraid this is not currently a priority for me. If you need a quick workaround you can configure Unpoly to replace any other container (like your app layout): ```js...

It looks like resetting a form triggers neither `change` nor `input` events on affected fields. We would need to listen for a [`reset`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reset_event) event on the form, even if we're...

CoffeeScript is currently being removed file-by-file in `master`. This is done to make the project more accessible to contributors, and to ship separate ES5 and ESNext builds. Shipping a third...

Totally understand the desire for consistency (1). I'm also using ESM modules at work, but as a library maintainer I need to find the fewest number of builds that work...

We're conflating three different things in this thread. ### 1. Unpoly as an ES module The original request by @JeremiePat was for a build that exports Unpoly's API as an...

@johndwells Thank you for pointing out how Alpine solves this! It's always super insightful to see how other libraries approaches a problem. While this *may* end up the way we're...

After some experimentation there may be a away to support loading via `` (or ``) that doesn't break API. When I earlier said that there is no guarantee when ``...

There may even be a way to support ``, which has no guarantees when it is executed: - When Unpoly is loaded via a `` tag, don't boot automatically. Instead...

The upcoming version 2.3 will support loading with `` and ``. I'm leaving this issue open, as it was originally about a separate ESM build for Unpoly.