box-annotations
Advanced tools
Comparing version 0.0.7 to 0.0.9
@@ -1,52 +0,10 @@ | ||
<a name="0.0.7"></a> | ||
## 0.0.7 (2017-10-24) | ||
<a name="0.0.9"></a> | ||
## 0.0.9 (2017-10-24) | ||
* Fix: readme ([5a33530](https://github.com/box/box-annotations/commit/5a33530)) | ||
<a name="0.0.6"></a> | ||
## 0.0.6 (2017-10-24) | ||
* Chore: Cleaning up readme ([9324202](https://github.com/box/box-annotations/commit/9324202)) | ||
<a name="0.0.5"></a> | ||
## 0.0.5 (2017-10-24) | ||
* Chore: updating README ([90f3f0f](https://github.com/box/box-annotations/commit/90f3f0f)) | ||
<a name="0.0.4"></a> | ||
## 0.0.4 (2017-10-24) | ||
* Fix: scripts ([615291c](https://github.com/box/box-annotations/commit/615291c)) | ||
<a name="0.0.3"></a> | ||
## 0.0.3 (2017-10-24) | ||
* Chore: cleaning up build script ([5d4fa55](https://github.com/box/box-annotations/commit/5d4fa55)) | ||
<a name="0.0.2"></a> | ||
## 0.0.2 (2017-10-24) | ||
* Fix: publish script ([f86e71c](https://github.com/box/box-annotations/commit/f86e71c)) | ||
<a name="0.0.1"></a> | ||
## 0.0.1 (2017-10-24) | ||
* Building as npm package ([6c2856a](https://github.com/box/box-annotations/commit/6c2856a)) | ||
* Copying annotations code from box/box-content-preview ([52b44d5](https://github.com/box/box-annotations/commit/52b44d5)) | ||
* Chore: Migrating annotations code into repo ([b5efd2a](https://github.com/box/box-annotations/commit/b5efd2a)) | ||
* New: Building as npm package ([253ea03](https://github.com/box/box-annotations/commit/253ea03)) | ||
* New: Copying annotations code from box/box-content-preview ([12aaab4](https://github.com/box/box-annotations/commit/12aaab4)) | ||
* Initial commit ([ef5245b](https://github.com/box/box-annotations/commit/ef5245b)) | ||
* Migrating annotations code into repo ([056913c](https://github.com/box/box-annotations/commit/056913c)) | ||
@@ -15,2 +15,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
/** | ||
@@ -17,0 +18,0 @@ * NAME: The name of the annotator. |
@@ -17,3 +17,3 @@ var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }(); | ||
/* eslint-disable no-unused-vars */ | ||
// Workaround for rangy npm issue: https://github.com/timdown/rangy/issues/342 | ||
// Workaround for rangy npm issue: https://github.com/timdown/rangy/lib/issues/342 | ||
import rangyClassApplier from 'rangy/lib/rangy-classapplier'; | ||
@@ -20,0 +20,0 @@ import rangyHighlight from 'rangy/lib/rangy-highlighter'; |
{ | ||
"name": "box-annotations", | ||
"version": "0.0.7", | ||
"version": "0.0.9", | ||
"description": "Box Annotations", | ||
@@ -39,3 +39,2 @@ "author": "Box (https://www.box.com/)", | ||
"conventional-changelog-lint": "^1.1.7", | ||
"conventional-github-releaser": "^1.1.12", | ||
"cpx": "^1.5.0", | ||
@@ -42,0 +41,0 @@ "css-loader": "^0.27.3", |
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/) | ||
[![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.org/box/box-annotations) | ||
[![version](https://img.shields.io/badge/version-v0.0.7-blue.svg?style=flat-square)](https://github.com/box/box-annotations) | ||
[![version](https://img.shields.io/badge/version-v0.0.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) | ||
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements) | ||
@@ -545,3 +545,3 @@ | ||
8. Test your first build! `yarn run build-lib` | ||
9. To link and test your local code changes, run `yarn link box-annotations` in this repository and again wherever [Box Content Preview](github.com/box/box-content-preview/) is cloned locally. | ||
9. To link and test your local code changes, run `yarn link` in this repository and `yarn link box-annotations` wherever [Box Content Preview](github.com/box/box-content-preview/) is cloned locally. | ||
@@ -548,0 +548,0 @@ While Developing |
Sorry, the diff of this file is not supported yet
73
549214