Hi friends,
Thank you to everyone who has been testing the beta. We know it’s a bit more rough around the edges than other cycles, and we really appreciate all the feedback we’ve received. This is quite a complex update, so it’s taking us a while to iterate and make changes. It will likely be towards the end of next week that we have another beta available.
Here are some improvements you can expect:
- Quickly changing any value at any breakpoint from the query inspector UI (Beta 1: Copy Styles from higher to lower breakpoints)
- We’re working on a way to let you change the base breakpoint (Pondering mobile first)
- Considering 1 and 2, we are adding a toggle that enables “responsive styling” mode. When turned on, the inspector will show the value of the current breakpoint. When not on, you’re always editing the base value (unless you click into the query inspector from point 1) This will help avoid unwanted breakpoint edits.
All of those combined should support a number of different workflows and prevent Cornerstone from being too opinionated one way or another.
We apologize for having more of a gap between betas this time around. Allowing the breakpoint to be changed is particularly challenging, because of how the styling cascades. We need to build a system that will take an element created in an arbitrary base breakpoint, and convert it to the selected base breakpoint on the fly. We’re also hitting a few hard edges in parts of the codebase that will eventually be removed/replaced for the Theme Options reboot. In light of that we’ve decided to do some foundational work for the Theme Options reboot now and go ahead with some of the needed rewrites. This will grease the wheels for the next cycle, and also save us from having to redo things.
Thank you for your patience as we continue iterating, and thanks again for your participation in the process!