This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update deps * fix: add "Footnotes" localized string to rendered footnotes box * chore: update donation link on readme.txt * Update deps * Hotfix release 4.6.1 -- Fix bug caused by invalid HTML IDs being generated * Fix (majority) of build failure causes * fix: ensure https URLs are used for API calls Closes #212 * fix: allow more than just numbers for Docket Number field Closes #211 * chore: update citeproc * feat: add keyboard shortcut for pin/unpin ref list <meta+alt+p> Closes #210 * feat(UI): add tooltips to cited reference items. This adds a delayed tooltip on hover to each item within the "Cited Items" list. The tooltip contains the citation number (index + 1) of the item in the reference list. Closes #207 * fix: fix small bug with citation numbering This fixes a bug that was introduced in a recent release that caused citations that were inserted in the middle of a set of citations to not be numbered correctly. There was a small issue with the order of the conditionals. Closes #217 * fix: fix issue causing scroll stubbing to not work Closes #216 * Update dependencies + bump to tslint@next * Update deps * Downgrade tslint -- too unstable * add the following citation styles... - Data Science Journal - Health Education Research - Maison de l'Orient et de la Méditerranée (French) - Sexual Health * Build release 4.7.0
- Loading branch information
Showing
23 changed files
with
535 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,6 +247,7 @@ gulp.task('_dev', | |
browserSync.init({ | ||
proxy: 'localhost:8080', | ||
open: false, | ||
port: 3005, | ||
}); | ||
} | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.