Skip to content

Latest commit

 

History

History
209 lines (93 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

209 lines (93 loc) · 10.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.11.3 (2024-08-30)

Bug Fixes

  • account for \r\n and \r line endings in pretty shadow dom (12e927a)

1.11.2 (2023-12-20)

Bug Fixes

  • types: add generics for within queries (#54) (f5a8bf6)

1.11.1 (2023-12-11)

Bug Fixes

  • types: add TypeScript generics for queries (#53) (c9b0172)

1.11.0 (2023-05-19)

Features

  • set the default getElementError to use prettyShadowDOM (#48) (990872e)

1.10.0 (2023-01-20)

Features

  • allow slots to aggregate projected elements (#46) (bdd78e1)

1.9.1 (2023-01-14)

Bug Fixes

  • strip extraneous linebreaks in pretty-shadow-dom (#45) (863475c)

1.9.0 (2023-01-06)

Features

1.8.0 (2022-11-28)

Features

  • replace DOMParser with a proper printer (#43) (ebde061)

1.7.1 (2022-11-11)

Bug Fixes

  • deepQuerySelector types and processing shadow roots (#41) (92934e2)

1.7.0 (2022-11-11)

Features

  • modify deepQuerySelectorAll behavior, add getAllElementsAndShadowRoots. (#36) (697a0dc)

1.6.2 (2022-11-10)

Bug Fixes

  • remove jsdom so polyfills arent needed. (#37) (a56bbb0)

1.6.1 (2022-11-08)

Bug Fixes

  • pretty-shadow-dom modifying the original element (#35) (4ec056e)

1.6.0 (2022-11-08)

Features

1.5.0 (2022-11-07)

Features

  • disable suggestions for shadow queries (#29) (a0bc80c)

Bug Fixes

  • pretty-shadow-dom not serializing shadowRoot hosts. (#28) (88e2b6d)

1.4.1 (2022-11-04)

Bug Fixes

  • 'within' now pushes to host element into the array of elements (#25) (2c73eca)

1.4.0 (2022-11-04)

Features

  • export prettyShadowDOM and logShadowDOM (#24) (caa3976)

1.3.1 (2022-11-02)

Bug Fixes

  • nested shadow roots in debug and in queries (#21) (c5e10db)

1.3.0 (2022-11-01)

Features

  • enable screen debug and custom element serialization (#18) (7d71736)

Extras

  • JSDOM and @testing-library/dom marked as peerDependencies. (#18) (7d71736)

1.2.0 (2022-10-13)

Features

  • export within function with shadow queries (#12) (3f045b4)

1.1.8 (2022-10-13)

Bug Fixes

  • duplicate nodes should not be returned by shadow queries. (#11) (64871a5)

1.1.7 (2022-10-11)

  • Fixed metadata on npmjs.com

1.1.6 (2022-09-30)

  • Fixed metadata on npmjs.com

Bug Fixes

  • add urls to package.json (d61cfa0)
  • add urls to package.json (ae36ba8)

1.1.5 (2022-09-15)

Bug Fixes

1.1.4 (2022-07-15)

Bug Fixes

  • use suggest: false for shadow queries (#5) (e6047f9)

1.1.3 (2022-07-14)

Bug Fixes

1.1.2 (2022-07-14)

Bug Fixes

1.1.1 (2022-07-14)

Bug Fixes

  • deepQuerySelectorAll now accounts for containers with shadowRoots and shadowRoot elements passed in. (#4) (aa4eddb)

1.1.0 (2022-07-07)

Bug Fixes

  • fix issues with duplicate elements (#1) (9136dd0)
  • fix issue with Typescript types (#1) (9136dd0)

1.0.0 (2022-07-06)