Skip to content

Releases: eddyerburgh/avoriaz

1.9.0

15 Mar 12:57
Compare
Choose a tag to compare
  • Add instance method

1.8.3

05 Mar 19:56
Compare
Choose a tag to compare
  • Re expose use method
  • Bump Vue version
  • Move Vue to Dependencies

1.7.2: Remove use method (temporary)

04 Mar 18:03
Compare
Choose a tag to compare
  • Remove use method due to compilation bugs

1.7.0

04 Mar 16:49
Compare
Choose a tag to compare

Features

  • Add setData method
  • Add destroy method

Refactors

  • Split tests out into separate files

1.6.0

12 Feb 22:00
Compare
Choose a tag to compare

Add use method

1.5.2

08 Feb 13:51
Compare
Choose a tag to compare
  • Throw error explaining avoriaz must be run in browser environment, if document is not available to avoriaz

1.5.1

08 Feb 13:07
Compare
Choose a tag to compare
  • Remove babel-runtime from project

1.5.0

03 Feb 13:01
Compare
Choose a tag to compare
  • Add .hasStyle method
  • Add .hasAttribute method
  • Deprecate .style method
  • Reinstate unit tests running in jsdom

1.4.0

02 Feb 22:30
Compare
Choose a tag to compare
  • Change style method to return CSSStyleDeclaration object instead of node.style. Fixes #4

This breaks wapper.style when using jsdom. A fix is planned.

1.3.0

01 Feb 23:10
Compare
Choose a tag to compare
  • Add support for descendant combinator and multiple selectors in .find
  • Add support for direct descendant combinator in .find
  • Add style method
  • Add logo to README
  • Add changelog