Releases: bodnya29179/ngx-responsive-if
Releases · bodnya29179/ngx-responsive-if
v3.0.1
v3.0.0
- Updated to support Angular versions [v14.0.0; 16.0.0).
v2.0.1
- Added MIT License.
- Added Changelog.
v2.0.0
- Updated to support Angular versions [v14.0.0; 16.0.0).
v1.0.1
- Added MIT License.
- Added Changelog.
v1.0.0
- Support Angular versions [8.0.0; 14.0.0).
- First stable version of ngx-responsive-if.
- Allows conditional rendering of elements based on viewport size.
- Fully reactive, updating UI dynamically on resize.
- Introduced fallback templates using
elsesyntax. - Introduced strictMode for media query validation, allowing both strict and flexible rules.
- Allowed complex media queries (e.g.,
screen and (min-width: 40em) and (max-width: 60em)).