Skip to content

Releases: lexiconhq/lexicon

2.2.0

13 Aug 09:00
03f2ca0
Compare
Choose a tag to compare

What's Changed

  • [Frontend][Version][Update] Lexicon version v2.2.0 by @starjustice in #72

New Features and Updates in V2.2.0

In Lexicon V2.2.0, we have introduced support for new Discourse features, such as a toolbar button for automatically generating bold, italic, quote, bullet, and numbered lists when creating new posts, private messages, and post replies. Additionally, we have added support for features powered by our custom plugin, discourse-lexicon-plugin v2.1.0, including login and activation using a link, and login with Apple for iOS devices.

Bug Fixes and Improvements

We have also addressed several bugs and improvements related to features and styling:

  1. Optimized file upload in the API
  2. Fixed error with linked user emails
  3. Added Detox tests
  4. Adjusted app to automatically update when EAS updates
  5. Updated minor version packages in the app
  6. Triggered error handling for choices and options when creating polls
  7. Adjusted scroll style in post details and poll border style
  8. Fixed inconsistent like count in the first post
  9. Ensured the channel in new posts matches the home channel
  10. Fixed issue with images not loading after replying to a message
  11. Fixed pagination scrolling in private messages
  12. Added type checking in the app using Zod
  13. Adjusted notifications image in package.json to display the notification icon
  14. Fixed scrolling in nested comments in post details

More detail changes

check from PR #72

Full Changelog: v2.1.0...v2.2.0

2.1.0

07 Dec 04:56
a54e815
Compare
Choose a tag to compare

What's Changed

  • [Frontend][Version][Update] lexicon version v2.1.0 by @starjustice in #59

New Features and Updates in V2.1.0

In Lexicon v2.1.0, we have introduced new support for Discourse features such as Polls and User Statuses. Now, users can create a new poll in posts and private messages and vote on polls from the Lexicon mobile app. Additionally, users can add and manage a User Status just as they can on Discourse web.

We have also added a feature to leave private messages and conducted code refactoring for authentication, posts, private messages, and the home section.

Besides that, this release also addresses several bugs. Here's a list of bug fixes:

  1. Handle conversion of link images for protocol-relative URLs.
  2. Resolve an issue where changing the channel in the home section does not display the correct content topic.
  3. Prevent non-post creators from editing posts.
  4. Address the issue where the channel in the home section changes to All Channels after canceling the creation of a new post.
  5. Fix the blurring of avatar images after saving changes in the edit profile scene.
  6. Remove unescaped HTML character entities in Home topic excerpt content.
  7. Fix filtering to prevent the double recipient display when adding recipients in creating a new private message.
  8. Remove HTML tags from error messages.
  9. Fix caching of the topic list in the Home scene.

Full Changelog: v2.0.0...v2.1.0

2.0.0

06 Dec 11:02
fdd8930
Compare
Choose a tag to compare

What's Changed

New Features and Updates in V2.0.0

In Lexicon V2.0.0, we have introduced new features such as push notifications and deep linking, which are powered by our custom plugin discourse-lexicon-plugin.

We have also addressed bugs and conducted code refactoring for authentication, post list, create post and other feature.

More detail changes

check from PR #53

Full Changelog: https://github.com/lexiconhq/lexicon/commits/v2.0.0