File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.27.0
4
+ - Breaking Changes (see also 0.27.0-rc1 changelog):
5
+ * Support for React 0.14.0 only.
6
+ * ` url-pattern ` ` 0.10 ` brought breaking updates. If you are customizing ` url-pattern ` , there is a new API:
7
+ - ` createURLPatternCompiler() ` and ` setCreateURLPatternCompilerFactory() ` have been removed.
8
+ - Instead, pass an object at the prop ` urlPatternOptions ` on either your router or individual routes.
9
+ Route-level options will be merged with precedence over Router options. Contextual router options
10
+ are not merged between levels.
11
+ * ` matchKeys ` has been deprecated. ` url-pattern ` now handles this natively; pass an array as the prop
12
+ ` urlPatternOptions ` when using a regex.
13
+
14
+
3
15
## 0.27.0-rc1
16
+ - Breaking Changes:
17
+ * Remove React-Async and AsyncRouteRenderingMixin.
18
+ - Async support will be re-added via a plugin.
19
+ See [ #129 ] ( https://github.com/STRML/react-router-component/issues/129 ) for tracking on this issue.
4
20
- Support for React 0.14.0-rc1.
5
- - Remove React-Async and AsyncRouteRenderingMixin.
6
- * Async support will be re-added via a plugin.
7
- See [ #129 ] ( https://github.com/STRML/react-router-component/issues/129 ) for tracking on this issue.
8
21
- Dependency cleanup.
9
22
10
23
## 0.26.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-component" ,
3
- "version" : " 0.27.0-rc1 " ,
3
+ "version" : " 0.27.0" ,
4
4
"description" : " Declarative router component for React" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments