Skip to content

Releases: codeworksdev/mochi-1.0

v1.6.2

12 Aug 18:22
Compare
Choose a tag to compare

Full Changelog: v1.6.1...v1.6.2


This maintenance release contains 3 updates.

MAINTENANCE UPDATES

  • #256: Add Windows CRM Support to Veeva Plugin
  • #257: Incorrect Version Number/Descriptor
  • Updated README.md

v1.6.1

12 Feb 17:20
2e9bade
Compare
Choose a tag to compare

This maintenance release updates 4 libraries.

MAINTENANCE UPDATES

  • #252: Update to Holder.js 2.9.6 from 2.9.4
  • #251: Update to Font Awesome 5.7.1 from 5.7
  • #250: Update to CanvasJS 2.3.1 from 2.3
  • #249: Update to Bootstrap 4.3 from 4.2.1

v1.6

01 Feb 19:05
Compare
Choose a tag to compare

The 1st major release of 2019 is finally here! This distribution package fixes 1 bug, includes a new addition CanvasJS, updates to Bootstrap v4.2.1, and adds stable compatibility with the Service Worker API. More details below.

RELEASE HIGHLIGHTS

  1. Fixes 1 bug (#235).
  2. New library: CanvasJS
  3. Bootstrap v4.2.1 and Font Awesome v5.7 installed natively.
  4. Full Service Worker API support for writing high-performance apps.
  5. Enhanced Less.js CSS preprocessor support.
  6. Includes an API tech demo.
  7. Plugins!

BUGFIXES (1)

  • #235: Bug: Less.js mixin .font() not generating CSS in some cases

NEW FEATURES (3)

  • #237: New: 1920px CSS media breakpoint
  • #234: By default, prevent users from resizing the viewport
  • #247: New library: CanvasJS

UPDATES (9)

  • #246: Update to Underscore.js 1.9.1 from 1.9.0
  • #245: Update to sprintf-js 1.1.2 from 1.1.1
  • #244: Update to Popper.js 1.14.7 from 1.14.4
  • #243: Update to Modernizr 3.6 from 3.5
  • #242: Update to Clipboard.js 2.0.4 from 2.0.1
  • #241: Update to Bootstrap 4.2.1 from 4.1.3
  • #239: Update to Underscore.string 3.3.5 from 3.3.4
  • #238: Update to Chart.js 2.7.3 from 2.7.2
  • #236: Update to Font Awesome 5.7.0 from 5.3.1

RELATED COMMITS (4)

v1.5.5

30 Aug 16:22
Compare
Choose a tag to compare

This maintenance release updates 3 libraries and includes 1 minor change.

MAINTENANCE UPDATES

  • #230: Update to Font Awesome 5.3.1 from 5.2
  • #231: Update to Clipboard.js 2.0.1 from 2.0
  • #232: Update to Popper.js 1.14.4 from 1.14.3
  • #233: Change default theme color

v1.5.4

13 Aug 20:17
Compare
Choose a tag to compare

This maintenance update fixes 1 bug and includes 2 updates.

MAINTENANCE UPDATES

  • #227: New library: clipboard.js
  • #228: Bug: 576px CSS media breakpoint files not loading/compiling
  • #229: Add support for 640px responsive CSS media breakpoint

v1.5.3

01 Aug 13:45
Compare
Choose a tag to compare

This maintenance release updates 2 bundled libraries.

MAINTENANCE UPDATES

BUNDLED LIBRARIES

  • #226: Update to Font Awesome 5.2 from 5.1
  • #225: Update to Bootstrap 4.1.3 from 4.1.1

v1.5.2

11 Jul 17:50
Compare
Choose a tag to compare

This maintenance release updates 2 bundled libraries, and includes 1 new library.

MAINTENANCE UPDATES

UPGRADES AND ADDITIONS

  • #221: Update to Basil.js 0.4.10 from 0.4.9
  • #222: Update to Font Awesome Free 5.1 from 5.0.13
  • #223: New library: Chart.js
  • #224: Update sw.js and project.appcache cache list

v1.5.1

18 Jun 14:58
Compare
Choose a tag to compare

This maintenance update fixes 1 bug and includes 4 minor updates.

MAINTENANCE UPDATE

  • #216: Deprecated: Less Hat
  • #217: API: Update Mochi.extend()
  • #218: Bug: API starter template makes duplicate call to mochi_init hook
  • #219: Update to Basil.js 0.4.10
  • #220: API: Update API starter template

v1.5

07 Jun 16:51
Compare
Choose a tag to compare

The 2nd major release of 2018 is finally here! This distribution package fixes 7 bugs, includes a completely re-written API, includes new libraries, adds stronger integration with the Service Worker API, and includes 63 other improvements. More details below.

RELEASE HIGHLIGHTS

  1. Fixes 7 bugs.
  2. Bootstrap v4.1.1 installed natively.
  3. Full Service Worker API support for writing high-performance apps.
  4. New library: Animate.less v2.0
  5. New library: jQuery UI
  6. New library: iScroll
  7. Enhanced Less.js CSS preprocessor support.
  8. Includes an API tech demo.
  9. Plugins!

BUGFIXES (7)

  • #187: Bug: MutationObserver context issue
  • #181: Bug: Error when trying to auto-generate favicon
  • #175: Bug: Mochi.onStateChange() not triggering load/unload hooks
  • #173: Bug: Less import _print.less does not import Bootstrap CSS
  • #161: Bug: Compile errors in print.less
  • #156: Bug: Incorrect message shown for legacy cache during sync
  • #155: Bug: MutationObserver not scanning descendants

API (28)

  • #210: API: Update Mochi.extend()
  • #208: API: Update Mochi.setOnClickName()
  • #207: API: Update Mochi.sanitizeTitle()
  • #206: API: Update Mochi.onClick()
  • #205: API: New hook mochi_onchange
  • #204: API: New mochi_load_page/mochi_load_page hooks
  • #203: API: New mochi_load/mochi_unload hooks
  • #202: API: Update list of supported hooks
  • #201: API: New public method Mochi.getDefaultOption()
  • #200: API: New property Mochi.default
  • #199: API: Update Mochi.widgetOnUpdateReady()
  • #198: API: Update Mochi.widgetOnDownloading()
  • #197: API: New public method Mochi.isSimpleObj()
  • #196: API: New flag SW_VERBOSE_SYNCING_OPTIONS
  • #195: API: New flag SW_UPDATE_NOTIFICATIONS_OPTIONS
  • #194: API: Rename Mochi._observer() to Mochi._observe()
  • #189: API: New public method Mochi.log()
  • #188: API: New hook mochi_before()
  • #186: API: Update Mochi._init()
  • #185: API: Rename Mochi.onUpdateReady() to Mochi.widgetOnUpdateReady()
  • #184: API: Rename Mochi.onDownloading() to Mochi.widgetOnDownloading()
  • #183: API: New Mochi load/unload hooks naming convention
  • #177: API: New flag DEBUG_MODE
  • #176: API: Replace MochiException with MochiError
  • #174: API: Update Mochi.getOption()
  • #160: API: Update reserved words list
  • #154: API: Update onload.js starter template
  • #151: API: New flag LAZY_LOAD_PLUGINS

LIBRARIES (9)

  • #164: New library: iScroll
  • #146: New library: jQuery UI
  • #213: Update to ViewerJS 0.5.9
  • #168: Update to Animate.less 2.0
  • #167: Update to Bootstrap 4.1.1
  • #166: Update to Basil.js 0.4.9
  • #165: Update to Font Awesome 5.0.13
  • #153: Update to Apache Server Configs 3.0.0
  • #144: Update to Popper.js 1.14.3
  • #143: Update to Holder.js 2.9.4
  • #141: Update to Underscore 1.9.0

PLUGINS (2)

  • #150: New plugin: Dialog
  • #93: New plugin: Veeva CLM Application

MISC (12)

  • #215: New demo: Page/View States
  • #214: Add "demos" folder to root
  • #212: Add support for 576px responsive CSS media breakpoint
  • #211: Update index.html starter template
  • #193: Update frontend Less imports
  • #190: Use combined and minified CSS files by default
  • #182: Use a combined and minified JS file by default
  • #170: Move Less import _lesshat-prefixed.less to new location
  • #152: Update onload.js to support new flags
  • #149: Move plugins/themes folders to permanent locations
  • #148: Drop IE browser support
  • #147: Update sw.js and project.appcache cache list

DEPRECATED (12)

  • #209: Deprecated: Mochi.__reserved
  • #192: Deprecated: Less import dist/mochi/less/print.less
  • #191: Deprecated: Less import dist/mochi/less/style.less
  • #180: Deprecated: Mochi.onStateChange()
  • #179: Deprecated: Mochi.onViewChange()
  • #178: Deprecated: Mochi.onPageChange()
  • #172: Deprecated: Less import file _retina.less
  • #171: Deprecated: Less import file _tweaks.less
  • #169: Deprecated: Less import files _animate.less and _animate-nc.less
  • #159: Deprecated: Public method Mochi.cache()
  • #158: Deprecated: Public method Mochi.container()
  • #157: Deprecated: Public method Mochi.content()

v1.4.1

02 Mar 20:42
Compare
Choose a tag to compare

This flash update fixes 1 bug and includes 1 other update.

FLASH UPDATE

  • #138: Bug: @url parameter undefined in LESS mixim "img"
  • #139: API: Update LESS mixin "zoom"