Releases: Bloc/Messenger
Folder Structure for components
#52 adds folder structure components.
This is a breaking change, since any open branches will needed to be updated to mirror this structural change.
This release also includes tests for all components
Messaging is fixed
This release re-fixes message sending uses axios to assisted in grabbing JSON in the Api. This does include breaking changes to logging for some. 0.2.0 will be created shortly to fix that.
Changelog
#46 Axios for posting
#39 Fixes messages not sending
#40 Update CONTRIBUTING.md
#41 Update README.md with build instructions
#43 refactored component style
Upgrade to React Native v0.23
@iamkevinlowe encountered a gnarly error #19 where babel-runtime dependencies were popping up, as well some other related errors. From some searching, @bdougie discovered that babel-runtime is not needed to be explicitly added in react native v0.23.
This release removes babel-runtime and upgrades react-native
Changelog
#21 Upgrade to react-native 0.23
Students now have access to the Messenger
Messenger
Up until now students could not log in and test/use the Messenger Client. the API has been updated to allow students/alum to login to the Messenger.
A small react-native warning also has been suppressed with #16.
Changelog
#18 Circle Works!
#16 Error handling for session tokens @iamkevinlowe
This messaging client only works with existing message threads
Messenger
This initial release includes some critical bug fixes that prevent the app from being generally useable. Thanks to the help from @iamkevinlowe we can now login properly. You can now send messages from existing message threads.
Changelog
#3 Create the ability to Message
#5 API endpoint index_with_messages is broken
#6 Login is broken @iamkevinlowe