This commit is contained in:
Eric Traut 2018-03-05 15:48:51 -08:00
Родитель b3bd2c6c9d
Коммит 72291b3738
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -16,6 +16,12 @@ A new version of ReactXP will be released a monthly basis (approximately), follo
### Version History
#### Version 1.0.1 of reactxp
_Released 5 Mar 2018_
Moved event handlers from ViewProps to ViewPropsShared so AnimatedView has them too.
Fixed recent regression in handling of popups in native implementation.
Events passed to onPress and onLongPress now include touch or mouse coordinates.
#### Version 0.2.9 of reactxp-imagesvg
#### Version 1.0.16 of reactxp-navigation
#### Version 0.2.4 of reactxp-video

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "reactxp",
"version": "1.0.0",
"version": "1.0.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",