Releases: testing-library/testing-playground
Releases · testing-library/testing-playground
Testing Playground v1.11.0
Testing Playground v1.10.1
Testing Playground v1.10.0
Testing Playground v1.9.1
Testing Playground v1.9.0
Features
- devtools: add getRoles to window (#259) (dda36c9)
- add support for scoped queries (#258) (171f367)
- improve style in preview pane (#256) (1504d52)
- add support for query suggestions on select options (#252) (ca44599)
Fixes
- highlight of selected elements (#261) (301c638)
- devtools: escape newlines in logged queries (#257) (a83f415)
Other
Testing Playground v1.8.0
Features
- devtools: add user-event to window object (#251) (f15358d)
- add embed modal (#240) (5c51172)
- add link to chrome extension (#242) (e997fc6)
- add support for custom test-id attributes (#236) (b5f021b)
- authenticate fetch requests for higher rate limits (#239) (b97fd2b)
- save state as gist (#232) (c793cfc)
- devtools: add support for custom test-id attributes (#227) (933e59c)
- update layout, add settings menu and group links (#226) (bd8f11a)
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
Features
- add "snapshot" function for wrapper elements (#198) (3496ff9)
- add chrome extension (#145) (2ca310f)
- add copy to clipboard button for DomEvents (#194) (621e3cb)
- add event-debugging environment (#167) (367858c)
- add result suggestion to scrollable area for small screen support (#181) (5c80cf2)
- add sorter for DomEvents (#195) (285f355)
- add support for
user-event
(#209) (39cbbfc) - add support for mixed html/js content (#128) (85c240c)
- format editor content on blur (#197) (21ca03c)
- format editor content on paste (#199) (5023527)
- improve seo & social media links (#143) (b02dec2)
- improve styles in preview pane (#168) (dcc799e)
- reverse order of event log entries (#178) (7c9f409)
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
Testing Playground v1.5.0
Testing Playground v1.4.0
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)