Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Livewire to v3 #14831

Merged
merged 41 commits into from
Jun 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7d1acd3
Update Livewire via composer
marcusmoore May 29, 2024
4ae74fb
Remove alpinejs from package.json
marcusmoore May 29, 2024
b52380f
Migrate to new namespace
marcusmoore May 29, 2024
58e638d
Migrate to wire:model.live
marcusmoore May 29, 2024
29d8724
Migrate away from wire:model.defer
marcusmoore May 29, 2024
d8a480b
Migrate to wire:model.blur
marcusmoore May 29, 2024
4541958
Migrate away from wire:model.prevent
marcusmoore May 29, 2024
8ff6399
Migrate away from dispatchBrowserEvent()
marcusmoore May 29, 2024
73e3ac7
Migrate to $dispatch
marcusmoore May 29, 2024
9dc4f2c
Migrate config
marcusmoore May 29, 2024
43616d1
Remove alpine reference from webpack
marcusmoore May 29, 2024
17f0ac1
Set view correctly
marcusmoore May 29, 2024
093c665
Update select2 snippet for Livewire 3
marcusmoore May 29, 2024
638ae9b
Use new id method
marcusmoore May 29, 2024
34595c2
Update script tag
marcusmoore May 29, 2024
8d924b6
Replace references to @this in importer
marcusmoore May 29, 2024
ee75b30
Enable legacy_model_binding
marcusmoore May 29, 2024
7d95e77
Add a few .prevents
marcusmoore May 29, 2024
9e35441
Importer fixes
marcusmoore May 29, 2024
e80b80f
Remove manual livewire tags
marcusmoore May 29, 2024
f032498
Update id syntax in custom fields component
marcusmoore May 30, 2024
2eaac3d
Fix select2 re-renders
marcusmoore May 30, 2024
1736bf5
Merge branch 'develop' into chore/sc-23725/livewire3
marcusmoore May 30, 2024
5a9a231
Remove alpinejs
marcusmoore May 30, 2024
296cf3e
Update OauthClients component
marcusmoore Jun 4, 2024
5eb5742
Define property
marcusmoore Jun 4, 2024
ef91c81
Remove unneeded re-render of select2
marcusmoore Jun 4, 2024
99439f0
Define property
marcusmoore Jun 4, 2024
b2a0e79
Inject alpine on label engine page
marcusmoore Jun 5, 2024
48fc6ca
Remove commented code
marcusmoore Jun 5, 2024
60c7efa
Remove commented code
marcusmoore Jun 5, 2024
9044aa4
Import class
marcusmoore Jun 5, 2024
c51b7d7
Inline variable
marcusmoore Jun 10, 2024
c3e6e11
Merge branch 'develop' into chore/sc-23725/livewire3
marcusmoore Jun 12, 2024
d916428
Merge branch 'develop' into chore/sc-23725/livewire3
marcusmoore Jun 17, 2024
fc351a1
Remove .live from oauth clients
marcusmoore Jun 17, 2024
a3dea99
Fix category edit form component
marcusmoore Jun 17, 2024
f0a11be
Merge branch 'develop' into chore/sc-23725/livewire3
marcusmoore Jun 18, 2024
30dd8bc
Update Livewire
marcusmoore Jun 18, 2024
d4861a7
Merge branch 'develop' into chore/sc-23725/livewire3
marcusmoore Jun 25, 2024
8a562f1
Bump Livewire to 3.5.1
marcusmoore Jun 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneeded re-render of select2
  • Loading branch information
marcusmoore committed Jun 4, 2024
commit ef91c8123e759a0b93de9e71b57e47414b2d2c58
5 changes: 0 additions & 5 deletions resources/views/livewire/slack-settings-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ class="btn btn-default btn-sm pull-left">
var data = $('#select2').select2("val");
@this.set('webhook_selected', data);
});

// Re-render select2
window.livewire.hook('message.processed', function (el, component) {
$('.select2').select2();
});
});


Expand Down