File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
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+
315## 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.
420 - 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.
821 - Dependency cleanup.
922
1023## 0.26.0
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-component" ,
3- "version" : " 0.27.0-rc1 " ,
3+ "version" : " 0.27.0" ,
44 "description" : " Declarative router component for React" ,
55 "main" : " index.js" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments