This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Releases: nystudio107/craft-instantanalytics
Releases · nystudio107/craft-instantanalytics
Version 1.1.15
Fixed
- Fixed an issue where
craft-plugin-vite
was not included as
required (#65)
Version 1.1.14
Added
- Add
.gitattributes
&CODEOWNERS
- Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 1.1.13
Changed
- Switch to Node 16 via
16-alpine
Docker tag by default - Update to Tailwind CSS
^3.0.0
- Switched buildchain to Vite &
craft-vite-plugin
- Refactor to use TypeScript
- Switched documentation system to VitePress
- Use Textlint for the documentation
- Build documentation automatically via GitHub action
Fixed
- Use
${CURDIR}
instead ofpwd
to be cross-platform compatible with Windows WSL2
Version 1.1.12
Added
- Added
make update
to update NPM packages - Added
make update-clean
to completely removenode_modules/
, then update NPM packages
Changed
- More consistent
makefile
build commands - Use Tailwind CSS
^2.1.0
with JIT - Move settings from the
composer.json
“extra” to the plugin main class - Move the manifest service registration to the constructor
Version 1.1.11
Changed
- Dockerized the buildchain, using
craft-plugin-manifest
for the webpack HMR bridge
Version 1.1.10
Changed
- Verify if purchasable exists before getting its title
- Updated to webpack 5 buildchain
Version 1.1.9
Added
- Stash the various
utm
settings in local storage to allow proper attribution from Commerce events
Fixed
- Set alternative title if item is not a Product (such as a donation)
Version 1.1.8
Fixed
- Instant Analytics will no longer attempt to create its own
clientId
by default, instead deferring to obtainingclientId
from the GA cookie. Analytics data will not be sent if there is noclientId
, preventing it from creating duplicateusersessions
Version 1.1.7
Fixed
- Fixed Asset Bundle namespace case
Version 1.1.6
Changed
- Updated to latest npm dependencies via
npm audit fix
for both the primary app and the docs - Updated deprecated functions for Commerce 3
Fixed
- Fixed an issue where an error would be thrown if a brand field didn't exist for a given Product Type