Skip to content

Releases: christophrumpel/nova-notifications

1.0.11

28 Oct 07:48
cdf56cc
Compare
Choose a tag to compare

This release adds Laravel 6 support.

1.0.10

05 Mar 15:09
Compare
Choose a tag to compare

Remove specific Nova version from composer.json file. Now it also works with Nova 2.0.

1.0.9

24 Feb 10:27
0b089dc
Compare
Choose a tag to compare
  • Remove test console logs
  • Rename used style and script prefix so prevent conflix

1.0.8

04 Dec 15:47
7ad7e46
Compare
Choose a tag to compare
  • Add config file again to define namespaces to search
  • Show error when no notifiable given before modal

1.0.7

25 Oct 05:56
Compare
Choose a tag to compare
  • Some notifiables don't have an ID. This release fixes these situations where an error was thrown

1.0.6

09 Oct 07:55
Compare
Choose a tag to compare
  • Remove custom styles to prevent that Nova styles are overridden

1.0.5

04 Oct 17:44
c990e5f
Compare
Choose a tag to compare
  • Fix bug where notifications were not shown if there was only one
  • Change how notifications and notifiables are found. Works not automatically. So the config is not necessary anymore.

1.0.4

24 Sep 15:12
Compare
Choose a tag to compare
  • Remove TailwindCSS preflight to prevent overriding styles in Nova itself
  • Make notificationClasses per default an array to prevent problem with checking length

1.0.3

20 Sep 18:04
Compare
Choose a tag to compare
  • Added translation files for EN and FR
  • Style CI fixes

1.0.2

10 Sep 13:17
Compare
Choose a tag to compare

The path to the migration directory was wrong. This was fixed.