Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
2c95c0d9
Unverified
Commit
2c95c0d9
authored
Jun 15, 2017
by
Sean Hammond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
27d545b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
CHANGELOG.md
CHANGELOG.md
+60
-0
No files found.
CHANGELOG.md
View file @
2c95c0d9
...
...
@@ -4,6 +4,66 @@ Entries in this change log follow the format suggested at http://keepachangelog.
# Change Log
## [Unreleased]
### Changed
-
When embedded in a page read the URL of the annotation API to talk to from
the page's
`services`
setting
(
[
#426
](
https://github.com/hypothesis/client/pull/426
)
).
This has also been documented
(
[
#450
](
https://github.com/hypothesis/client/pull/450
)
).
This also means that if the host page of an embedded client contains a
`services`
setting then the
`services[].apiUrl`
sub-setting is mandatory,
otherwise the client will crash on load.
-
Support JavaScript ES2015 code in the client
(
[
#421
](
https://github.com/hypothesis/client/pull/421
)
).
-
Add Symbol polyfill (needed for some ES2015 language constructs)
(
[
#442
](
https://github.com/hypothesis/client/pull/442
)
).
-
Multiple frame detection and injection
(
[
#430
](
https://github.com/hypothesis/client/pull/430
)
).
-
Config code refactoring
(
[
#422
](
https://github.com/hypothesis/client/pull/422
)
,
[
#423
](
https://github.com/hypothesis/client/pull/423
)
,
[
#424
](
https://github.com/hypothesis/client/pull/424
)
,
[
#425
](
https://github.com/hypothesis/client/pull/425
)
,
[
#432
](
https://github.com/hypothesis/client/pull/432
)
,
[
#435
](
https://github.com/hypothesis/client/pull/435
)
,
[
#436
](
https://github.com/hypothesis/client/pull/436
)
,
[
#437
](
https://github.com/hypothesis/client/pull/437
)
,
[
#438
](
https://github.com/hypothesis/client/pull/438
)
).
-
Convert tags service to JS
(
[
#431
](
https://github.com/hypothesis/client/pull/431
)
).
### Fixed
-
Don't crash if a page contains a js-hypothesis-config script containing
invalid JSON, instead log a warning and continue ignoring the invalid JSON
(
[
#427
](
https://github.com/hypothesis/client/pull/427
)
).
-
Don't crash if the page contains a
`window.hypothesisConfig`
that isn't a
function, instead log a warning and continue ignoring
`window.hypothesisConfig`
(
[
#428
](
https://github.com/hypothesis/client/pull/428
)
).
-
Fix dev environment JavaScript error on localhost:3000 page
(
[
#445
](
https://github.com/hypothesis/client/pull/445
)
).
-
Re-enable reading openLoginForm and openSidebar from the host page
(fixes the sidebar not auto-opening on the /welcome page after you install
the Chrome extension)
(
[
#447
](
https://github.com/hypothesis/client/pull/447
)
).
-
Upgrade gulp-sass (fixes a build error with Node v8)
(
[
#441
](
https://github.com/hypothesis/client/pull/441
)
).
## [1.20.0] - 2017-06-06
### Changed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment