-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package version to publish and update changelog to comply with…
… the standards
- Loading branch information
Showing
2 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,53 @@ | ||
# Change Log | ||
## [2.2.0] - 2018-06-24 | ||
### Added | ||
- Add snippet for named function stateless component | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/xabikos/vscode-react/releases) page. | ||
## [2.1.0] - 2018-04-17 | ||
### Added | ||
- Add snippet for `PropTypes.objectOf(PropTypes.shape)` | ||
- Add snippet for `[getSnapshotBeforeUpdate, getDerivedStateFromProps , componentDidCatch ]` | ||
### Changed | ||
- Fix `rpt` snippet | ||
|
||
## [2.0.0] - 2018-03-11 | ||
### Changed | ||
- Merge #41 use TM_FILENAME_BASE variable instead of default placeholder | ||
### Removed | ||
- Remove support for jsx language | ||
|
||
## [1.7.0] - 2017-11-19 | ||
### Added | ||
- Add snippet for react pure component | ||
|
||
## [1.6.0] - 2017-11-13 | ||
### Added | ||
- Add rrc snippet: React Redux Component | ||
- Add empty defaultProps declaration snippet | ||
|
||
## [1.4.0] - 2017-06-26 | ||
### Added | ||
- Added a new snippet that created a component without importing anything | ||
### Changed | ||
- Fix typos in snippets | ||
|
||
## [1.3.0] - 2017-05-05 | ||
### Changed | ||
- Import PropTypes from dedicated npm package | ||
|
||
## [1.2.1] - 2017-10-05 | ||
### Changed | ||
- Change the import style when creating components | ||
|
||
## [1.2.0] - 2016-10-02 | ||
### Added | ||
- Add support for JSX languages | ||
|
||
## [1.0.0] - 2016-06-05 | ||
### Added | ||
- Add support for TypeScript and TypeScript React languages | ||
### Removed | ||
- Remove the JavaScript snippets in favor of corresponding [JavaScript snippets](https://github.com/xabikos/vscode-javascript) | ||
|
||
## [0.4.1] - 2016-04-10 | ||
### Changed | ||
- Fixed the ssf snippet for setting the state with a callback as an argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters