We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02c784 commit d74d656Copy full SHA for d74d656
CONTRIBUTING.md
@@ -14,6 +14,15 @@ that also:
14
- Updates examples
15
- Updates the docs
16
17
+## API Deprecation
18
+
19
+Introduce new API in minor versions, remove old APIs in major versions.
20
21
+For example, if the current version is 2.3 and we change `<Router/>`
22
+`<Rooter/>` the next release will be 2.4 that contains both APIs but
23
+`<Router/>` would log a warning to the console. When 3.0 is released,
24
+`<Router/>` would be completely removed.
25
26
### Development
27
28
- `npm test` will fire up a karma test runner and watch for changes
0 commit comments