hypothesis
Advanced tools
Comparing version 0.51.0 to 0.52.0
@@ -15,7 +15,7 @@ { | ||
"scripts/angular.bundle.js": "scripts/angular.bundle.js?6b1cbd", | ||
"scripts/app.bundle.js": "scripts/app.bundle.js?d578c9", | ||
"scripts/injector.bundle.js": "scripts/injector.bundle.js?9a6160", | ||
"scripts/app.bundle.js": "scripts/app.bundle.js?1f5f28", | ||
"scripts/injector.bundle.js": "scripts/injector.bundle.js?67095a", | ||
"scripts/jquery.bundle.js": "scripts/jquery.bundle.js?aa4179", | ||
"scripts/katex.bundle.js": "scripts/katex.bundle.js?5ff8c3", | ||
"scripts/polyfills.bundle.js": "scripts/polyfills.bundle.js?3cd616", | ||
"scripts/polyfills.bundle.js": "scripts/polyfills.bundle.js?f75c78", | ||
"scripts/raven.bundle.js": "scripts/raven.bundle.js?0bb0b8", | ||
@@ -22,0 +22,0 @@ "scripts/showdown.bundle.js": "scripts/showdown.bundle.js?1e9f4c", |
@@ -7,2 +7,23 @@ <!-- | ||
## [0.52.0] - 2017-01-24 | ||
### Changed | ||
- Simplify client source code directory structure | ||
([#185](https://github.com/hypothesis/client/pull/185)). | ||
- Add support for `hypothesis-trigger` declarative attribute | ||
to toggle the visibility of the sidebar | ||
([#190](https://github.com/hypothesis/client/pull/190)). | ||
- Add Google Analytics to help monitor application interactions | ||
([#194](https://github.com/hypothesis/client/pull/194)). | ||
- Whitelist the settings given to the client application | ||
([#196](https://github.com/hypothesis/client/pull/196)). | ||
- Improve support for Authorization header in API requests | ||
([#191](https://github.com/hypothesis/client/pull/191)). | ||
## [0.51.0] - 2017-01-10 | ||
@@ -9,0 +30,0 @@ |
{ | ||
"name": "hypothesis", | ||
"version": "0.51.0", | ||
"version": "0.52.0", | ||
"description": "Annotate with anyone, anywhere.", | ||
@@ -120,5 +120,5 @@ "license": "BSD-2-Clause", | ||
"browser": { | ||
"annotator": "./h/static/scripts/vendor/annotator.js", | ||
"annotator": "./src/annotator/vendor/annotator.js", | ||
"hammerjs": "./node_modules/hammerjs/hammer.js", | ||
"katex": "./h/static/scripts/vendor/katex.js" | ||
"katex": "./src/sidebar/vendor/katex.js" | ||
}, | ||
@@ -125,0 +125,0 @@ "browserify-shim": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7428912
80565