Skip to content

Releases: react-cosmos/react-cosmos

v3.6.1

12 Feb 21:47

Choose a tag to compare

Use this version instead of 3.6.0, which failed mid-npm publish, due to being already published under a custom dist tag.

v3.6.0

12 Feb 21:27

Choose a tag to compare

e8bd72a feat: add set and setProps to testContext (#587)
ff5cf09 chore: Clean up docs, tests and types (#589)

v3.5.0

03 Feb 18:51

Choose a tag to compare

442c2ad feat: Create stable Jest snapshots when using router-proxy (#584)

v3.4.0

01 Feb 12:46

Choose a tag to compare

ddfc84a feat: Children as props (#582)

v3.3.0

26 Jan 17:58

Choose a tag to compare

6566e60 Upgrade deps (#577)
120e449 feat: Activate REO's dismissRuntimeErrors on fixture select

v3.2.1

10 Jan 15:17

Choose a tag to compare

Fix createContext on unmount #571

v3.2.0

15 Dec 12:53

Choose a tag to compare

b0bb89c fix: Stop bundling unrelated files (#554)
dae289f feat: Respond to fixture changes (#549)
d81c613 docs: Readme: NODE_PATH for create-react-app (#553)

v3.1.1

09 Dec 13:57

Choose a tag to compare

fix: Don't crash when user has 0 or 1 components (#545)

v3.1.0

07 Dec 19:46

Choose a tag to compare

feat: Headless Testing API (#534)
feat: Basic extraction of HOCs from component name (#523) @maxsalven
feat: Dismiss runtime error on fixture change (#535) @jozsi
feat: Add fixture.init (#528)
feat: Avoid re-starting Cosmos when adding new component / fixtures files (#531) @xavcz

fix: Avoid null component paths when generating common components dir (#332)

docs: Context Proxy example (#527) @jozsi
docs: Section for installing proxies (#536) @bugzpodder

chore: Remove outdated paragraph @jozsi

v3.0.0

21 Nov 12:02

Choose a tag to compare

Check out out the blog post for a more human readable log
Cosmos 3.0, the version you’ll fall in love with

2c6cc11 BREAKING CHANGE: New fixture format and file discovery (#469)

8a5c65c feat: Generate config automatically for create-react-app (#512)
c1a74ce feat: HTTP Proxy API requests (#500)
34f4491 feat: Capture runtime errors that occur before Loader initializes (#504)
b355c38 feat: Handle missing index.html gracefully (#498)
d2eebd4 feat: Register print-fixture-files script
15962fe feat: React router proxy improvements (#477)
86bacba feat: Add dev cmd for running Jest in watch mode
34cb677 feat: Tree View Persist (#482)
c14a726 feat: Add react-error-overlay (#484)
e1b0aae feat: Allow namespacing of fixtures in tree view (#483)
975fe69 feat: Add projectKey prop to Component Playground (#485)
8f2520a feat: Find fixture files with .ts and .tsx extensions by default (#487)
ed97178 feat: Error catch proxy (#481)
6dcb142 feat: Display relative paths in console (#480)
055a9bc feat: Add option for excluding fixture files (#479)
d2a0f40 feat: Add Component Icon to Tree View (#472)
d1bad48 feat: Component Playground Tree View (#448)

158306e fix: Stop publishing voyager test use cases (#517)
c3ec833 fix: Support named component imports #475 (#516)
b595b99 fix: Only trigger Loader error state on init runtime errors (#515)
fb5f023 fix: Skip checking Loader status on file: protocol (#513)
ebd4570 fix: Module component paths (#510)
a0325d9 fix: Add support for custom-resolved absolute component paths (#507)
d4ea813 fix: Use resolveUserPath instead of require.resolve for non .js extensions (#506)
a3c2682 fix: Enable HMR in xhr-proxy (#503)
385c121 fix: Overlapping components (#497)
900798c fix: Fixture editor update (#493)
e786644 fix: Un-mock react-error-overlay requests (#491)

f7e4e2a chore: Document fixture upgrade (#514)
63e6c05 chore: v3 docs (#501)
e52533b chore: Tweak create-react-overlay integration
aa3e483 chore: Pin Prettier (#478)
13faa35 chore: Clean up shared exports (#474)