mistic100 / Bootstrap-Confirmation

Bootstrap plugin for on-place confirm boxes using Popover
http://bootstrap-confirmation.js.org
306 stars 124 forks source link

Bootstrap 5 #133

Open quimey opened 3 years ago

quimey commented 3 years ago

Hey! Any plans to support boostrap 5? What would it take to do it?

musicman3 commented 3 years ago

Hey. For me this is also relevant.

mistic100 commented 3 years ago

Currently the new API of Bootstrap 5 make it very difficult to migrate. I cannot make features such as a singleton and popover work because of design choices in Bootstrap.

See https://github.com/twbs/bootstrap/issues/32941

Will check back when the beta is over.

solomax commented 3 years ago

@mistic100 the beta seems to be over :) Any chance for the migration? :)

mistic100 commented 3 years ago

See my message above and the linked pr

solomax commented 3 years ago

Thanks for the answer @mistic100, I should follow the links myself :(

Maybe it would be possible to release some sort of intermediate version of this plugin: with jquery in "provided" mode and bootstrap 5? It would perfectly fit our needs right now :)))

BigOHenry commented 2 years ago

Hello, any progress on this?

picov commented 2 years ago

I'm also interested on BS5 support. Any news?

ponasromas commented 1 year ago

What's the progress on v5 release?

ccartee commented 11 months ago

It does not look like there has been any progress in supporting bootstrap 5.

I hate to move away from this library (it's just such a clean widgets for confirmation) but we are going to have to upgrade to BS 5 in the near future, and confirmation functionality is something that is definitely needed in our UI.

henriquemattos commented 11 months ago

Hi @ccartee. You can always fork the project, fix the compatibility issue and publish a new version. Let me know if you do as I would consume your fork 😉. Otherwise I'm also removing this extension from my project and doing a cleaner, easier solution. 🤓