Skip to content

Releases: wwsalmon/postulate

0.25.4

20 May 06:03
Compare
Choose a tag to compare

small bug fix. code from fixing #110 causes some documents to crash. not sure what documents specifically, this is patch fix more than actual diagnosis and fix...

code that caused crash is 254aeab#diff-ffdf91d270b4433a8ebb7e89bc9afe1ad80c4617ebfc66487bdb3561c724079bR85-R87.

fixed by just throwing a try catch loop around it because if it errors then there is no node to remove so we don't need it to do anything

0.25.3

28 Dec 06:18
9507fe4
Compare
Choose a tag to compare

fixes editor, navbar, project creation bugs: #108, #109, #110, #112, #113

0.25.2

29 Sep 17:51
3d4436a
Compare
Choose a tag to compare

from #107: bug fixes

  • #106
  • #93
  • #99
  • fix project name truncation in navbar

0.25.1

19 Aug 05:12
Compare
Choose a tag to compare

fix new account creation crash

0.25.0

17 Aug 21:11
fbc5dcb
Compare
Choose a tag to compare

from #103:

final 0.25.0 PR

  • new landing page
  • close #100, comments, likes and notifications
  • close #65, add feedback button

0.25.0-beta3

14 Apr 05:28
78b668e
Compare
Choose a tag to compare

From #98

Performance and bug fixes: #97, #96, #94, #90

0.25.0-beta2

10 Mar 08:23
067710b
Compare
Choose a tag to compare

from #87

  • #80 popup cta box getting people to sign up
  • #81 posts tab in explore feed
  • #82 posts tab on user profile
  • #84 view as page in public view, not just private
  • #85 fix links clipping out of source cards

progress on 0.25.0. to implement before release

  • #70 user onboarding
  • #71 finish landing page
  • #86 project page activity feed

0.25.0-beta1

07 Mar 23:50
5ba50f6
Compare
Choose a tag to compare

from #83

  • explore page activity feed
  • user page activity feed
  • user page search
  • project page search
  • mobile navigation fixes
  • new landing page

to implement before release

  • explore page posts feed
  • user page posts feed
  • project page activity feed
  • user onboarding
  • sign-up ctas

0.24.5

19 Jan 21:35
5d19479
Compare
Choose a tag to compare

From #73:

Fix new source creation break

0.24.4

19 Jan 18:36
a13e6c3
Compare
Choose a tag to compare

From #72:

Fix NodeInner invalid node bug due to publishedTitle being undefined