@kitbag/router 0.24.0 → 0.24.1

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.
@@ -13,4 +13,8 @@ export type RouterLinkProps<TRouter extends Router> = RouterPushOptions & {
13
13
  * Determines what assets are prefetched when router-link is rendered for this route. Overrides route level prefetch.
14
14
  */
15
15
  prefetch?: PrefetchConfig;
16
+ /**
17
+ * The target attribute for the anchor element.
18
+ */
19
+ target?: string;
16
20
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kitbag/router",
3
3
  "private": false,
4
- "version": "0.24.0",
4
+ "version": "0.24.1",
5
5
  "license": "MIT",
6
6
  "bugs": {
7
7
  "url": "https://github.com/kitbagjs/router/issues"