@ni/nimble-angular 32.3.4 → 32.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-angular",
3
- "version": "32.3.4",
3
+ "version": "32.3.5",
4
4
  "description": "Angular components for the NI Nimble Design System",
5
5
  "type": "module",
6
6
  "exports": {
@@ -5,7 +5,7 @@
5
5
  * - Copy `isUrlTree` function from url_tree.ts into this file instead of importing
6
6
  * - Hardcode `isAnchorElement` to `true` so that the directive will correctly set the `href` on elements within nimble that represent anchors
7
7
  * - Make `href` a `@HostBindinding` to avoid using Angular's private sanitization APIs because `href` bindings automatically are sanitized by
8
- * Angular (see https://angular.io/guide/security#sanitization-and-security-contexts). Implementations leveraging RouterLink should have a test
8
+ * Angular (see https://angular.dev/best-practices/security#sanitization-and-security-contexts). Implementations leveraging RouterLink should have a test
9
9
  * ensuring sanitization is called.
10
10
  * - Comment out uneccessary export of the deprecated `RouterLinkWithHref`
11
11
  */