Releases: abjerner/Skybrud.Umbraco.Analytics
Skybrud.Umbraco.Analytics v1.0.0-beta004
New beta release for Umbraco 8 🎉
Installation
Changelog
- Replaced
alert()
withconsole.error()
in content app (see 46795e4)
Errors in the content app would trigger analert()
, which isn't super user friendly. As of this release, errors will now trigger a call toconsole.error()
instead.
Skybrud.Umbraco.Analytics v1.0.0-beta003
New beta release for Umbraco 8 🎉
Installation
Changelog
-
Build against Umbraco 8.1
Earlier releases were build against a nightly alpha of Umbraco from before 8 was officially released. This meant that the package would not work in Umbraco 8.1 and above as this version of Umbraco introduced some breaking changes. With this release, the package is now build against Umbraco 8.1, which ensures support for 8.1 and newer. -
Updated
Skybrud.Essentials
dependency
The dependency for Skybrud.Essentials was updated to the newest version. -
Replaced
Skybrud.Social.Google
dependency withSkybrud.Social.Google.Analytics
The Skybrud.Social.Google package had previously implementations for a number of different services, including Google Analytics. Recently these implementations have been separated into individual packages, which is the reason the dependency was changed to Skybrud.Social.Google.Analytics. -
Various UI improvements
Improved the implementation for overlays, button states and similar. Generally just better utilizing new UI components in Umbraco 8.
Skybrud.Umbraco.Analytics v1.0.0-beta002
New beta release 🎉
Skybrud.Umbraco.Analytics v1.0.0-beta001
First beta release 🎉