Changelog
What's new in lowcodeapps.dev
New features, improvements, and fixes — tracked by version.
v1.0.962
May 2026
New
- Public site — Phase 3: interface designer, user management, and 5 solution pages (internal tools, customer portals, inventory, CRM, workflows)
v1.0.961
May 2026
New
- Public site — Phase 2: pricing page with plan cards and FAQ, CRUD builder page, databases page, multi-platform page
- New Stimulus controllers: public-pricing (monthly/yearly toggle), public-faq (accordion)
- New CSS module: public-pages.css for marketing page components (hero, feature grid, step list, CTA band)
v1.0.960
May 2026
New
- Public site — Phase 1 foundation: public layout, responsive navigation, public footer, PublicController with all method stubs, all public routes registered
- New CSS module: public-nav.css for responsive marketing navigation (desktop dropdowns + mobile hamburger)
- New Stimulus controller: public-nav (hamburger toggle, dropdown open/close, keyboard and outside-click handling)
v1.0.958
April 2026
Improved
- Subscription plans: date-aware plan limits via valid_from field — pricing updates take effect on a scheduled date without manual intervention
- Upgrade pricing page shows real plan data from database
v1.0.950
April 2026
New
- iOS and Android native app builds via Capacitor — same web app deployed to app stores
- Mobile-specific navigation and safe area handling
- iOS landing page updated with device support details
v1.0.940
March 2026
Improved
- CRUD runtime: manifest-driven related table loading and saving — no hardcoded model dependencies in CrudController
- Context filters: row-level filtering works across joined tables via relatedTables manifest configuration
- Multi-database architecture: support for up to 12 databases per client (MySQL and PostgreSQL, local and remote)
This changelog shows selected highlights. Full commit history is available on GitHub.