forked from balloob/react-sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
980b39c
commit dae9659
Showing
2 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,53 @@ | ||
Change log | ||
=========== | ||
# Change log | ||
|
||
## [Unfinished] | ||
|
||
- prop-types is now dependency instead of peer dependency (@markusenglund) | ||
- PropTypes are removed in production to save on size (@markusenglund) | ||
- Now using babel in loose mode & babel-runtime to reduce bundle size further (@markusenglund) | ||
- Made the library available as ES Module in addition to CommonJS (@markusenglund) | ||
|
||
- Remove tab-index from overlay (@markusenglund) | ||
|
||
## 2.3.2 | ||
- prop-types is now a peer dependency (@Fallenstedt) | ||
|
||
- prop-types is now a peer dependency (@Fallenstedt) | ||
|
||
## 2.3.1 | ||
- Modify content styles to have momentum scrolling (@Fallenstedt) | ||
- Update examples to eliminate depreciation warnings(@Fallenstedt) | ||
- Update readme's examples(@Fallenstedt) | ||
|
||
- Modify content styles to have momentum scrolling (@Fallenstedt) | ||
- Update examples to eliminate depreciation warnings(@Fallenstedt) | ||
- Update readme's examples(@Fallenstedt) | ||
|
||
## 2.3 | ||
- Replace findDOMNode by ref callback (@BDav24) | ||
- Allow setting initial sidebar width (@BDav24) | ||
|
||
- Replace findDOMNode by ref callback (@BDav24) | ||
- Allow setting initial sidebar width (@BDav24) | ||
|
||
## 2.2 | ||
- Move from onTouchTap to onClick for React 15.2 compatibility (@factorize) | ||
- Fix accessibility issues (@cristian-sima) | ||
|
||
- Move from onTouchTap to onClick for React 15.2 compatibility (@factorize) | ||
- Fix accessibility issues (@cristian-sima) | ||
|
||
## 2.1.4 | ||
- Update included ES5 build with 2.1.3 changes | ||
|
||
- Update included ES5 build with 2.1.3 changes | ||
|
||
## 2.1.3 | ||
- Added optional classNames (@sugarshin) | ||
|
||
- Added optional classNames (@sugarshin) | ||
|
||
## 2.1.2 | ||
- Fix server side rendering (@elliottsj) | ||
|
||
- Fix server side rendering (@elliottsj) | ||
|
||
## 2.1 | ||
- Allow overriding embedded styles (@kulesa) | ||
|
||
- Allow overriding embedded styles (@kulesa) | ||
|
||
## 2.0.1 | ||
- Allow adding className to sidebar using sidebarClassName prop (@lostdalek) | ||
|
||
- Allow adding className to sidebar using sidebarClassName prop (@lostdalek) | ||
|
||
## 2.0.0 | ||
- React 0.14 release | ||
|
||
- React 0.14 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters