Skip to content

Latest commit

 

History

History
133 lines (72 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

133 lines (72 loc) · 7.28 KB

1.1.2 (2023-05-04)

Bug Fixes

  • support new vitest typings (7a661b6)

1.1.1 (2023-01-10)

Bug Fixes

  • types in package exports to be the first entry (a24add7)

1.1.0 (2022-11-17)

Features

  • add work-around entrypoint for jest@<=27 and typescript<=4.6 (193a403)

1.0.0 (2022-10-22)

⚠ BREAKING CHANGES

  • cjs and esm builds
  • Adds support for Vitest
  • Entrypoint for Jest has moved to import 'extend-to-be-announced/jest'
  • Entrypoint for Jest's manual registration has moved to import { register } 'extend-to-be-announced/jest/register'

Features

0.6.0 (2022-02-13)

Features

0.5.0 (2021-11-07)

⚠ BREAKING CHANGES

  • remove warnIncorrectStatusMessages API

Bug Fixes

  • remove warnIncorrectStatusMessages API (9e89b52)

0.4.1 (2021-09-06)

0.4.0 (2021-06-22)

Features

  • switch to aria-live-capture (764f41e)

0.3.0 (2021-04-11)

⚠ BREAKING CHANGES

  • Previously index.js entrypoint automatically registered extender. Now this is done by "/register" entrypoint
  • Adds entrypoints for exported utilities

Features

  • add clearAnnouncements API (6da067b)
  • add getAnnouncements API (402a7eb)
  • entrypoints for registration and utilities (44877d1)
  • format announcements in error message with hyphens (5076747)
  • include count of captured announcements in error messages (7f47d45)
  • trim white-space of announcements (99ba420)

Bug Fixes

  • detect nodes added by insertAdjacentText (583721c)

0.2.0 (2021-03-31)

Features

Bug Fixes

  • detect element nodes from nodeType (1d3c519)
  • detect nodes added by append (11d9fbf)
  • detect nodes added by before (ecb8ffe)
  • detect nodes added by insertAdjacentElement (fb6be90)
  • detect nodes added by prepend (0b8e95d)
  • detect nodes added by replaceChild (45844af)
  • error messages to consider pattern+not+politeness_setting (c438ba0)

0.1.2 (2021-03-25)

Bug Fixes

  • detect nodes added by insertBefore (1f3c34c)

0.1.1 (2021-03-03)

Bug Fixes

  • detect appended text nodes (8d55459)

0.1.0 (2021-02-28)

Features

  • cleanup to restore intercepted methods and setters (9ab83aa)
  • extend implicit politeness setting support (2ba171b)
  • initial working version (1518775)
  • intercept textContent changes (5321070)
  • option to warn about incorrectly used status messages (477008f)
  • replace mutation-observer with monkey-patching append-child (11eee9d)
  • support .not assertions (34b6e3c)
  • support asserting by politeness level (552e542)
  • support changes of role & aria-live (87cf7e0)
  • support TEXT_NODE changes (7ce9fac)