Skip to content

Releases: testing-library/testing-playground

Testing Playground v1.11.0

09 Oct 12:32
1ce9b06
Compare
Choose a tag to compare

Features

  • allow dynamic updates of query and markup from embedding window (#275) (80343d0)
  • auto save on share (#278) (4797e03)
  • show accessibility warning message for inaccessible elements (#270) (0962018)
  • support saving playground with partial content (#277) (a299a44)

Fixes

Testing Playground v1.10.1

17 Aug 17:43
8c7953e
Compare
Choose a tag to compare

Fixes

  • update suggestion pane when clicking in preview pane (#269) (3a4d468)

Testing Playground v1.10.0

07 Aug 15:43
3e98635
Compare
Choose a tag to compare

Features

  • add event filters to event log table (#207) (6c47c12)
  • hide app name on small screens (#267) (1abfa0b)
  • prevent opening links, unless ctrl or shift clicked (#265) (97d55cb)

Fixes

  • prevent sandbox update when clicking elements in sandbox (#264) (1944578)

Testing Playground v1.9.1

29 Jul 13:19
695c165
Compare
Choose a tag to compare

Fixes

Testing Playground v1.9.0

29 Jul 12:32
a900425
Compare
Choose a tag to compare

Features

Fixes

  • highlight of selected elements (#261) (301c638)
  • devtools: escape newlines in logged queries (#257) (a83f415)

Other

  • refactor: only parse queries in sandbox (#260) (89a0420)

Testing Playground v1.8.0

29 Jul 12:49
935f671
Compare
Choose a tag to compare

Features

Fixes

  • add immediate flag to the navbar run button (#245) (f015a01)
  • add reach css selectors to purgecss whitelist (#247) (458852a)
  • correct query suggestion on ByRole button (#250) (ca70003), closes #246
  • fix css flex/height issues in safari (#248) (2c67fc5)
  • overflow issue in embed modal (#241) (7e47150)
  • devtools: (de)serialize query suggestions for msg transport (#233) (4b13299)
  • incorrect detection of editor mode (#234) (dc6bd70)
  • extension: toggle inspecting on button click (#229) (3980a1b), closes #228

Testing Playground v1.7.0

26 Jun 13:49
b714c8d
Compare
Choose a tag to compare

Features

Fixes

  • add cleaning of events attached to dom-events preview node (#182) (f7674a8)
  • apply sandboxing changes to embed mode (#221) (0756d71)
  • bug causing WSOD on initial render (#210) (25b4b73)
  • correct og:image path in client build (#212) (cd73597)
  • invert logger check, disable by default on production (#147) (fc13e48)
  • move target node for event logger a few nodes down (#190) (63c2940)
  • null reference issue in deep-equal check (#148) (5b6ea14)
  • parser error on empty markup string, causing WSOD (#179) (28e801f)
  • restore auto indent size in markup editor (#174) (d75544b)
  • update chrome extension permissions (#177) (f45d6e4)
  • use @testing-library/dom native methods for suggestion btns (#150) (8f6ae76)

Testing Playground v1.6.0

12 Jun 18:22
198ccc0
Compare
Choose a tag to compare

Fixes

Testing Playground v1.5.0

09 Jun 20:42
c094e67
Compare
Choose a tag to compare

Features

Testing Playground v1.4.0

09 Jun 19:06
b26813c
Compare
Choose a tag to compare

Features

  • add button to copy suggestion to clipboard (#101) (846c556)
  • evaluate javascript query in a sandbox (#68) (62325ff)
  • render placeholder image when no markup is provided (#74) (a68ef61), closes #30
  • support template > script elements without type attribute (#72) (689a66c)
  • use getSuggestedQuery from @testing-library/dom (#113) (c50b039)

Fixes

  • app crash when elements params of Result component was wrong (#114) (9545a90)
  • aria-hidden attribute was ignored in suggestion on hover (#104) (8850f23)
  • blank initial state (#100) (a35b58c)
  • bug causing white screen when mouse moves in preview pane (#88) (201e233)
  • bug setting query to wrong prop in state (#121) (0634b5d)
  • fix bug from #120 that appeared in production bundle only (279a09e)
  • prevent WSOD in preview pane (#97) (ef2450d)