This repository was archived by the owner on Oct 6, 2021. It is now read-only.
Releases: sandstorm/vscode-awesome-ts-react-redux-snippets
Releases · sandstorm/vscode-awesome-ts-react-redux-snippets
2.1.1 Bugfix Release
We now use commas instead of semi-colons in type
definitions.
2.1.0
Added
- Use synthetic default exports, e.g.:
to
import * as React from 'react';
import React from 'react';
- Use
type
rather thaninterface
when applicable - Slightly update
test
snippet
v2.0.0
Breaking
- Replaced
@martin_hotell/rex-tils
with@sandstormmedia/react-redux-ts-utils
Other Updates
- Removed
readonly
keywords ininterface
definitions - Added newlines at the end of each snippet
- Some code style enhancements
1.0.5
I messed up 1.0.4!
Added
- more concise
mapDispatchToProps
incontainer
snippet - improved Readme
v1.0.3
Improve Readme & change log
v1.0.2
1.0.2