This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Releases: parse-community/ParseReact
Releases · parse-community/ParseReact
v0.5.0
New
- Works with Parse SDK 1.6 onwards
- Current user subscription will return
undefined
while it is fetching the current user- If no current user exists, it will return
null
as before
- If no current user exists, it will return
- Special build for React Native users. If you're building a React Native app, it's recommended that you use
require('parse-react/react-native')
andrequire('parse/react-native')
Changes
- The
'parse-react/class'
submodule has moved. Now, you can fetch theParseComponent
class by passing your React singleton toParseReact.Component()
. More information can be found in the API docs.
v0.4.2
v0.2.4
v0.2.3
v0.2.1
v0.2.0
- Brings the
observe()
API in line with the proposed React spec. You can now subscribe to any observable that implements the proposed interface. - Rewrites the source with ES6 syntax
- Introduces Flow static typing, which helps spot issues in some of the more complex internal systems
- Modifies the way source is included via npm. Bundlers will now receive individual ES5 files from the
/lib
directory. - Resolves #14, as well as some other bugs spotted from static typing
Available on ParseCDN as well:
- Development: parse-react-0.2.0.js
- Minified: parse-react-0.2.0.min.js