Skip to content

Releases: ONEARMY/community-platform

V0.8.0 map & profile

10 Nov 12:46
8c2cedc
Compare
Choose a tag to compare

Added

  • /map section is now available to use. Create an account and fill up your profile in /settings to appear on the map. #730, #733, #742,
  • /adminsection to update tags and change admin roles #716
  • Improve the test coverage :
    • Set up a new firebase environment for cypress #626
    • Added some explanations for testing to help contributors get started #637
    • Tests for /how-to/create page #634, #642, #644, #664, #708
    • Tests for /how-to/edit page #682
    • Tests for /academy page #647
    • Tests for the /sign-in page #652
    • Tests for /sign-up page #696
    • Tests for /events page #662, #681
    • only run scripts on PRs targetting master and production #713
  • refactor the image upload component #691 #735
  • added mobile header #721
  • zIndex object to theme styling #736

Changed

  • Improve field validation on pages :
  • Password reset binding and notification #661
  • Update user modal menu #699
  • changed navbar button colors to match the mock-up #668
  • hide event tags with zero results #670
  • using docs addons in storybook #741

Fixed

  • user signup confirmation email #643
  • CreateHowTo page not opening with its url #656
  • wrong msg when there are no how-tos #663
  • add a Safari-compatible datepicker #667
  • delete generated how-tos at end of test #675
  • events tags overlapping #701
  • sort how-tos chronologically #709
  • close dropdown on click away in events #712
  • Launch the test browser with a fixed timezone #714
  • Add close button to location search #715

Huge thanks to our contributors this month @lauvrenn @tmhung88 @caiokf your are amazing ✨

v0.7.0 profile upgrade

08 Oct 13:03
7c08ebb
Compare
Choose a tag to compare

Added

Updated

  • /u/<username> page UI to fit the new profiles data #613 (thanks @drydenwilliams 💪 )
  • Save images in higher quality #605
  • Remove map page from prod

Fixed

  • Disallow for now the davehakkens.nl login option, until more stable 1083bcb opened #582
  • First file being empty when returning compress image #594 (thanks @drydenwilliams 💪 )

v0.6.0

16 Sep 15:57
0e13245
Compare
Choose a tag to compare

Added

  • Events and Howtos filtering #559 #558
  • Allow creator and super admin to edit how-tos. Created url /how-to/<howto-id>/edit #564
  • /sign-up page #566 #577
  • /sign-in page #566 #577
  • Test again multiple nodejs version on CI build #555 (thanks @wallies 💪)
  • Allow users to delete their profile #569

Updated

Fixed

Deleted

  • archiving the /Discussion section. Keeping the work done back a few month ago by @catx23 on the side for a potential later integration of a more powerful text editor. #562

0.5.1

02 Sep 12:53
daa72cc
Compare
Choose a tag to compare

Added

  • Link to /u/<username> profile page on click on user map popup
  • Map section link in the header

Updated

  • UI improvements of the map popup

v0.5.0

02 Sep 08:24
6ec258b
Compare
Choose a tag to compare

Added

  • Lot of backend improvements and link the map to DB data (#550 #524 )
  • Filtering the how-to by tags (#549 #551)

Updated

  • update react-final-form packages (#541 close #483)
  • Refactor timestamp (#539 closes #343 )

v0.5.0-alpha

13 Aug 19:18
6106242
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

Added

  • /map page (#521)
    For now running on very basic backend, some upgrade soon to come with #524
  • /u/<username> page (#520)
  • /settings page, a more detailed personal settings section (explain in #507, merge in #520)
  • Feedback button (#514 )
  • Breadcrumbs (#515)

Updated

  • Remove compression option for image upload (#530)
  • captions on how-to images (#535)
  • lightbox for images gallery in how-to & improvement of image display (#536)

v0.4.0

03 Jun 12:42
Compare
Choose a tag to compare

V0.4.0

Release focus on Event module (#143)

Added

  • Event list page (#496)
  • Event create page (#492)
  • Event location search (#491)

v0.3.0

10 May 08:56
8095819
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

V0.3.0

This is the first release of alpha version of OneArmy sections.
This release is focus on the how-to section (#3).

Added