Skip to main content

๐Ÿ”ฅ v1.1.0

Released on December 15, 2025

๐Ÿš€ New Featuresโ€‹

๐Ÿ”ง Backendโ€‹

  • โค๏ธ Health Check System (#105)

    • Implemented comprehensive health check system for monitoring application health
    • Added cache response on server info endpoint (#81)
  • ๐Ÿ—„๏ธ Database Enhancements

    • Server Materialized Views maintainer (#100)
    • Database Seeder now only runs on main servers (#103)
  • โฐ Single Instance Cron Jobs (#75)

    • Added support for single-instance cron jobs to prevent duplicate executions in clustered environments
    • Includes documentation for proper usage
  • ๐Ÿ‘ค User Integration (#83)

    • Enhanced user integration capabilities
  • ๐Ÿ›ก๏ธ Configuration Guard (#107)

    • Added guard to ensure backend configuration integrity and security

๐ŸŽจ Frontendโ€‹

  • โšก React Compiler Integration (#77)

    • Implemented React 19.2 so compiler can be enabled for better performance and developer experience
  • ๐Ÿ“Š Table Component Improvements

    • Table vertical scroll support (#67)
    • Enhanced table stylings (#68)
    • Added table action constants (#93)
  • ๐Ÿ“ Form Components

    • SelectSearch improvements (#70)
    • DebouncedSearch improvements (#72)
    • Pagination improvements (#71)
  • ๐Ÿงฉ UI Components

    • Standard copy button component (#82)
    • Style constants for consistent theming (#94)

๐Ÿ› ๏ธ Developer Experienceโ€‹

  • ๐Ÿ’ป Frontend CLI improvements (#96)

    • Enhanced CLI tooling for better developer experience
  • ๐Ÿ” .env generator (#101)

    • Added tooling to generate and manage environment files

๐Ÿ“ฆ Core & Packagesโ€‹

  • ๐Ÿ”ค Type System Enhancements
    • Id type and schema (#65)
    • Owned object type and schema (#64)
    • Default attribute in ModelValues (#66)

โœจ Improvementsโ€‹

  • ๐ŸŸข Node.js Version Upgrade (#73)

    • Updated Node version in tsconfig.json to support latest features
  • ๐Ÿ†™ Dependencies

    • Upgraded all dependencies to latest versions
  • ๐Ÿงน Dependency Management (#80)

    • Cleaned up unused dependencies across packages

๐Ÿ› Bug Fixesโ€‹

  • ๐Ÿšจ Critical Fixes

    • Fixed local config crashes on mobile devices (#91)
    • Fixed missing CSS for Mantine Dates package (#69)
  • โœ… Linting & Code Quality

    • Resolved Biome linter issues (#84)

26 issues closed | View milestone on GitHub