1.1.1 - 2024-06-01
- Optimize logic of persisting fragment elements
- Optimize API usage of
getFragmentVisit
1.1.0 - 2024-05-29
- Match rules conditionally:
rule.if
1.0.2 - 2024-05-21
- always update the
href
ofa[data-swup-link-to-fragment]
, even if it's the current URL
1.0.1 - 2024-03-26
- Compatibility with swup 4.6.0
1.0.0 - 2024-01-28
- Version 1.0.0 🍾
0.3.7 - 2023-11-14
- Add playwright tests
0.3.6 - 2023-11-13
- Prevent
<dialog>
fragments from being closed if pressing the Escape key
0.3.5 - 2023-11-11
- New API methods:
getFragmentVisit()
prependRule()
appendRule()
getRules()
setRules()
- Add vitest tests for many functions
0.3.4 - 2023-10-15
- Ignore fragment elements that are not children of swup's default
containers
0.3.3 - 2023-10-05
- Refactor exports
- Ensure all type definitions make it into
/dist
- Fix return type of
swup.getFragmentVisit()
0.3.2 - 2023-09-26
- Use
@swup/cli
for bundling
0.3.1 - 2023-09-25
- Ignore fragment rules where any of the
containers
doesn't return a match
0.3.0 - 2023-09-07
- Make
visit.a11y.focus
adjustable
0.2.6 - 2023-08-09
- Support for fragment visits to the current URL (handy for @swup/fragment-plugin)
0.2.5 - 2023-08-04
- simplify
visit.fragmentVisit
#35 - new option
rule.scroll
#36
0.2.4 - 2023-07-31
- Optimize exported types
0.2.3 - 2023-07-28
- Sort the
"exports"
field in package.json in the recommended way
0.2.2 - 2023-07-28
- use an
interface
for augmenting swup, so that multiple plugins can augment it
0.2.1 - 2023-07-26
- Initial Release