Skip to content

Releases: TylorS/snabbdom-selector

Release list

v4.0.0

Choose a tag to compare

@atomrc atomrc released this 07 Sep 15:36

Breaking changes

Selecting using attributes with empty or quoted value will now select according to the selector (#30)

select(nodes, '[attr]') -> will select nodes that matche even if the value inside the attribute is false-y
select(nodes, [attr="value"]` -> will work as expected (returned nothing before)

v3.1.0

Choose a tag to compare

@atomrc atomrc released this 31 Aug 22:17

Fixes

  • Allow selecting using attributes (#28)