Releases: lexiconhq/lexicon
2.2.0
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:
- Optimized file upload in the API
- Fixed error with linked user emails
- Added Detox tests
- Adjusted app to automatically update when EAS updates
- Updated minor version packages in the app
- Triggered error handling for choices and options when creating polls
- Adjusted scroll style in post details and poll border style
- Fixed inconsistent like count in the first post
- Ensured the channel in new posts matches the home channel
- Fixed issue with images not loading after replying to a message
- Fixed pagination scrolling in private messages
- Added type checking in the app using Zod
- Adjusted notifications image in package.json to display the notification icon
- 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
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:
- Handle conversion of link images for protocol-relative URLs.
- Resolve an issue where changing the channel in the home section does not display the correct content topic.
- Prevent non-post creators from editing posts.
- Address the issue where the channel in the home section changes to
All Channels
after canceling the creation of a new post. - Fix the blurring of avatar images after saving changes in the edit profile scene.
- Remove unescaped HTML character entities in Home topic excerpt content.
- Fix filtering to prevent the double recipient display when adding recipients in creating a new private message.
- Remove HTML tags from error messages.
- Fix caching of the topic list in the Home scene.
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Fix "edit this page" link at the bottom of docs by @SimonBiggs in #28
- Fix Upgrade expo react native Type by @starjustice in #24
- [README] Add discussion link in read me by @starjustice in #39
- Ensure that Github Actions runs on alpha-v2 as well by @Kinostrome in #45
- [Frontend][API][Update] Lexicon V2.0.0 by @starjustice in #53
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