Skip to content

Latest commit

 

History

History
104 lines (58 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

104 lines (58 loc) · 4.78 KB

1.5.6 (2020-05-13)

Chores
  • Change minify script to use uglify-js (609ee1bf)
Documentation Changes
  • Added link to CKEditor 5 sandbox example (f10f651d)
Tests
  • Expand tests to cover 100% (c493ad41)
  • Change CDN for test scripts to cdnjs (297c43b2)

1.5.5 (2020-01-21)

Documentation Changes
Tests
  • Remove jquery.js and jquery-ui.js helpers (c6002bf1)
  • Added test for pathname distinction options (48741f12)

1.5.4 (2020-01-21)

Chores
Documentation Changes
Tests

1.5.3 (2020-01-20)

Chores
Documentation Changes

1.5.1 (2020-01-20)

Tests
  • Create initial jasmine tests (efb5903a)

1.5.0 (2020-01-18)

Chores
Documentation Changes
New Features
  • Add custom callback for jQuery UI Selectmenu (816f60c6)
  • Add custom callbacks to plugin (429bab49)
Tests

1.4.7 (2020-01-18)

Chores
Documentation Changes
  • Update change to clearStorage method (340dcab3)
  • Updated for namespace change (d3109dd9)
  • Change exclude defaults (ab63a954)
Bug Fixes
  • Remove console logs (4fb41b79)
  • Change default exclude selector - hidden type (9862e510)
Refactors
  • Rename clearStorage method (330ef6cf)
  • Remove un-necessary private methods (b646c518)
  • Refactored code for better readability (9294b078)
Tests