You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,6 +125,31 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125
125
126
126
== Changelog ==
127
127
128
+
= 3.2.9.13 =
129
+
* Modified data => taxonomies now has a little more power behind it.
130
+
* Fixed: #1255 - button_set multi field not saving when all buttons not selected.
131
+
* Fixed: #1254 - Border field with 0px not outputting properly.
132
+
* Fixed: #1250 - Typography preview font-size not set in preview.
133
+
* Fixed: #1247 - Spacing field not outputting properly in `absolute` mode.
134
+
* Modified: Typography previewing hidden until font inputs are changed.
135
+
* Fixed: Vendor js not loading properly when dev_mode = true
136
+
* Fixed: Border field not outputting properly.
137
+
* Modified: Centralized import/export code in anticipation of new builder features.
138
+
* Fixed: Removed rogue echo statement.
139
+
* Modified: select2 loads only when a field requires it.
140
+
* Modified: More code to load JS on demand for fields require it.
141
+
* Modified: Field specific JS only loads with active field.
142
+
* Fixed: Hints stopped working due to classname change.
143
+
* Fixed: Permissions argument on section array not filtering out raw field.
144
+
* Fixed: Too many CSS tweaks to list, due to last build.
145
+
* Fixed: Sortable and Sorter fields now sort without page scroll when page size is under 782px.
146
+
* Fixed: Hint icon defaults to left position when screen size is under 782px.
147
+
* Fixed: `permissions` argument for fields and sections erasing saved field data. See #1231
148
+
* Modified: Woohoo! Nearly fully responsive. Yanked out all SMOF and NHP field customizations. Lots of little fixes on all browser screens. This will also greatly benefit Metaboxes and other areas of Redux.
149
+
* Fixed: In dev_mode panel CSS was being loaded 2x.
150
+
* Fixed: Typography color picker bleeding under other elements. #1225
151
+
* Fixed: Hint icon_color index error from builder. #1222
152
+
128
153
= 3.2.9 =
129
154
* Added: Network admin support! Set argument 'database' to network and data will be saved site-wide. Also two new arguments: network_admin & network_sites for where to show the panel.
130
155
* Added: Customizer hook that can be used to simulate the customizer for live preview in the customizer. `redux/customizer/live_preview`
0 commit comments