Releases: Power-Components/livewire-powergrid
Releases · Power-Components/livewire-powergrid
v2.3.7
What's Changed
- Fix Model name on datasource doc block by @dansysanalyst in #324
Full Changelog: v2.3.6...v2.3.7
v2.3.6
What's Changed
- add: action button title/tooltip text by @victorioustr in #320
- Fix: can't scroll when overflow by @nguyentranchung in #323
New Contributors
- @nguyentranchung made their first contribution in #323
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Fix datetime filter does not restore state for filtering by @jamesRUS52 in #318
- Dev by @luanfreitasdev in #319
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Persist data. by @jamesRUS52 in #298
public function setUp(): void
{
$this->persist(['columns', 'filters']); // If you need the state of columns and filters to be saved in cookies, you can use the persist method.
}
- Improvements in the multi select component
- Tailwind layout improvements
- fix wire:loading
- restore column state visibility only for non forceHidden columns by @jamesRUS52 in #307
- Improvements in tests by @luanfreitasdev in #308 #309
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Available toggle column to visible from default hidden state by @jamesRUS52 in #302
- Fix and Improve filters by @jamesRUS52 in #294
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Fixed cell style by @jamesRUS52 in #295
- Fixed Annotation on powergrid:demo by @dansysanalyst in #299
- Fixed export by @jamesRUS52 in #296
- Add Aggregate functions v23 by @jamesRUS52 in #297
- Fixed issues with pagination responsiveness on mobile by @Stridesdata in #293
- Change bg-gray-200 to bg-gray-100
- Fixed issue checkbox is hidden but it shows in export when using ActionRule #300
New Contributors
- @Stridesdata made their first contribution in #293
Full Changelog: v2.3.1...v2.3.2
v2.3.1
🛠️ Fix
Rollback formatting feature on Count, Sum and Avg.
v2.3.0
What's Changed
- Improve & fix annotations by @dansysanalyst in #272
- Update README & CONTRIBUTING by @dansysanalyst in #275
- Add emitTo action, tr lang fix, non-array parameters send to event by @victorioustr in #274
- Add emitTo for ActionRules by @luanfreitasdev
- white-200 -> gray-200 by @realodix in #277
- Adds "Bulk Action Button" to powergrid:demo by @dansysanalyst in #279
- 🥇Promote Bulk Actions by @dansysanalyst in #280
- Adds formatting feature on Count, Sum and Avg. by @dansysanalyst in #285
- Fix issues with Pagination on Mobile (bootstrap 5) #282 by @luanfreitasdev
New Contributors
- @victorioustr made their first contribution in #274
- @realodix made their first contribution in #277
Full Changelog: v2.2.6...v2.3.0
v2.2.6
v2.2.5
🛠️ Fix
- Update method is not updating the correct record. #258
What's Changed
- Conditional column hide by @pauleniz in #249
- Adds auto-complete for model path by @dansysanalyst in #259
- Remove rm-views and deletes views cache before each test by @dansysanalyst in #260
New Contributors
Full Changelog: v2.2.4...v2.2.5