v1.9.0

umami-software/umamiv1.9.0Dec 5, 2020by mikecao

AI Summary

This release adds Hebrew language support and exposes event methods in the tracker, allowing developers more control over tracking. It also includes a new environment variable for configuring the Next.js base path and fixes for IE 11 compatibility.

Key Highlights

  • New language: Hebrew
  • Environment variable for setting `basePath`
  • Exposed event methods in tracker
  • Fix tracker for IE 11

New Features

  • Hebrew language support
  • Exposed `umami.addEvents()` and `umami.removeEvents()`
  • BASE_PATH environment variable support

Full Release Notes

## New language: Hebrew! 🄳 
šŸ™ @landjonathan 

## Added environment variable for setting `basePath`
- You can now add `BASE_PATH` to your `.env` to set the Next.js `basePath` property

## Exposed event methods in tracker
- You can now call `umami.addEvents()` and `umami.removeEvents()`

## Bug fixes
- Fix tracker for IE 11
- Fix event values display
- Updated DE strings, šŸ™ @oemueller