Skip to content

Releases: bodnya29179/ngx-responsive-if

v3.0.1

15 Mar 13:03

Choose a tag to compare

  • Update README.md.

v3.0.0

15 Mar 12:10

Choose a tag to compare

  • Updated to support Angular versions [v14.0.0; 16.0.0).

v2.0.1

15 Mar 12:41

Choose a tag to compare

  • Added MIT License.
  • Added Changelog.

v2.0.0

15 Mar 11:14

Choose a tag to compare

  • Updated to support Angular versions [v14.0.0; 16.0.0).

v1.0.1

15 Mar 12:27

Choose a tag to compare

  • Added MIT License.
  • Added Changelog.

v1.0.0

15 Mar 11:13

Choose a tag to compare

  • 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 else syntax.
  • 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)).