Release Notes
What's new in Lab Atlas?
v0.9.0 - August 12, 2025
Added
Added notifications service to create and display notifications to users in the UI. This includes notifications for user assignments, global announcements, admin alerts, and more.
Changed
Updated the navbar to move some components out of the user dropdown.
v0.8.0 - August 8, 2025
Added
Added a new Organization list page and streamlined the organization creation process.
Organizations can now be deleted.
Changed
Updated the licensing plans and their features. Starter plan is now free and allows all integration types, but limits restricted visibility of records and reduces provided cloud storage.
New users will automatically have an organization created for them and be enrolled in the Starter Plan.
Fixed
Fixed an issue that could prevent organizations with expired subscriptions from resubscribing.
v0.7.1 - July 16, 2025
Fixed
Some improvements to building and deploying the application.
v0.7.0 - July 14, 2025
Added
Added an express import page for quickly importing project, study, and assay records using either and interactive table or an Excel template. (#LA-187)
Implemented Study Tracker import module.
Changed
Updated the Project details page to add content to the Overview tab.
Fixed
Fixed assay code generation, which could sometimes result in duplicate codes being generated.
Fixed a bug that prevented shared folder updating (#LA-265).
v0.6.1 - June 29, 2025
Fixed
Fixed an issue that would cause signup process to fail when no subscription was active.
v0.6.0 - June 8, 2025
Added
Added 'sync' method to integration services to allow re-synchronization and test connection between Lab Atlas and external services.
Added support for external links to Project and Assay records.
Added the ability to move studies from one project to another, and assay from one study to another.
Implemented a plugin-based architecture for third-party integrations, making it easier to add new integration types without modifying core code.
Added 'New Assay' button to the Assay list page, allowing users to create new assays directly from the list view.
Updated Assay Type details page and allowed users to create new assays from the Assay Types page.
Fixed
Data tables will no longer reset pagination when rows are selected (#LA-262).
Fixed sidebar navigation to external sites in compact mode.
v0.5.7 - May 10, 2025
Fixed
Fixed a bug causing the wrong subscription metadata to load in production.
v0.5.6 - May 9, 2025
Fixed
Fixed an issue with the wrong subscription sometimes loading, or the current subscription not loading because the status was not active.
Users should no longer be able to sign up for multiple trials, a new account management page displays when the users has no active subscription but has already consumed their trial.
v0.5.5 - April 1, 2025
Fixed
Fixed an issue that could result in subscriptions not registering quick enough to allow correct organization creation.
Fixed an issue preventing subscription type from updating correctly.
v0.5.4 - April 1, 2025
Fixed
Fixed a bug that was preventing Git repositories from creating correctly.
v0.5.3 - March 31, 2025
Fixed
Invited users now correctly count against license limits (#LA-239).
Page-level errors will now be caught by error boundary (#LA-240).
User initialization failure on secondary organization creation should now be resolved (#LA-241).
Tasks can now only be assigned to users who are members of the project (#LA-169).
Fixed a number of issues with the file manager, including:
Links to external files not opening (#LA-227).
Copying S3 path not working correctly.
File downloads not working correctly for some data sources.
Draggable task cards can now only be gripped from a more visible area. This was also creating problems with the dropdown user select (#LA-225).
v0.5.2 - March 25, 2025
Fixed
Removed jsvectormap dependency and references. This unused library was causing issues in production.
v0.5.1 - March 24, 2025
Added
Study and assay notes ill now show up in their parent record's notes tab.
Changed
Sidebar now defaults to sticky mode for new users.
Fixed
Fixed some bugs with viewing and updating Team details.
Fixed filtering of notes (#LA-211).
Study tasks should now correctly update what editing studies (#LA-217).
Upgraded TipTap components to address security vulnerability (#LA-192).
v0.5.0 - March 15, 2025
Added
Overhauled the storage data model, adding several new entity types for organization internal folders, shared storage folders, and user storage folders. Storage folder access is now strictly regulated by the user's project & shared folder permissions. A new file & folder picker interface has also been added for easier file & folder selection.
Added tasks feature to studies. Updated task creation, editing, and completion components.
Added optional table view for project list (#LA-125).
Changed
Updated the Notes model to add explicit classes for Organization, Project, Study, and Assay notes. Notes can now be associated with these entities and will be displayed in the appropriate context. You can now view all visible notes fom all contexts in the notes list page.
Any admin user can nor modify an organization's subscription plan (#LA-103).
Fixed
Fixed the display of archived projects admin dashboard.
New Note events will no longer display in timelines.
Fixed an issue preventing project visibility updating.
Fixed a bug preventing project, study, and assay note versions (#LA-168).
Fixed GitLab repository and group naming (#LA-173).
Dismissed 'Getting started' card should now stay hidden (#LA-172).
Fixed a bug that would prevent new users from seeing the organization creation screen.
Fixed a number of bugs with task component display.
Users can no longer assign other privileges higher than their own (#LA-198).
Notes will now render the same in the editor as they do in the viewer.
Fixed account hook lookup and subscription status checks (#LA-201).
Fixed issues with deactivating and re-inviting users (#LA-200).
Clerk should no longer send two confirmation codes on signup (#LA-178).
Study collection description now displays correctly in details page (#LA-208).
You should no longer be able to add users as authors on notes when they don't have access to the parent project/study/assay (#LA-202).
Fixed summary timeline card activity display in details pages (#LA-209).
Fixed bugs preventing correct updating of studies, assays, and assay types (#LA-210).
Fixed table filtering (#LA-207).
v0.4.2 - November 11, 2024
Changed
You can now set the status of projects to 'Complete' and 'On Hold'. Only 'Active' projects can be contributed-to by users (#LA-87).
Updated form help popovers to be more visible (#LA-100).
Fixed
The Example Project now has its status set to 'Complete' by default, to prevent usage by users (#LA-165).
Fixed an issue where archived projects were showing up in the project select input on the new study form.
Fixed 'New Note' button on the home page.
Fixed front page study statistic (#LA-142).
v0.4.1 - November 7, 2024
Added
Completed GitLab integration to allow users to add groups to projects, and create repositories for assays and studies.
Fixed
Fixed a few minor issues related to feature flags.
v0.4.0 - October 22, 2024
Added
Notes can now be created and associated with projects, studies, and assays. Notes can also be published from the editor now.
New organizations will get demo projects and notes created with example data.
Added GitLab integration. Users can now link their GitLab accounts to their Lab Atlas accounts to create repositories for their studies and assays.
Changed
Updated to Clerk Core v2 (#LA-133). Also updated some Clerk webhook handlers to properly handle more events.
Updated React Query and Table component libraries.
Fixed
Updated logging of Stripe service so as not to trigger as many Sentry events.
Removed note content from events to reduce payload size, which was causing some events to fail to be received by EventBridge (#LA-162).
Resolved issue that was causing private user activity to show in the user details page (#LA-161).
Fixed an issue with reading root S3 folders (#LA-156).
Fixed an issue with the File Manager where switching drives/parent folders would not reset path (#LA-163).
Fixed a few issues with Study Collection creation and display pages (#LA-164).
v0.3.2 - September 15, 2024
Fixed
Fixed an issue where the organization selection modal would not close after selecting an organization (#LA-148).
Fixed a bug preventing selected study relationship type from displaying correctly in its form (#LA-149).
v0.3.1 - September 9, 2024
Changed
Removed the head menu from the note editor and replaced it's contents in the text bubble menu.
Fixed
Fixed incorrect labels showing up in summary timelines (#LA-140).
Fixed error loading My Assays page (#LA-145).
Fixed and issue where old note content would load when trying to create a new note (#LA-141).
v0.3.0 - September 4, 2024
Added
Added a number of plugins to the note editor, including slash-commands, image upload, and more.
Changed
Updated event type naming to be more flexible and readable.
User preferences are now persisted in the database (#LA-123).
Improved keywords help dialog (#LA-101).
Fixed
Fixed an issue with Stripe initialization not pulling all records.
Fixed an issue that prevented users from switching organizations when a subscription was not active (#LA-121).
v0.2.2 - August 18, 2024
Changed
Updated the look of the quick action bar for project, study, and assay details pages.
Fixed
Users can now be removed from organizations, and re-invited (#LA-80).
v0.2.1 - August 16, 2024
Fixed
Fixed Docker build issue.
v0.2.0 - August 15, 2024
Added
Notes feature, which supports creation of rich-text notes with embedded content.
User can create public and private notes, and add authors to help collaborate.
Added some additional brand colors and support for additional CSS theming (eg. buttons).
Changed
Refactored the web services project and renamed everything to reflect current app name.
Fixed
Fixed unnecessary errors thrown by account provider and features provider.
Fixed inability to toggle sidebar when in compact mode.
Fixed activity message for study status change (#LA-99).
Fixed an issue that allowed anybody to be assigned to protected or private studies & assays.
Fixed bugs that would cause Benchling form controls to remain hidden when trying to create new studies or assays with parent records that included Benchling folders (#LA-45 and #LA-62).
Fixed 404 error for 'My Assays' page (#LA-115).
v0.1.0 - July 31, 2024
Initial beta release of the Lab Atlas SaaS application.
Last updated