themehybrid / hybrid-core

Official repository for the Hybrid Core WordPress development framework.
GNU General Public License v2.0
689 stars 144 forks source link

Testing: Underscore JS customizer controls #109

Closed justintadlock closed 9 years ago

justintadlock commented 9 years ago

Yesterday, I made changes to nearly all the customizer controls created as part of #92. This is primarily because WordPress core is going to be converting its base WP_Customize_Control class to use Underscore JS templates. See: https://core.trac.wordpress.org/ticket/30738

It's important to stay on the cutting edge and keep up with development. JS is a large part of WP's future, so now's just as good a time as any to work a little more with it. Not to mention, I might as well convert the controls in the framework over while we're still in development of 3.0.

Anyway, this is just a call for testing/feedback. Everything should work exactly the same way. It's just a little more JS-driven now.

justintadlock commented 9 years ago

Here's a quick testing plugin showing examples of the controls: http://justintadlock.com/blog/wp-content/uploads/2015/06/hybrid-customize-tester.zip

justintadlock commented 9 years ago

Closing since there's been no feedback. I'm assuming everything is good.