Skip to content

Releases: canyener/social-me-die-client

v0.5.0

30 Dec 06:32
ee5a77a
Compare
Choose a tag to compare

overview

Store implementation is finally over. All Activity data and actions are now stored in a mobx store.

improvements and changes

  • Implements a mobx store to manage state of "activities".
  • Since all props and data are moved to mobx store, components now are much cleaner.
  • Many test cases are ignored in this release because of #194 , no worries they'll be back soon. 🚀

v0.4.0

13 Dec 15:45
34af957
Compare
Choose a tag to compare

overview

This release is the last one before a state management system implementation.

improvements and changes

  • Implements basic CRUD backend functionality to app. All requests are persistent now.
  • Implements Loading indicators.
  • Implements agent.ts to isolate axios operations.

v0.3.0

06 Jul 00:01
a749598
Compare
Choose a tag to compare

overview

  • Implements basic component structure for activity details.
  • Implements basic component structure for activity form.

v0.2.0

30 May 13:16
e008056
Compare
Choose a tag to compare

overview

  • Implements test configuration.
  • Implements semantic ui.
  • Implements code coverage

v0.1.0

24 May 21:40
5d33047
Compare
Choose a tag to compare

overview

  • Implements walking skeleton for the app.