UNPKG

997 BMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8<!--
9 PRs should document their user-visible changes (if any) in the
10 Unreleased section, uncommenting the header as necessary.
11-->
12
13<!-- ## [x.y.z] - YYYY-MM-DD -->
14<!-- ## Unreleased -->
15<!-- ### Changed -->
16<!-- ### Added -->
17<!-- ### Removed -->
18<!-- ### Fixed -->
19
20## [2.0.0-rc.2] - 2021-05-07
21
22### Changed
23
24- Updated dependencies
25
26## [2.0.0-rc.1] - 2021-04-20
27
28### Changed
29
30- (Since 2.0.0-pre.1) Renamed `hydrate` and `hydrate-support` modules to `experimental-hydrate` and `experimental-hydrate-support`, respectively, to reflect their experimental nature. Experimental modules may undergo breaking changes within otherwise non-major releases.
31
32## [2.0.0-pre.2] - 2021-03-31
33
34### Changed
35
36- Updated dependencies
37
38## [2.0.0-pre.1] - 2021-02-11
39
40Initial release