From 5b8539f1be2f46af463e950c022f8af4a9a7280f Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Fri, 7 Jul 2017 15:54:03 -0700 Subject: [PATCH] Release: 0.131.0 --- CHANGELOG.md | 22 +++++ README.md | 12 +-- package.json | 245 ++++++++++++++++++++++++++------------------------- 3 files changed, 152 insertions(+), 127 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ee44b34..849c94e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## [v0.131.0](https://github.com/box/box-content-preview/tree/v0.131.0) (2017-07-07) +[Full Changelog](https://github.com/box/box-content-preview/compare/v0.130.0...v0.131.0) + +**Merged pull requests:** + +- Cleanup for 1.0 for 3D [\#205](https://github.com/box/box-content-preview/pull/205) ([JustinHoldstock](https://github.com/JustinHoldstock)) +- Chore: Preview UI as instance [\#204](https://github.com/box/box-content-preview/pull/204) ([tonyjin](https://github.com/tonyjin)) +- Chore: Update README to include token scope information [\#203](https://github.com/box/box-content-preview/pull/203) ([jeremypress](https://github.com/jeremypress)) +- Chore: Preview Cleanup [\#202](https://github.com/box/box-content-preview/pull/202) ([jeremypress](https://github.com/jeremypress)) +- Fix/notification message timeout [\#201](https://github.com/box/box-content-preview/pull/201) ([MinhHNguyen](https://github.com/MinhHNguyen)) +- Chore: Page num input uses numeric keyboard on mobile devices [\#200](https://github.com/box/box-content-preview/pull/200) ([jeremypress](https://github.com/jeremypress)) +- Chore: Fix ESLint warnings \(JSDoc cleanup\) [\#199](https://github.com/box/box-content-preview/pull/199) ([tonyjin](https://github.com/tonyjin)) +- Update: pdf.js 1.8.514 [\#197](https://github.com/box/box-content-preview/pull/197) ([tonyjin](https://github.com/tonyjin)) +- Fix: Ensures highlight buttons are hidden on mobile devices [\#196](https://github.com/box/box-content-preview/pull/196) ([pramodsum](https://github.com/pramodsum)) +- Docs: Update contributing.md [\#195](https://github.com/box/box-content-preview/pull/195) ([tonyjin](https://github.com/tonyjin)) +- Chore: Remove padding for CSV files [\#194](https://github.com/box/box-content-preview/pull/194) ([jeremypress](https://github.com/jeremypress)) +- Chore: Update to new 'Elements' branding [\#193](https://github.com/box/box-content-preview/pull/193) ([tonyjin](https://github.com/tonyjin)) +- Fix: Allow panning on mobile while zooming into ppt files [\#192](https://github.com/box/box-content-preview/pull/192) ([jeremypress](https://github.com/jeremypress)) +- Fix: Tree shaking bug workaround for csv bundle [\#191](https://github.com/box/box-content-preview/pull/191) ([priyajeet](https://github.com/priyajeet)) +- Chore: Removing unused 'active' & 'active-hover' states for annotations [\#189](https://github.com/box/box-content-preview/pull/189) ([pramodsum](https://github.com/pramodsum)) +- Chore: Scrubber/Media fixes for mobile [\#185](https://github.com/box/box-content-preview/pull/185) ([jeremypress](https://github.com/jeremypress)) + ## [v0.130.0](https://github.com/box/box-content-preview/tree/v0.130.0) (2017-06-28) [Full Changelog](https://github.com/box/box-content-preview/compare/v0.129.2...v0.130.0) diff --git a/README.md b/README.md index 2227c7411..a59514618 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.com/box/box-content-preview) -[![version](https://img.shields.io/badge/version-v0.130.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) +[![version](https://img.shields.io/badge/version-v0.131.0-blue.svg?style=flat-square)](https://github.com/box/box-content-preview) [![npm version](https://img.shields.io/npm/v/box-content-ui-kits.svg?style=flat-square)](https://www.npmjs.com/package/box-content-ui-kits) [Box Content Preview](https://docs.box.com/docs/box-content-preview) @@ -19,11 +19,11 @@ If you are using Internet Explorer 11, which doesn't natively support promises, Current Version --------------- -* Version: v0.130.0 +* Version: v0.131.0 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/0.130.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/0.130.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/0.131.0/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/0.131.0/en-US/preview.css Supported Locales ----------------- @@ -50,8 +50,8 @@ You can self-host the Box Content Preview UI Element or reference the versions a - - + +
diff --git a/package.json b/package.json index 59fdb90e2..c32989ac3 100644 --- a/package.json +++ b/package.json @@ -1,123 +1,126 @@ { - "name": "box-content-preview", - "version": "0.130.0", - "description": "Box Content Preview UI Element", - "author": "Box (https://www.box.com/)", - "license": "SEE LICENSE IN LICENSE", - "repository": { - "type": "git", - "url": "git@github.com:box/box-content-preview.git" - }, - "devDependencies": { - "autobind-decorator": "^1.3.4", - "autoprefixer": "^6.7.7", - "babel-core": "^6.24.0", - "babel-eslint": "^7.1.1", - "babel-loader": "^6.4.1", - "babel-plugin-istanbul": "^4.0.0", - "babel-plugin-transform-class-properties": "^6.23.0", - "babel-plugin-transform-decorators-legacy": "^1.3.4", - "babel-plugin-transform-object-rest-spread": "^6.23.0", - "babel-plugin-transform-require-ignore": "0.1.0", - "babel-polyfill": "^6.23.0", - "babel-preset-es2015": "^6.24.0", - "babel-preset-es2016": "^6.22.0", - "babel-preset-react": "^6.23.0", - "chai": "^3.5.0", - "chai-as-promised": "5.3.0", - "chai-dom": "^1.4.3", - "conventional-changelog-lint": "^1.1.7", - "css-loader": "^0.27.3", - "cssnano-cli": "^1.0.5", - "deepmerge": "^1.3.2", - "es6-promise": "^4.1.0", - "eslint": "^3.17.1", - "eslint-config-airbnb": "^14.1.0", - "eslint-config-prettier": "^2.1.1", - "eslint-import-resolver-webpack": "^0.8.1", - "eslint-plugin-babel": "^4.1.1", - "eslint-plugin-import": "^2.2.0", - "eslint-plugin-jsx-a11y": "^4.0.0", - "eslint-plugin-react": "^6.10.0", - "extract-text-webpack-plugin": "2.1.0", - "fetch-mock": "^5.9.4", - "fetch-mock-forwarder": "^1.0.0", - "file-loader": "^0.10.1", - "husky": "^0.13.4", - "i18n-webpack-plugin": "^0.3.0", - "karma": "^1.5.0", - "karma-chai": "^0.1.0", - "karma-chai-as-promised": "^0.1.2", - "karma-chai-dom": "^1.1.0", - "karma-chai-sinon": "^0.1.5", - "karma-chrome-launcher": "^2.0.0", - "karma-coverage": "^1.1.1", - "karma-fixture": "^0.2.6", - "karma-html2js-preprocessor": "^1.1.0", - "karma-junit-reporter": "^1.2.0", - "karma-mocha": "^1.3.0", - "karma-mocha-reporter": "^2.2.2", - "karma-phantomjs-launcher": "^1.0.4", - "karma-sinon": "^1.0.5", - "karma-sinon-stub-promise": "^1.0.0", - "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "^2.0.3", - "lint-staged": "^3.4.2", - "lodash.clonedeep": "^4.5.0", - "lodash.debounce": "^4.0.8", - "lodash.throttle": "^4.1.1", - "mocha": "^3.2.0", - "mock-local-storage": "^1.0.2", - "mojito-rb-gen": "^0.0.1", - "node-sass": "^4.5.0", - "optimize-css-assets-webpack-plugin": "^1.3.0", - "phantomjs-prebuilt": "^2.1.14", - "postcss-loader": "^1.3.3", - "prettier": "^1.3.1", - "prettier-eslint-cli": "^4.0.1", - "rangy": "^1.3.0", - "raw-loader": "^0.5.1", - "react": "^15.4.2", - "react-addons-shallow-compare": "^15.4.2", - "react-dom": "^15.4.2", - "react-virtualized": "^9.3.0", - "sass-loader": "^6.0.3", - "sinon": "1.17.7", - "sinon-chai": "2.8.0", - "sinon-stub-promise": "^4.0.0", - "string-replace-loader": "^1.0.5", - "style-loader": "^0.14.1", - "stylelint": "^7.9.0", - "stylelint-config-standard": "^16.0.0", - "stylelint-order": "^0.4.1", - "webpack": "^2.2.1", - "webpack-bundle-analyzer": "^2.8.2", - "whatwg-fetch": "^2.0.3" - }, - "scripts": { - "build": "yarn run clean && yarn run build-rb && yarn run lint && yarn run dev", - "build-ci": "./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", - "build-rb": "mojito-rb-gen -s src/i18n -o src/i18n/json -b en-US.properties", - "ci": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run build-ci", - "clean": "rm -rf dist && rm -rf reports/coverage && rm -rf src/i18n/json", - "commitmsg": "conventional-changelog-lint -e", - "debug": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js --no-single-run --auto-watch", - "dev": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", - "lint": "NODE_ENV=dev ./node_modules/.bin/eslint src/lib && ./node_modules/.bin/stylelint 'src/lib/**/*.scss'", - "precommit": "lint-staged", - "prepush": "yarn run lint", - "prettier": "prettier-eslint \"src/lib/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write", - "prod": "BABEL_ENV=production NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --progress --colors --config build/webpack.config.js", - "release": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run prod", - "test": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js", - "upgrade-pdfjs": "./build/upgrade_pdfjs.sh && ./build/minify_pdfjs.sh", - "watch": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --watch --progress --colors --config build/webpack.config.js", - "major": "./build/release.sh -m", - "minor": "./build/release.sh -n", - "patch": "./build/release.sh -p" - }, - "lint-staged": { - "src/lib/**/*.js": ["prettier-eslint --print-width 120 --single-quote --tab-width 4 --write", "git add"] - }, - "dependencies": {} + "name": "box-content-preview", + "version": "0.131.0", + "description": "Box Content Preview UI Element", + "author": "Box (https://www.box.com/)", + "license": "SEE LICENSE IN LICENSE", + "repository": { + "type": "git", + "url": "git@github.com:box/box-content-preview.git" + }, + "devDependencies": { + "autobind-decorator": "^1.3.4", + "autoprefixer": "^6.7.7", + "babel-core": "^6.24.0", + "babel-eslint": "^7.1.1", + "babel-loader": "^6.4.1", + "babel-plugin-istanbul": "^4.0.0", + "babel-plugin-transform-class-properties": "^6.23.0", + "babel-plugin-transform-decorators-legacy": "^1.3.4", + "babel-plugin-transform-object-rest-spread": "^6.23.0", + "babel-plugin-transform-require-ignore": "0.1.0", + "babel-polyfill": "^6.23.0", + "babel-preset-es2015": "^6.24.0", + "babel-preset-es2016": "^6.22.0", + "babel-preset-react": "^6.23.0", + "chai": "^3.5.0", + "chai-as-promised": "5.3.0", + "chai-dom": "^1.4.3", + "conventional-changelog-lint": "^1.1.7", + "css-loader": "^0.27.3", + "cssnano-cli": "^1.0.5", + "deepmerge": "^1.3.2", + "es6-promise": "^4.1.0", + "eslint": "^3.17.1", + "eslint-config-airbnb": "^14.1.0", + "eslint-config-prettier": "^2.1.1", + "eslint-import-resolver-webpack": "^0.8.1", + "eslint-plugin-babel": "^4.1.1", + "eslint-plugin-import": "^2.2.0", + "eslint-plugin-jsx-a11y": "^4.0.0", + "eslint-plugin-react": "^6.10.0", + "extract-text-webpack-plugin": "2.1.0", + "fetch-mock": "^5.9.4", + "fetch-mock-forwarder": "^1.0.0", + "file-loader": "^0.10.1", + "husky": "^0.13.4", + "i18n-webpack-plugin": "^0.3.0", + "karma": "^1.5.0", + "karma-chai": "^0.1.0", + "karma-chai-as-promised": "^0.1.2", + "karma-chai-dom": "^1.1.0", + "karma-chai-sinon": "^0.1.5", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.1.1", + "karma-fixture": "^0.2.6", + "karma-html2js-preprocessor": "^1.1.0", + "karma-junit-reporter": "^1.2.0", + "karma-mocha": "^1.3.0", + "karma-mocha-reporter": "^2.2.2", + "karma-phantomjs-launcher": "^1.0.4", + "karma-sinon": "^1.0.5", + "karma-sinon-stub-promise": "^1.0.0", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^2.0.3", + "lint-staged": "^3.4.2", + "lodash.clonedeep": "^4.5.0", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "mocha": "^3.2.0", + "mock-local-storage": "^1.0.2", + "mojito-rb-gen": "^0.0.1", + "node-sass": "^4.5.0", + "optimize-css-assets-webpack-plugin": "^1.3.0", + "phantomjs-prebuilt": "^2.1.14", + "postcss-loader": "^1.3.3", + "prettier": "^1.3.1", + "prettier-eslint-cli": "^4.0.1", + "rangy": "^1.3.0", + "raw-loader": "^0.5.1", + "react": "^15.4.2", + "react-addons-shallow-compare": "^15.4.2", + "react-dom": "^15.4.2", + "react-virtualized": "^9.3.0", + "sass-loader": "^6.0.3", + "sinon": "1.17.7", + "sinon-chai": "2.8.0", + "sinon-stub-promise": "^4.0.0", + "string-replace-loader": "^1.0.5", + "style-loader": "^0.14.1", + "stylelint": "^7.9.0", + "stylelint-config-standard": "^16.0.0", + "stylelint-order": "^0.4.1", + "webpack": "^2.2.1", + "webpack-bundle-analyzer": "^2.8.2", + "whatwg-fetch": "^2.0.3" + }, + "scripts": { + "build": "yarn run clean && yarn run build-rb && yarn run lint && yarn run dev", + "build-ci": "./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", + "build-rb": "mojito-rb-gen -s src/i18n -o src/i18n/json -b en-US.properties", + "ci": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run build-ci", + "clean": "rm -rf dist && rm -rf reports/coverage && rm -rf src/i18n/json", + "commitmsg": "conventional-changelog-lint -e", + "debug": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js --no-single-run --auto-watch", + "dev": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --progress --colors --config build/webpack.config.js", + "lint": "NODE_ENV=dev ./node_modules/.bin/eslint src/lib && ./node_modules/.bin/stylelint 'src/lib/**/*.scss'", + "precommit": "lint-staged", + "prepush": "yarn run lint", + "prettier": "prettier-eslint \"src/lib/**/*.js\" --print-width 120 --single-quote --tab-width 4 --write", + "prod": "BABEL_ENV=production NODE_ENV=production node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --progress --colors --config build/webpack.config.js", + "release": "yarn run clean && yarn run build-rb && yarn run lint && yarn run test && yarn run prod", + "test": "NODE_ENV=test ./node_modules/.bin/karma start build/karma.conf.js", + "upgrade-pdfjs": "./build/upgrade_pdfjs.sh && ./build/minify_pdfjs.sh", + "watch": "BABEL_ENV=dev NODE_ENV=dev ./node_modules/.bin/webpack --watch --progress --colors --config build/webpack.config.js", + "major": "./build/release.sh -m", + "minor": "./build/release.sh -n", + "patch": "./build/release.sh -p" + }, + "lint-staged": { + "src/lib/**/*.js": [ + "prettier-eslint --print-width 120 --single-quote --tab-width 4 --write", + "git add" + ] + }, + "dependencies": {} }