Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sashafirsov/css-chain-test

1.1.9

05 Aug 21:38
c9e5752
Compare
Choose a tag to compare

callback typings for on/addEventListener, chain return type unified

1.1.8

05 Aug 19:16
180000e
Compare
Choose a tag to compare

value getter callbacks for attr, prop, txt include as sub-selector arrCss as current chain arrThis

1.1.7

04 Jun 07:23
Compare
Choose a tag to compare

template() light DOM matched shadow DOM tests

1.1.5

13 May 04:38
Compare
Choose a tag to compare

tech release, bump up dependencies

1.1.4

12 May 05:52
Compare
Choose a tag to compare

$(css, el with shadowRoot)

1.1.3

22 Apr 04:15
Compare
Choose a tag to compare

Adding HTMLElement to typings mixin.

1.1.2

22 Mar 08:59
9dead9a
Compare
Choose a tag to compare

1.1.2

  • TS upgrade > typings
  • code coverage non-functional

1.0.13

14 Jan 06:33
201fd81
Compare
Choose a tag to compare

template()

1.0.11

24 Dec 01:21
06bd9bc
Compare
Choose a tag to compare
  • missing text in slot with text node fix
  • $.$() to match same collection
  • CssChainElement uses $().slot()
  • sanitizing demo.html

1.0.10

22 Dec 18:45
Compare
Choose a tag to compare
  • attr( k,v,css)
  • prop( k,v,css)
  • slot( name, v ) ret type fix
  • clone( n, cb=>arr ) fix