This repository was archived by the owner on Mar 29, 2021. It is now read-only.
4.1.0
Note: The overall size of the plugin has been reduced by 54.6% for this release. 👍
See changlog for a detailed description of all changes.
Changes
- Closes #127
- Add issue template
- Add working implementation of the static bibliography feature (Closes #123).
- Improve loading handler to trigger when visual editor is toggled.
- Upgrade to Webpack 2 (for tree shaking) -- dramatically smaller file sizes
- Add updateStyles script to automatically update CSL as needed.
- Ran above script and added Mercatus Center CSL style.
- Add npm script as shorthand for above script.
- Fully strengthen bibliography rendering by using all
bibOptions
available. - Greatly improve URL parser + add
always-full-surround
option.
(Closes #129). - Move the bibliography formatter to
helperFunctions
. - Change workflow for removing items. (Closes #130)
- Removed ts-loader in favor of awesome-typescript-loader for faster
module bundling. - Lint various JS files.
- 100% test coverage for helperFunctions
- Fix small bug causing the scroll resize handler to not properly resize
at times. - Convert from imperative to functional reactive "reactions" for scroll
side effects. - Get rid of jade (low yield).
- Fix bug that sometimes occurred when adding manual citations.
- Revamp options page with interactive demo of display options.
- Fix "double URL insertion bug". Closes #131.
- Update dependencies
- Fix broken ts-lint call
- Add unicode bold text to some error alerts
- Add guard against inserting publication lists using styles that
don't have defined bibliographies. Closes #132 - Account for menu open/closed state in scrollhandler. Closes #135