With the coming release of Drupal 8.7 and Lightning 4, we should keep WxT up-to-date.
I've started a branch to track this development, see https://github.com/drupalwxt/wxt/tree/lightning-8.x-4.x
With the coming release of Drupal 8.7 and Lightning 4, we should keep WxT up-to-date.
I've started a branch to track this development, see https://github.com/drupalwxt/wxt/tree/lightning-8.x-4.x
Comments
Comment #2
spotzero commentedCurrent, WxT in the branch above builds with Lighting 8.4 Beta 1. The next step will be to clean up the patches that no-longer apply cleanly and testing.
Comment #3
joel_osc commentedWhat are your thoughts on including field_group 3.0 instead of 1.0? The maintainer is recommended 3.0-beta instead of 1.0 now.
https://www.drupal.org/project/field_group
Cheers!
Comment #4
joel_osc commentedIs there a timeline for getting this out the door? Need help? Cheers!
Comment #5
nvexler commentedComment #6
nvexler commentedOne of the big gaps I've noticed is this issue: https://www.drupal.org/project/bootstrap/issues/2821008
This incompatibility causes a tonne of usability issues. Thoughts on resolving it folks?
Comment #7
joel_osc commentedFrom that issue: "Unchecking the 'Enable Bootstrap Modals' box does make Layout Builder usable again". We have been doing this on most of our D8 sites anyway as a lot of them are using the off canvas dialogue in one way or another. Are there any major problems with just disabling this by default? And, would this fix the usability issues enough to move forward?
Comment #8
spotzero commentedThanks for the interest guys, but those things should all be separate issues. They don't really have an effect on updating to Lightning 4.x and Drupal 8.7.
Comment #9
spotzero commentedFYI, I've created a pull request here: https://github.com/drupalwxt/wxt/pull/165
If you want it out sooner, testing it and reporting back is always hopefuly :D
Comment #10
robingalipeau commentedExtending on @joel_osc comment, We've noticed many issues for all the newer UI flyout features in D8. (The main Right Tasks off canvas dialogue, the new Workspaces at the TOP and much more so with Layout builder - all since 8.6).
We can replicate it Base Bootstrap and even in Bartik (even though the Bootstrap Modal setting while in WxT theme plays havoc with it.
@spotzerro, may not be directly related to this update... but there is certainly something affecting this. Which we likely have to address (more so now that Layout Builder is basically unusable within distro WxT)... but clearly fine for base lightning and/or bootstrap theme base Drupal.
Our team is looking further in this. (has anyone replicated?)
Comment #11
spotzero commentedLayout builder pre-8.7 has been pretty rough. From what I've been testing in 8.7 core is seems pretty good. I'm going to be doing work on it in the distro shortly.
If things are super broken though, all the more reason to track it all in a dedicated issue.
I've created a issue to track Layout Builder status and progress here: #3055499: META: Layout Builder in WxT
If you can post your experiences and the debugging you guys have done, that would be great. You too @nvexler
Comment #12
sylus commentedThink this is good now since merged in master.
Comment #13
joel_osc commentedWould like to hep do some testing, what is the best way to get this running in my local?
Cheers.
Comment #14
spotzero commentedHey Joel,
This will get you a test site built. The following will download the wxt-project scaffold and update it to use the dev branch of wxt.
Comment #15
joel_osc commentedAwesome, thanks!