Skip to content

v3.0.0-beta.15

Choose a tag to compare

@fgatti675 fgatti675 released this 17 Oct 10:29
· 851 commits to main since this release
  • Survey Feature: Added initial user survey with analytics tracking to improve user experience and gather feedback.
  • Entity Actions Improvements:
    • Added entity actions registry for better organization
    • Added form context to entity actions
    • Entity actions now available in full screen mode
    • Improved entity actions page
  • Subscription Management:
    • Added Stripe portal link for easy subscription management
    • Improved subscription view in project settings
    • Added ability to change payment method
    • Added analytics events for subscription success or failure
    • Price updates
  • Home Page Enhancements:
    • Added drag and drop functionality to home page sections
    • Added back default empty view in home page
    • Implemented group drop behavior
    • Added ability to rename groups
    • Collections can now be edited within the entity edit view
    • Fixed home page search re-rendering issue
  • UI/UX Improvements:
    • Changed default buttons from primary to neutral color
    • Added smallest switch size
    • Updated hero background gradient
    • Minor styling updates
    • Added currency toggle in pricing page
    • Made collection icons smaller
    • Landing page mobile optimizations
    • Added small animation to login views
    • Updated logo
    • Small drawer visual updates
  • Analytics:
    • Added campaign tracking to analytics
    • Added landing analytics events
    • Added analytics events for surveys
  • Component Updates:
    • Changed Alert class props
    • Added viewportClassName to Select component
    • File upload visual update
    • Allow use of React components as icons
    • Added previous values to history plugin
    • Allow disabling focus in dialog
  • Performance & Bug Fixes:
    • Fixed loading button size
    • Fixed entities getting dirty on creation due to markdown field
    • Fixed filtering for null values bug
    • Fixed useMemo with changing arguments error
    • Fixed id paths bug
    • Fixed merged collections order
    • DND (drag and drop) performance optimizations and bugfixes
    • Fixed collection groups path handling
  • Custom Fields: Improved custom fields page
  • Reference Dialog Fix: Fixed reference dialog sorting issue when filters are applied in main collection
  • Product Demo: Improved product sync demo action
  • Web Updates:
    • Web design updates
    • Web mobile optimizations
    • Enhanced getPath function
    • Added data attributes to Button component