Skip to content

Releases: schmeits/filament-umami-widgets

1.4.3

05 Sep 06:50
Compare
Choose a tag to compare

Bug: Ofcourse we have to use the max value getting the timeout :) (noticed by Lmtc 🙏🏻)
Fixed: Add limitResults to the Grouped Geo Table

1.4.2

27 Jun 13:02
Compare
Choose a tag to compare

Typo squashing and adding inspiration

1.4.1

27 Jun 12:56
Compare
Choose a tag to compare

Fixed bug in BaseTableWidget

1.4.0

25 Jun 09:13
Compare
Choose a tag to compare

New:

  • added websiteEvents Widget

Bugfixes:

  • chartwidget headers disappearing

Internals:

  • deduplication of code for abstract baseWidget classes

1.3.2

24 Jun 14:20
Compare
Choose a tag to compare

Fixed small bug in default filter

1.3.1

24 Jun 14:11
Compare
Choose a tag to compare

Format date option added to graph widgets

1.3.0

24 Jun 13:30
Compare
Choose a tag to compare

Added Chart Widgets

  • Pageviews (\Schmeits\FilamentUmami\Widgets\UmamiWidgetGraphPageViews::class)
  • Sessions (\Schmeits\FilamentUmami\Widgets\UmamiWidgetGraphSessions::class)

1.2.1

21 Jun 14:35
Compare
Choose a tag to compare

Forgot Widget use in WidgetManager

1.2.0

21 Jun 14:31
Compare
Choose a tag to compare

Added Widgetmanager to register the Widgets to be used on other pages

1.1.0

21 Jun 14:10
Compare
Choose a tag to compare

Added some Table Widgets

  • UmamiWidgetTableTitle
  • UmamiWidgetTableUrls
  • UmamiWidgetTableCountry
  • UmamiWidgetTableRegion
  • UmamiWidgetTableCity
  • UmamiWidgetTableDevice
  • UmamiWidgetTableOs
  • UmamiWidgetTableBrowser
  • UmamiWidgetTableLanguage
  • UmamiWidgetTableScreen
  • UmamiWidgetTableEvents
  • UmamiWidgetTableQuery
  • UmamiWidgetTableGroupedPages
  • UmamiWidgetTableGroupedGeo
  • UmamiWidgetTableGroupedClientInfo

Added limiting to table widgets