Releases: zoonk/archived-social-network
Releases · zoonk/archived-social-network
v0.7.8
Bug fixes
- Fix overflow for
code
elements (8646e39)
v0.7.7
Maintainance
- Upgrade Next.js to v9.5.1 (8dd2635)
- Use SSG for chapters, groups, posts, and topics (802109f)
v0.7.6
Features
- Display a user's progress on the topic page (46c5199)
- Display a user's progress on the chapter page (8e61df4)
- Display when a chapter is complete (24bf67e)
- Display when a lesson is complete (3f4b7ed)
- Allow to navigate to the previous and next chapters on the chapter page (fa2dc23)
Enhancements
- Change progress bar color when an item is completed (550658b)
- Remove "edit" label from the post bar (90677e6)
- Always display the edit button on the post bar (6d434e7)
- Always display the follow and like buttons on the topic page (9ba36ac)
Maintainance
- Remove the dynamic import from the follow button (5b2e6f8)
- Remove post from user progress when it's deleted (66e357a)
- Keep all progress services on the same file (5d636c2)
Data changes
- Add lesson count to the chapter summary (9490d2e)
- Update user progress for topics (0c24e0c)
v0.7.5
Enhancements
- Improve accessibility for images on the post list (de0530d)
- Display breadcrumb on post edit page (becd8f0)
- Go back to using
getInitialProps
for performance reasons as getServerProps
was up to 10x slower (aa5779d bfc7d29 4f88e17 d2b3ce4)
v0.7.3
Bug fixes
- Use CSS implementation for hiding sidebar on mobile view (14a80f5)
Maintainance
- Fix Jest errors on Node environment (4a3dc8d)
- Update metrics for Google Analytics (ca0d4c7)
v0.7.2
Enhancements
- Hide home sidebar on mobile (a295ae8)
- Display the "following" tab for non-authenticated users (269f50b)
- Display the "notifications" icon for non-authenticated users (9d50dda)
Maintainance
- Remove server-rendered CSS (231711a)
- Unsubscribe from router events (f7b19ee)
v0.7.1
Enhancements
- Display creation date for posts (3d1fd94) #29
- Send email when a user sends a feedback (df5e2d9)
- Send email when a user reports an item (185876f)
- Remove Google Fonts (937af48)
Maintainance
- Use traditional Google Analytics instead of Firebase Analytics (a3baf97)
- Disable analytics for admins (4c3246d)
- Enable
sideEffects
flag (84ece0e)
- Fix UA not defined error (f8fcf72)
v0.7.0
Enhancements
- Enable Static Site Generation (SSG) for all pages (f090d4e)
- Display groups count on admin panel (a454954)
- Get plain text for the edit history (7ac2ded)
Bug fixes
- Fix blinking sidebar on first load (5019574)
Maintainance
- Update Firebase dependencies (25dbd73)
v0.6.10
Bug fixes
- Fix bug where links were removed after post update (7985276)