Skip to content

Commit 4fefce1

Browse files
author
Priyajeet Hora
committed
Release: 1.1.0
1 parent 2cf139c commit 4fefce1

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1+
<a name="1.1.0"></a>
2+
# 1.1.0 (2017-08-19)
3+
4+
* Update: Bump Preview version and add GitHub releases (#38) ([edac306](https://github.com/box/box-ui-elements/commit/edac306))
5+
* 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)
6+
* Update: Preview v1.1.1 (#31) ([c5fbd0c](https://github.com/box/box-ui-elements/commit/c5fbd0c))
7+
* Mojito: Update translations (#27) ([494b7d9](https://github.com/box/box-ui-elements/commit/494b7d9))
8+
* Mojito: Update translations (#40) ([55d6943](https://github.com/box/box-ui-elements/commit/55d6943))
9+
* Mojito: Update translations (#41) ([07a8944](https://github.com/box/box-ui-elements/commit/07a8944))
10+
* Mojito: Update translations (#43) ([5c4cd3a](https://github.com/box/box-ui-elements/commit/5c4cd3a))
11+
* Mojito: Update translations (#48) ([7f53796](https://github.com/box/box-ui-elements/commit/7f53796))
12+
* Fix: Add missing base css entries needed for preview ui element (#33) ([1b76928](https://github.com/box/box-ui-elements/commit/1b76928))
13+
* Fix: Grammar (#30) ([a74bf27](https://github.com/box/box-ui-elements/commit/a74bf27))
14+
* Fix: min height button overlapping issue with the elements (#28) ([0d4759c](https://github.com/box/box-ui-elements/commit/0d4759c))
15+
* Fix: Random errors in IE11 due to document.activeElement being an object (#29) ([7ba3df8](https://github.com/box/box-ui-elements/commit/7ba3df8))
16+
* Fix: Upload complete event for large files (#47) ([ad01823](https://github.com/box/box-ui-elements/commit/ad01823))
17+
* New: Add option to re-label choose/cancel button and show recents (#44) ([ba339eb](https://github.com/box/box-ui-elements/commit/ba339eb))
18+
* New: Adding option to filter out response (#46) ([3b5ff58](https://github.com/box/box-ui-elements/commit/3b5ff58))
19+
* New: Recents and Create Folder feature (#42) ([5c74304](https://github.com/box/box-ui-elements/commit/5c74304))
20+
* Chore: Cache test (#36) ([59ae93a](https://github.com/box/box-ui-elements/commit/59ae93a))
21+
* Chore: Cleanup circular dependency in delete api (#32) ([8971f17](https://github.com/box/box-ui-elements/commit/8971f17))
22+
* Chore: error.js test (#35) ([8d6a867](https://github.com/box/box-ui-elements/commit/8d6a867))
23+
* Chore: Refactor and tests for API factory (#37) ([c722028](https://github.com/box/box-ui-elements/commit/c722028))
24+
* Chore: Test for api Base.js and code / flow cleanup (#34) ([36f523e](https://github.com/box/box-ui-elements/commit/36f523e))
25+
* Chore: Upgrade versions in package.json (#26) ([01e8189](https://github.com/box/box-ui-elements/commit/01e8189))
26+
* Docs: Minor wording ([c873b51](https://github.com/box/box-ui-elements/commit/c873b51))
27+
28+
29+
130
<a name="1.0.2"></a>
231
## 1.0.2 (2017-07-14)
332

33+
* Release: 1.0.2 ([e0eb813](https://github.com/box/box-ui-elements/commit/e0eb813))
434
* Docs: Changes applicable to react ([99ca6c0](https://github.com/box/box-ui-elements/commit/99ca6c0))
535
* Docs: Links to key shortcuts ([f53ba57](https://github.com/box/box-ui-elements/commit/f53ba57))
636
* Docs: Update README ([1e4c6a7](https://github.com/box/box-ui-elements/commit/1e4c6a7))

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.0.2",
3+
"version": "1.1.0",
44
"description": "Box UI Elements",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)