This repository was archived by the owner on Mar 29, 2021. It is now read-only.
Releases: dsifford/academic-bloggers-toolkit
Releases · dsifford/academic-bloggers-toolkit
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
4.0.1
4.0.0
BREAKING CHANGES
- Fully depreciate peer review components. See changelog for details on how to remedy this.
Changes
3.4.3
Bugfixes
- Fix issue where bibliographies would not be rendered with only a single reference. (HT @floaltvater)
(fixes it for real this time).
3.4.2
Bugfixes
- Fix issue where bibliographies would not be rendered with only a single reference. (HT @floaltvater)
3.4.1
Bugfixes
- Fix issue causing reference menus to fail to load in cases where WordPress plugins are installed in a non-standard directory or in multisite. (HT @floaltvater).
3.4.0
Improvements
- _Massive_ under-the-hood improvements to both speed and reliability to the reference list.
- Plugin is now fully internationalized! Are you interested in helping translate this plugin? Visit this link to learn more. (Closes #53)
- UI Improvements.
- Citation processor now properly parses all locales.
- Processor now caches ~75% less data as post meta (wasn't much to begin with, but now it's less!).
- Duplicate references are now ignored. (HT @metallikat36. Closes #37)
Bugfixes
3.3.1
Bugfixes
- Only load plugin javascript on single posts, rather than on
front_page()
or any other collection of posts. - Fix border color on peer review boxes.
- Stop loading plugin on media upload pages.
- Regress to older iterator function for frontend bibliographies so that Safari 9, Internet Explorer, and Edge 13 don't throw errors. (Protip: If you're using these browsers, stop. Use Chrome or Firefox. Or, at least upgrade to Edge 14 or Safari 10).