Skip to content

Releases: Bloc/Messenger

Folder Structure for components

20 Apr 15:04
Compare
Choose a tag to compare
Pre-release

#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

20 Apr 14:02
Compare
Choose a tag to compare
Messaging is fixed Pre-release
Pre-release

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

07 Apr 02:54
Compare
Choose a tag to compare
Pre-release

@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

05 Apr 15:18
Compare
Choose a tag to compare

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

03 Apr 14:51
Compare
Choose a tag to compare

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