🚀 BuilderKit v3.0.0 released.
Highlights:
• Angular v22 support
• Support for MatProgressSpinner inside Buttons
• Custom loader support for Buttons
• Replaced "@ Injectable" with the new "@ Service" decorator across all products
• Updated dependencies everywhere
More updates coming soon for templates, blocks, and core components.
builderkit.dev
🚀 BuilderKit v2.7.0 is out.
- New landing template: Orbit orbit.builderkit.dev/
- MockServer core service for creating mock APIs
- BuiSkeleton directives for skeleton loading states
- Fixes and Improvements
Full changelog: builderkit.dev/documentation…
This was one of those things I wanted since 2015.
Being able to build proper web pages in Angular without relying on third party tools for prerendering or SEO.
I'm really happy that now it just works. You build and move on.
Angular needs a composable calendar/scheduler. Current options are either half-baked or a nightmare to integrate. If I ever get the time and resources, this is the first thing I’ll be building.
BuilderKit v2.5.0 is out. Full changelog: builderkit.dev/documentation…
Added
- Blocks:Â Dialog blocks
- Blocks:Â Popover blocks
- Blocks:Â Nested alert dialog block
- BuilderKit:Â Dialog directives
- BuilderKit:Â Collapsible directives
- BuilderKit:Â Popover directives
- BuilderKit:Â Sidebar directives
- BuilderKit:Â Sheet directives
Changed
- Spark:Â Use formRoot and submission on signal forms
- Spark:Â Reverted (pointerdown) inputs back to (click) due to accessibility and timing issues
- Horizon:Â Use "formRoot" and "submission" on signal forms
- Horizon:Â Reverted (pointerdown) inputs back to (click) due to accessibility and timing issues
- Horizon:Â Replaced mat-menu usage in users table customization with Popover directives
- Blocks:Â Updated blocks to use new directives
- BuilderKit:Â Updated Lucide icons
- BuilderKit:Â Updated Inter font
- Updated dependencies across all products