Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Releases: dsifford/academic-bloggers-toolkit

4.1.0

01 Sep 19:42
Compare
Choose a tag to compare

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

20 Aug 22:27
Compare
Choose a tag to compare

See changelog

4.0.0

17 Aug 01:15
Compare
Choose a tag to compare

BREAKING CHANGES

  • Fully depreciate peer review components. See changelog for details on how to remedy this.

Changes

  • Implement custom citation styles. Closes #107
  • Fix select option rendering issue.
  • Add 43 additional styles.
  • Fix footnote bugs. Closes #110
  • Switch to headway changelog so I don't have to maintain 3 separate changelogs.

3.4.3

12 Aug 21:09
Compare
Choose a tag to compare

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

12 Aug 20:36
Compare
Choose a tag to compare

Bugfixes

  • Fix issue where bibliographies would not be rendered with only a single reference. (HT @floaltvater)

3.4.1

11 Aug 16:48
Compare
Choose a tag to compare

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

10 Aug 21:44
Compare
Choose a tag to compare

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

  • Processor now clears the incremental whitespace between your content and the bibliography.
  • Fix issue where some URLs were not being parsed properly. (HT @JLJu. Closes #100)
  • Fix issue causing the processor to go out of sync with the document. (Closes #72)

3.3.1

29 Jul 21:39
Compare
Choose a tag to compare

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).

3.3.0

25 Jul 03:28
Compare
Choose a tag to compare

See 4bfbc1f and CHANGELOG.md for changes.

3.2.1

30 May 22:43
Compare
Choose a tag to compare

3.2.1

Sometimes you make good calls, and sometimes you make bad calls.

Changing the CSS selectors was a bad call. Sorry about that!

Bugfixes

  • Revert CSS selectors back to what they were originally.