Back to Blog

Atlas Weekly: W-46

Atlas TeamAtlas Team
Share this page
Atlas Weekly: W-46

This week introduces project filtering for improved organization, and enhanced feature list controls. We've also made comments more flexible and improved AI agent controls.

Features

Project Filtering by Creator

You can now filter projects by their creator in the projects view. This makes it much easier to find projects created by specific team members, especially useful for larger workspaces with many projects. The filter includes user avatars for quick visual identification.

Feature List Sorting Enhancements

Feature lists now support sorting on text and string fields (previously limited to numbers and booleans), giving you more flexibility in how you organize your data. You can also set default sorting options that automatically apply when a widget loads, ensuring your most important data is always displayed first.

Project-Specific Guest Profiles

Guest profiles for comments are now project-specific rather than global. This means guest commenters can have different identities across different projects, giving you more flexibility when collecting feedback from external collaborators. Additionally, all users (including those with Atlas accounts) are now prompted to fill out guest profile fields when commenting.

AI Agent Stop Button

When the AI agent is processing a request, you'll now see a stop button that lets you cancel the operation if needed. This gives you better control over long-running AI tasks.

Fixes and Improvements

  • Fixed popup navigation caused by improper state updates in React hooks
  • Fixed fallback image handling in feature lists to gracefully handle missing images
  • Resolved form submission issues with relation fields
  • Enhanced empty states across the application with better visual design and animations, now scrollable on small screens
  • Improved form validation to properly handle falsy values like 0 and false
  • Fixed WMS legend loading for external map services
  • Improved expression editor autocomplete by disabling word-based suggestions
  • Added new date and time formula functions (SECOND, MINUTE, HOUR, ADD_MONTHS, ADD_YEARS)
  • Renamed regex functions to use REGEX_ prefix for better clarity (REGEX_CONTAINS, REGEX_MATCH, etc.)
  • Hid internal join columns from data tables for cleaner views
  • Fixed AI assistant prompt selection and improved inline code referencing
  • Various forms and interface improvements