Skip to content

Testing Playground v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 19:06
· 189 commits to main since this release
b26813c

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)