--- layout: layout.njk tags: ['posts', 'announcements'] title: htmx 0.3.0 has been released! date: 2020-10-27 --- ## htmx 0.3.0 Release I'm pleased to announce the [0.3 release](https://unpkg.com/browse/htmx.org@0.3.0/) of htmx. Due to a big testing push I'm happy to say that htmx now has **98.4%** test coverage. That said, this release involves some major surgery on trigger parsing, in particular, so please try it out and let me know if you see anything funny. ### Changes #### New Features * `hx-trigger` parsing has been rewritten and now supports [trigger filters](#trigger-filters) to filter events based on arbitrary javascript expressions * htmx now supports two additional response headers `HX-Trigger-After-Swap` and `HX-Trigger-After-Settle` allowing an event to be triggered after a given life cycle event (instead of before the swap) * The `requestConfig` is now passed out to events surrounding the AJAX life cycle * Evaluate `