Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit dd80d2b

Browse files
committed
perf(renderComponent): avoid multiple style function calls (#1957)
(cherry picked from commit 267a8bc)
1 parent a4f88c2 commit dd80d2b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5555
- Add behaviors for `Tree` as list and linked them using childBehaviors @silviuavram ([#1928](https://github.com/stardust-ui/react/pull/1928))
5656
- Add `notes` icon and update `link` icon in Teams theme @codepretty ([#1953](https://github.com/stardust-ui/react/pull/1953))
5757

58-
### Performance
59-
- Resolve styles once in `renderComponent()` @layershifter ([#1957](https://github.com/stardust-ui/react/pull/1957))
60-
6158
### Documentation
6259
- Remove Usage tab @lucivpav ([#1948](https://github.com/stardust-ui/react/pull/1948))
6360
- Put props on a single page, fix props links @lucivpav ([#1892](https://github.com/stardust-ui/react/pull/1892))
6461
- Remove cancel button in a `Dialog` example with a close action @lucivpav ([#1949](https://github.com/stardust-ui/react/pull/1949))
6562

63+
<!--------------------------------[ v0.38.2 ]------------------------------- -->
64+
## [v0.38.2](https://github.com/stardust-ui/react/tree/v0.38.2) (2019-09-26)
65+
[Compare changes](https://github.com/stardust-ui/react/compare/v0.38.1...v0.38.2)
66+
67+
### Performance
68+
- Resolve styles once in `renderComponent()` @layershifter ([#1957](https://github.com/stardust-ui/react/pull/1957))
69+
6670
<!--------------------------------[ v0.38.1 ]------------------------------- -->
6771
## [v0.38.1](https://github.com/stardust-ui/react/tree/v0.38.1) (2019-09-13)
6872
[Compare changes](https://github.com/stardust-ui/react/compare/v0.38.0...v0.38.1)

0 commit comments

Comments
 (0)