Skip to content

Releases: react-cosmos/react-cosmos

v4.5.0

13 Jun 08:54

Choose a tag to compare

Warning: This minor version is actually a breaking change for react-cosmos-apollo-proxy. Read more

06a701d feat: Accept connections from all addresses by default (#716)
0f9f9c0 fix: Never minify component names (#714)
8effd82 fix: Remove duplicate CodeMirror dependency (#713)
001ad17 fix: Persistent Apollo mocks between fixtures (#707)
a996035 fix: Windows10 development (#696)
822f8fa chore: Extract non-webpack core from react-cosmos/server (#712)
d6cf1df chore: Refactor server tests (#711)
f01b555 chore: Replace Coveralls with Codecov (#709)
09718fa chore: Bring back Lerna commit in release flow (#691)

v4.4.0

24 May 15:40

Choose a tag to compare

e70ef0f feat: Add field in config for find-fixture-files (#687) (#689)
cb3e7c8 chore: Upgrade deps and Apollo example (#690)
da9c355 docs: semicolon in object literal typo (#686)

v4.3.0

18 May 12:01

Choose a tag to compare

3c1f268 feat: Send cookies when fetching loader page (#683)

v4.2.0

13 May 16:10

Choose a tag to compare

6c9270f fix: Don't ask to install html-webpack-plugin when it's already installed (#675)
afae6ec feat: Serve static files from root path by default (#674)
9e56241 chore: Link back entry points to src by default (#673)

v4.1.1

08 May 16:37

Choose a tag to compare

796fa63 fix: Allow fixture namespaces with slashes (#671)

v4.1.0

08 May 05:03

Choose a tag to compare

2d7368d feat: Add config.watchDirs to narrow webpack's watch (#669)
8f32545 docs: Update readme with testing tip for enzyme (#662)

v4.0.0

02 May 16:55

Choose a tag to compare

60fb492 feat: add createContext option to disable auto mock (#659)
88e0c61 feat: Add support for IE 11 (#656)

See https://github.com/react-cosmos/react-cosmos/releases/tag/v4.0.0-rc.1 for the rest.

v4.0.0-rc.1

16 Apr 05:21

Choose a tag to compare

67e4cef BREAKING CHANGE: Upgrade to webpack 4 (#628)
2403b01 BREAKING CHANGE: find fixture files when cwd includes dotfile #610 (#618)

f8d5e45 feat: Allow webpack config customization (#649)
a128da4 feat: Support webpack config that exports a function (#647)
eaa61f1 feat: Improve troubleshooting (#644)
faacf7e feat: Detect new fixture files (#643)
4f95c81 feat: update redux-proxy to receive new props (#624)
2f825fb feat: Apollo Client finer integration (#552)
f480fd8 refactor: includes StateProxy as part of createContext (#617)

b2e11ed fix: Run Cosmos through Babel in examples (#648)
496eb28 fix: Stop sharing fixture name increments across different components (#645)
3db505f fix: Prevent confusing duplicate names with HoCs (#642)
0eff793 fix: allow parsing css from node_modules by default #631 (#632)
7730c95 fix(bin/cosmos*.js): check the local process.env variables before defaulting to 'development' or 'production' (#630)
61597c4 fix: Make default webpack config backwards compatible (#629)

7e11e8a chore: Improve monorepo dev experience (#637)
ce2ba7c chore: Upgrade deps (#623)

c9f9232 docs: Document Flow helper (#650)
ed1cbdc docs: Add Twitter follow badge
9ea9801 docs: missing import statement needed in an context proxy example (#627)
f739a1b docs: Emphasise React needs to be in scope for JSX (#615)
5607779 docs: Clarify fixture file extension in README (#606)
d32718a docs: Update README.md (#601)
c1e047f docs: Improve fixture docs #563 (#597)
88d0020 docs: Update fixture documentation (#563)

v3.7.1

16 Feb 10:08

Choose a tag to compare

1960396 fix: Only call dismissRuntimeErrors in dev env #593 (#595)

v3.7.0

13 Feb 21:48

Choose a tag to compare

2fe7862 feat: Support fixture call expression exports (#591)