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

Commit 661653c

Browse files
sravan-sSravan S
and
Sravan S
authored
V2.0.0-alpha.0 (#27)
Co-authored-by: Sravan S <sravan@sendbird.com>
1 parent 9c5bf55 commit 661653c

File tree

94 files changed

+41213
-35024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+41213
-35024
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
6+
# builds
7+
build
8+
.rpt2_cache
9+
10+
# misc
11+
.DS_Store
12+
.env
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
![Languages](https://img.shields.io/badge/language-JAVASCRIPT-orange.svg)
55
[![npm](https://img.shields.io/npm/v/sendbird.svg?style=popout&colorB=red)](https://www.npmjs.com/package/sendbird)
66

7+
## Note
8+
9+
v2.0.0-alpha.x is still under QA. Please donot use it for production
10+
Try it only if you want to test OpenChannel
11+
712
## Table of contents
813

914
1. [Introduction](#introduction)
1015
1. [Before getting started](#before-getting-started)
1116
1. [Getting started](#getting-started)
12-
1. [UIKit at a glance](#uikit-at-a-glance)
13-
1. [Appendix](#appendix)
17+
1. [UIKit at a glance](#uikit-at-a-glance)
18+
1. [Appendix](#appendix)
1419

1520
<br />
1621

dist/cjs/App.js

+150
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/App.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)