Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devsrv committed May 5, 2021
1 parent d3a895c commit 0ef63bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.0.2 - 2021-05-05

## fixed

- notification clear on wire:loading

## added

- helper methods for different alert messages
```php
$this->info('your message'); // support `info` `warning` `success` `danger`
```

## 1.0.1 - 2021-05-02

## Changed
Expand Down

0 comments on commit 0ef63bd

Please sign in to comment.