UNPKG

588 BMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9<!-- ### Added -->
10<!-- ### Chnaged -->
11<!-- ### Removed -->
12<!-- ### Fixed -->
13
14## [1.0.1] - 2019-08-04
15
16### Changed
17
18- Encapsulation of `Symbol("css")`. ([#22](https://github.com/wtnbass/fuco/pull/22))
19
20### Fixed
21
22- Fix a bug `useEffect` does not work when remounted. ([#20](https://github.com/wtnbass/fuco/pull/20))