Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Releases: daniandl/element-queries

v1.1.0

14 Nov 00:08
Compare
Choose a tag to compare

1.1.0 (2020-11-14)

Features

  • breakpoints object override on watch method (b213b60)

This feature is useful if you want to build your own wrapper and avoid html attributes entirely.
I may publish a Vue directive for Element Queries as an example soon.

Misc

  • readme typos and browser support notice
  • all console logs are now prefixed with [Element Queries]

v1.0.0

06 Nov 19:38
Compare
Choose a tag to compare

1.0.0 (2020-11-06)

Features

  • support height-based breakpoints (2b0e370)
  • support SVGElements (f3f6635)

Misc

v0.4.0

17 Sep 16:36
Compare
Choose a tag to compare

0.4.0 (2020-09-17)

feat

chore

  • add error & store DEFAULT_OPTS in utils (50e6382)

docs

  • update readme for v0.4.0 (758a44e)

refactor

  • init and ensure only called once (ea84948)

v0.3.3 (Breaking)

16 Sep 21:48
Compare
Choose a tag to compare

FIX: ElementQueries is now a default export for CommonJS

This introduces a breaking change... yes I know, it's a patch version... I feel bad, okay? 😢
I want to stay under v1.0.0 for now, so I hope no one is using this yet :)

v0.3.2

16 Sep 20:58
Compare
Choose a tag to compare

FIXED: The library should now also pick up your elements when initialized after the dom has loaded.

v0.3.0

15 Sep 23:16
Compare
Choose a tag to compare

A working implementation of the library.
Usage examples and README coming soon.

v0.2.0

12 Sep 21:43
Compare
Choose a tag to compare

This is just a test :)