Skip to content

Commit

Permalink
Published 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Jul 7, 2018
1 parent 461a587 commit cd0c47c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/versions/version_history.md
Expand Up @@ -16,6 +16,11 @@ A new version of ReactXP will be released a monthly basis (approximately), follo

### Version History

#### Version 1.3.1 of reactxp - _7 Jul 2018_
* Updated custom tslint rule groupedImportRule to treat imports starting with '@' as relative rather than ambient.
* Made 'auto' a valid resizeMode for images in web implementation.
* Added support for 'title' prop on RX.TextInput.

#### Version 1.3.0 of reactxp-imagesvg, reactxp-navigation, reactxp-video, reactxp-virtuallistview - _28 Jun 2018_
* No new features; updated dependencies.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reactxp",
"version": "1.3.0",
"version": "1.3.1",
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand Down

0 comments on commit cd0c47c

Please sign in to comment.