clear-react-router 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ A lightweight, type-safe routing library for React applications with nested rout
9
9
  - 🔒 **Navigation Blocking** - Prevent accidental navigation with `useBlocker`
10
10
  - ✨ **Smooth Animations** - Page transitions with fade effect (customizable duration)
11
11
  - 🏗️ **Static Layout** — Keep navbar, footer, and other elements outside the router to avoid unnecessary re-renders
12
- - 🎯 **Type-safe Redirects** - Redirect from loaders and beforeLoad hooks
12
+ - 🎯 **Type-safe Redirects** - Redirect from beforeLoad hook
13
13
  - 📦 **Prefetching** - Preload data on hover for instant navigation
14
14
  - 🚀 **Lazy Loading** - Code-split your routes with dynamic imports for optimal performance
15
15
  - 🎨 **Flexible API** - Use components or hooks as you prefer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear-react-router",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A lightweight, type-safe routing library for React applications",
5
5
  "author": "Andrew Bubnov",
6
6
  "scripts": {