Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.0...v1.18.0) (2019-10-07)

### Features

* **RoomsAdapter:** add hasMoreActivities to interface ([33ffc99](33ffc99))
* **RoomsJSONAdapter:** implement get previous activities chunking ([9b2fd45](9b2fd45))
* **ActivityStream:** load more activities on scroll up ([f4af0c8](f4af0c8))
* **ActivityStream:** load previous activities until container is filled ([3a22bdf](3a22bdf))
  • Loading branch information
webex-components-publisher committed Oct 7, 2019
1 parent 3a22bdf commit 671132f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.18.0](https://github.com/webex/components/compare/v1.17.0...v1.18.0) (2019-10-07)


### Features

* **RoomsAdapter:** add hasMoreActivities to interface ([33ffc99](https://github.com/webex/components/commit/33ffc99))
* **RoomsJSONAdapter:** implement get previous activities chunking ([9b2fd45](https://github.com/webex/components/commit/9b2fd45))
* **ActivityStream:** load more activities on scroll up ([f4af0c8](https://github.com/webex/components/commit/f4af0c8))
* **ActivityStream:** load previous activities until container is filled ([3a22bdf](https://github.com/webex/components/commit/3a22bdf))

# [1.17.0](https://github.com/webex/components/compare/v1.16.0...v1.17.0) (2019-09-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/components",
"version": "1.17.0",
"version": "1.18.0",
"main": "dist/webexComponents.cjs.js",
"module": "dist/webexComponents.esm.js",
"scripts": {
Expand Down

0 comments on commit 671132f

Please sign in to comment.