Skip to content

Commit 92c75cd

Browse files
author
Priyajeet Hora
committed
Release: 1.2.0
1 parent 002b885 commit 92c75cd

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
<a name="1.2.0"></a>
2+
# 1.2.0 (2017-09-22)
3+
4+
* Fix: Allow transcripts to work without timestamp (#63) ([002b885](https://github.com/box/box-ui-elements/commit/002b885))
5+
* Fix: Calculate collection loaded correctly via total_count (#61) ([2980e0c](https://github.com/box/box-ui-elements/commit/2980e0c))
6+
* Fix: Issue with preview reloading on sidebar toggle. (#62) ([7080dbe](https://github.com/box/box-ui-elements/commit/7080dbe))
7+
* Fix: Remove localhost configuration for preview (#53) ([8b19970](https://github.com/box/box-ui-elements/commit/8b19970))
8+
* Mojito: Update translations (#52) ([375accf](https://github.com/box/box-ui-elements/commit/375accf))
9+
* Mojito: Update translations (#55) ([04c8301](https://github.com/box/box-ui-elements/commit/04c8301))
10+
* Mojito: Update translations (#57) ([4573871](https://github.com/box/box-ui-elements/commit/4573871))
11+
* Mojito: Update translations (#59) ([65cfb48](https://github.com/box/box-ui-elements/commit/65cfb48))
12+
* Update: Hook up metadata from the api call (#56) ([6294f58](https://github.com/box/box-ui-elements/commit/6294f58))
13+
* Update: Let the timeline component get acces to preview's viewer (#58) ([84d12f6](https://github.com/box/box-ui-elements/commit/84d12f6))
14+
* Update: Only request applicable API fields (#54) ([94c5d08](https://github.com/box/box-ui-elements/commit/94c5d08))
15+
* New: Preview Sidebar and Box Skills (#51) ([dfdf503](https://github.com/box/box-ui-elements/commit/dfdf503))
16+
17+
18+
119
<a name="1.1.0"></a>
220
# 1.1.0 (2017-08-19)
321

22+
* Release: 1.1.0 ([4fefce1](https://github.com/box/box-ui-elements/commit/4fefce1))
423
* Update: Bump Preview version and add GitHub releases (#38) ([edac306](https://github.com/box/box-ui-elements/commit/edac306))
524
* Update: Minor css fixes and code cleanup (#49) ([2cf139c](https://github.com/box/box-ui-elements/commit/2cf139c)), closes [#49](https://github.com/box/box-ui-elements/issues/49)
625
* Update: Preview v1.1.1 (#31) ([c5fbd0c](https://github.com/box/box-ui-elements/commit/c5fbd0c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-ui-elements",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Box UI Elements",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)