From 2bc452e49946cf0fe233d9bee98a18acf3d0074b Mon Sep 17 00:00:00 2001 From: Clark Sell Date: Thu, 8 Oct 2020 13:00:10 -0500 Subject: [PATCH] added sprints release notes (#406) --- public/_releaseNotes/1.4.0.aml | 35 +++++++++++++++++++++++++++---- public/_releaseNotes/manifest.aml | 3 ++- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/public/_releaseNotes/1.4.0.aml b/public/_releaseNotes/1.4.0.aml index 3f0e42058..4bfee7285 100644 --- a/public/_releaseNotes/1.4.0.aml +++ b/public/_releaseNotes/1.4.0.aml @@ -1,9 +1,36 @@ versionNumber: v1.4.0 -date: October 28th, 2020 +date: October 8th, 2020 -notes: +notes: The theme of this sprint was laying the groundwork for adding a community and really any profile pages (Community, Member, Company). Their overall layout is similar with a few different child sections. The base for a community /communities/[community] was created as well as a member /members/[memberslug]. Hacktoberfest also kicked off, and a few other items were implemented. On the backend we added the notion of communities. From the last sprint we turned on the new user nurturing campaigns that happen when a user joins. [features] -feature: [enhancement] XXX -url: https://github.com/ThatConference/that.us/pull/XXX +feature: Full Milestone Details +url: https://github.com/ThatConference/that.us/milestone/4 + +feature: [enhancement] New Getting Started and Help was added to the nav. Fall over from last sprint. +url: https://github.com/ThatConference/that.us/pull/373 + +feature: [enhancement] When a user shares during an activity we change the border color to make it very clear they're sharing. +url: https://github.com/ThatConference/that.us/pull/377 + +feature: [chore] Manual stats update. +url: https://github.com/ThatConference/that.us/pull/379 + +feature: [bug] SponsorSimple wasn't pulling from context and the eventId was missing and not rendering. +url: https://github.com/ThatConference/that.us/pull/381 + +feature: [chore] Package Bumps. That happened multiple times but the biggest was finally upgrading to all but one of the majors which had some breaking changes. +url: https://github.com/ThatConference/that.us/pull/403 + +feature: [enhancement] added noopener to anchor links +url: https://github.com/ThatConference/that.us/pull/401 + +feature: [bug] Thanks @thalesagapito! Due to some padding the navbar was getting cut off on mobile. +url: https://github.com/ThatConference/that.us/pull/388 + +feature: [bug] Thanks @Yassine-Latreche. Tidio z-index was over our warning messages. +url: https://github.com/ThatConference/that.us/pull/391 + +feature: [enhancement] added community and member profile pages. +url: https://github.com/ThatConference/that.us/pull/382 diff --git a/public/_releaseNotes/manifest.aml b/public/_releaseNotes/manifest.aml index dfe75a0d6..2a5b9d05d 100644 --- a/public/_releaseNotes/manifest.aml +++ b/public/_releaseNotes/manifest.aml @@ -3,4 +3,5 @@ * 1.0.0 * 1.1.0 * 1.2.0 -* 1.3.0 \ No newline at end of file +* 1.3.0 +* 1.4.0 \ No newline at end of file