Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
62929d9
feat(Ref): support of `forwardRef()` API
layershifter Nov 19, 2018
9882478
fix styling
layershifter Nov 19, 2018
46c6913
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Nov 19, 2018
17cbc97
update yarn.lock
layershifter Nov 19, 2018
33c95c1
add entry to changelog
layershifter Nov 19, 2018
57faf87
rename examples
layershifter Nov 21, 2018
bb93b77
Merge branch 'master' of https://github.com/stardust-ui/react into fe…
layershifter Nov 21, 2018
306ca3b
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Nov 27, 2018
97594a7
fix changelog
layershifter Nov 27, 2018
c418eec
clean up test
layershifter Nov 27, 2018
747931c
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Nov 29, 2018
d11dcc4
regenerate lock
layershifter Nov 29, 2018
1501b0d
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Nov 29, 2018
0d75b11
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Dec 3, 2018
6f0039f
fix review comments
layershifter Dec 3, 2018
1c77d7b
Merge branch 'master' of https://github.com/stardust-ui/react into fe…
layershifter Dec 3, 2018
31de50a
fix tests
layershifter Dec 3, 2018
5642eab
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Dec 3, 2018
bce1d43
fix types
layershifter Dec 3, 2018
098ee71
Merge branch 'master' of https://github.com/stardust-ui/react into fe…
layershifter Dec 4, 2018
a2f7fd1
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Dec 5, 2018
8e41c02
add entry to changelog
layershifter Dec 5, 2018
b8a3384
Merge branch 'master' of https://github.com/stardust-ui/react into fe…
layershifter Dec 5, 2018
e1d73e1
update changelog
layershifter Dec 5, 2018
921f35a
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
layershifter Dec 5, 2018
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branches 'feat/ref-forward' and 'master' of https://github.com/…
…stardust-ui/react into feat/ref-forward # Conflicts: #	CHANGELOG.md
  • Loading branch information
layershifter committed Nov 27, 2018
commit 306ca3b96e4366e410daabbf6eb7085946e62e3e
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Features
- `Ref` components uses `forwardRef` API by default @layershifter ([#491](https://github.com/stardust-ui/react/pull/491))

<!--------------------------------[ v0.12.1 ]------------------------------- -->
## [v0.12.1](https://github.com/stardust-ui/react/tree/v0.12.1) (2018-11-26)
[Compare changes](https://github.com/stardust-ui/react/compare/v0.12.0...v0.12.1)

### Features
- Add `createComponent` function in the public API @mnajdova ([#503](https://github.com/stardust-ui/react/pull/503))
- Apply `dir=auto` attribute to string content of `Text` @kuzhelov ([#5](https://github.com/stardust-ui/react/pull/5))
- Improve `Menu` accessibility behaviors @sophieH29 ([#523](https://github.com/stardust-ui/react/pull/523))
- Add ability to style every slot of `Chat.Message` and remove dependency on `Layout` component @Bugaa92 ([#518](https://github.com/stardust-ui/react/pull/518))

### Fixes
- Fix the behaviour of `AutoControlledComponent` when `undefined` is passed as a prop value @layershifter ([#499](https://github.com/stardust-ui/react/pull/499))

### Features
- Stop event propagation when press Escape on the popup @sophieH29 ([#515](https://github.com/stardust-ui/react/pull/515))

### Documentation
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.