From 3e782ac662640c30ba522df0960f15c280ff5830 Mon Sep 17 00:00:00 2001 From: atmonshi Date: Sun, 25 Feb 2024 12:30:28 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ef6bc..1a2ecb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `Popover` will be documented in this file +## 1.1.2 - 2024-02-25 + +### What's Changed + +* add a form component for popover as a placeholder by @atmonshi in https://github.com/lara-zeus/popover/pull/11 + +**Full Changelog**: https://github.com/lara-zeus/popover/compare/1.1.1...1.1.2 + ## 1.1.1 - 2024-02-24 ### What's Changed @@ -32,6 +40,7 @@ PopoverColumn::make('email') ->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'email'])), + ``` now in your LW view: @@ -39,6 +48,7 @@ now in your LW view: + ``` **Full Changelog**: https://github.com/lara-zeus/popover/compare/1.0.4...1.1.0