Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 545 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 545 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v0.1.2]

Fixed

  • Bug with settings loading on page load

[v0.1.1]

Fixed

  • axios version constraints for npm

[v0.1]

Changed

  • Eager loading is automatic when accessing a property. You no longer need a $settings.loadSetting() in your Vue component.