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
typerather thaninterfacewhen applicable - Slightly update
testsnippet
v2.0.0
Breaking
- Replaced
@martin_hotell/rex-tilswith@sandstormmedia/react-redux-ts-utils
Other Updates
- Removed
readonlykeywords ininterfacedefinitions - Added newlines at the end of each snippet
- Some code style enhancements
1.0.5
I messed up 1.0.4!
Added
- more concise
mapDispatchToPropsincontainersnippet - improved Readme
v1.0.3
Improve Readme & change log
v1.0.2
1.0.2