All Versions
47
Latest Version
Avg Release Cycle
112 days
Latest Release
2047 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.3.1 Changes
- โ Added missing
test-renderer
file forrequire
ing
- โ Added missing
-
v3.3.0 Changes
- โ Added support for the react-test-renderer
- ๐ Fixed issue #28 (immutable lists mixed with other child components)
-
v3.2.4 Changes
- ๐ Fixed and updated the docs, and with huge thanks to @sunesimonsen all the examples in the docs are now tested
-
v3.2.3 Changes
- ๐ Fixed issue with default flags for
on
clauses in events. It now uses the same default matching flags as all other assertions. All assertions now use a single function to calculate the options, so the matching flags are always the same based on thewith all children
,with all wrappers
, andexactly
flags
- ๐ Fixed issue with default flags for
-
v3.2.2 Changes
๐ Fixed issue with
queried for
when the resulting promise is used, not returning the correct object. Note that if the result of the query is an HTMLElement, it is now (correctly) the HTMLElement, and not an opaque object that could be used in a furtherto have rendered
style assertion. As this should have been the case, although the tests have been changed, this is considered a patch version issue as this was the intended behaviour - the tests were sadly wrong. (#26)๐ Fixed issue that multiple events with arguments would not always use the correct object as the result of the promise. e.g.
expect(component, 'with event click', { /* ... */ }, 'with event click', { /* ... */ }) .then(result => { /* Here the result would have been undefined */ });
-
v3.2.1 Changes
- โก๏ธ Update to unexpected-htmllike 2.1.1 (improved output for text content diffs)
-
v3.2.0 Changes
- โก๏ธ Update docs for rendering stateless components (thanks @2color)
- โ Add support for
eventTarget
inon
clauses ofwith event
- โ Add support for
queryTarget
inqueried for
-
v3.1.3 Changes
- ๐ Fix for 'not to contain' and 'to contain with all children' after event
-
v3.1.2 Changes
- ๐ Fix for combining
queried for
andwith event
in the deep renderer (#23 - thanks @janmeier for reporting)
- ๐ Fix for combining
-
v3.1.1 Changes
- โก๏ธ Update to htmllike 2.0.2, fixes output issue