Changelog
Latest updates and changes to the project


Don't miss any update
Stay up to date
Subscribe to the newsletter to stay up to date with components and blocks updates, and much more!
Keep your blocks up to date with the the update CLI command.
npx @ngm-dev/cli update
May 15, 2025
New additions
- Added a
Multi Column category (6 examples) to the Application UI.

Improvements
- Added new breakpoint observer in
device.service.ts
to handle themd
screen size according to Tailwind CSS responsive design.
April 22, 2025
New additions
- Added a
Stacked Layouts category (9 examples) to the Application UI.

Improvements
Fixed theme variables for tailwind css for font weights
Example:
--text-body-small--font-family: var(--mat-sys-body-small-font); --font-body-small: var(--mat-sys-body-small-font);
April 19, 2025
New additions
- Added a
Page Shell category (6 examples) to the Application UI.
Improvements
- Removed redundant
color="primary"
from themat-button
component in the following blocks:Filter Bar 12 Filter Bar 6 Grid List 15 Grid List 4 Grid List 5 Grid List 9
April 16, 2025
Improvements
- As it is not recommended to use
scss
files with tailwind, renamed_tailwind.scss
to_tailwind.css
in thestyles/vendors
directory. - Updated the
ngm-dev-blocks-styles.scss
to use the new_tailwind.css
file.
April 15, 2025
New additions
- Added a
Grid List category (15 examples) to the Application UI.
April 11, 2025
Improvements
- Adjusted
mat-icon
's size (height
andwidth
) to1em
for the following blocks:Empty State 4 Empty State 6
- Adjusted
mat-icon
'sfont-size
to1rem
for the following blocks:Empty State 4 Empty State 6
April 5, 2025
Hello, World
- Introducing 100+ new
blocks - Introducing
CLI to integrate blocks seamlessly