Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 8bb4678

Browse files
author
Sravan S
committed
1.2.8(Oct 19, 2020)
- Features/Bugs: * sortChannelList prop for ChannelListComponent ``` sortChannelList={(channels: BaseChannel) => { ... return sortedChannels: BaseChannel }} ``` - Bugfixes: * CSS Flex: Rename all start to flex-start
1 parent d8f0c2c commit 8bb4678

File tree

11 files changed

+93
-26
lines changed

11 files changed

+93
-26
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.2.8(Oct 19, 2020)
4+
5+
- Features/Bugs:
6+
* sortChannelList prop for ChannelListComponent
7+
```
8+
sortChannelList={(channels: BaseChannel) => {
9+
...
10+
return sortedChannels: BaseChannel
11+
}}
12+
```
13+
- Bugfixes:
14+
* CSS Flex: Rename all start to flex-start
15+
316
## 1.2.7(Sept 29, 2020)
417

518
- Bugfixes:

dist/index.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 34 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)