Skip to content

Releases: presscustomizr/nimble-builder

v1.4.4

17 Jan 14:00

Choose a tag to compare

= 1.4.4 : January 17th, 2019 =

  • fixed : another PHP warning when using an rgba color for an icon, a button or in a form
  • improved : compatibility with the Customizr theme

v1.4.3

16 Jan 16:39

Choose a tag to compare

= 1.4.3 : January 16th, 2019 =

  • fixed : a PHP warning when using an rgba color for an icon, a button or in a form
  • improved : support for Firefox.

v1.4.2

22 Dec 18:10

Choose a tag to compare

Changelog

= 1.4.2 : December 22nd, 2018 =

  • added : a new global option to try the beta features
  • improved : header_one pre-build section

Screenshots

2018-12-22_19-06-59
2018-12-22_19-07-41
2018-12-22_19-08-53
2018-12-22_19-09-11

v1.4.1

21 Dec 19:43

Choose a tag to compare

= 1.4.1 : December 21st, 2018 =

  • fixed : possible php notice when generating CSS rules for column width
  • fixed : replace array_filter() which expects at most 2 parameters in version oho PHP < 5.6, by a foreach loop
  • fixed : style of the column resizable handle broken in the Hueman theme
  • fixed : dynamic stylesheet not refreshed when dropping a section in a global location
  • fixed : fix loop_start and loop_end duplication in infinite-scroll loops. Could occur with JetPack, Hueman Pro and Customizr Pro.
  • added : a dismissable welcome notice when no sections has been created yet
  • added : a specific placeholder for header and footer locations, when customizing only
  • added [beta] : a widget area module
  • added [beta] : a new group of pre-built sections for header and footer
  • added : a "selectOptions" param to the signature of api.czr_sektions::setupSelectInput, allowing us to provide a set of options
  • added [beta] : implemented a parser for template tags inside double curly braces {{...}}
  • improved [beta] : modify ::dnd_canDrop with the case when user tries to drop a content header / footer section in a footer / header location => prevent + print an alert msg

v1.4.0

15 Dec 18:09

Choose a tag to compare

= 1.4.0 : December 15th, 2018 =

  • fixed : use a different name for the various global inline stylesheets : breakpoint and inner/outer widths
  • fixed : when appending CSS rules by filtering 'nimble_get_dynamic_stylesheet', in Sek_Dyn_CSS_Builder::get_stylesheet, there's no way to know if we are writing a local or a global stylesheet
  • fixed : UI of the global option is being re-generated when skope changes
  • updated : Font Awesome to v5.5.0
  • improved : deprecation of skope id 'skp__post_page_home'. Now, when the home page is a static page, the Nimble options are the same as the page ones. Only the home with latests posts option has a specific set of Nimble options.
  • improved : various improvement of the UI and UX : clearer explanations of what the settings are doing, dynamic resizing of the UI icons when sections and columns are too narrows.
  • improved : deprecation of the "blank Nimble Builder template" in favor of a new set of options, fine-grained header and footer
  • added : the fundations for a header and footer customization

2018-12-15_22-23-41

v1.3.3

05 Dec 21:32

Choose a tag to compare

nimble_logo-horizontal_blanc

= 1.3.3 : December 5th, 2018 =

  • fixed : line breaks not automatically added when setting the content in the WP editor module
  • updated Nimble Builder logo

v1.3.2

04 Dec 13:58

Choose a tag to compare

banner-772x250

= 1.3.2 : December 4th, 2018 =

  • fixed : button module => set a default links hover color to avoid the default theme's one to be applied
  • fixed : button module, icon module, image module, FP module => invalid pointer and title attribute when customizing
  • fixed : icon module => themes like Twenty Seventeen styling the link underline with a box-shadow instead of the regular "text-decoration:underline" rule
  • fixed : When typing fast in a number input, the last value is not taken into account
  • added : a gutenberg-like way to move sections up and down. convenient for big sections, painful to drag with the regular sortable handle

2018-12-04_14-54-20
2018-12-04_14-56-27

v1.3.1

01 Dec 17:24

Choose a tag to compare

= 1.3.1 : November 26th, 2018 =

  • fixed : WP editor module, editor content not updated when clicking on the module UI hamburger menu
  • fixed : video embedded not displayed when using the WP editor module, Add Media > Insert from Url
  • fixed : use the_nimble_tinymce_module_content instead of the_content when handling the "autop" option
  • fixed : video embed iframe overflowing the module wrapper
  • fixed : impossible to move a module in a freshly created new section
  • improved : added a default underline style for links inside the WP editor module
  • improved : during drag and drop, better proximity detection + only one drop candidate highlighted a time. See support topic https://wordpress.org/support/topic/few-improvement-suggestions/
  • improved : refined the way links are handled in the preview. Two cases : 1-internal link ( <=> api.isLinkPreviewable(... ) = true ) : navigation allowed with shift + click, 2-extenal link => navigation is disabled
  • improved : performances of the customizer UI, significant speed improvements when rendering the various controls for level options
  • updated : Google font list to the latest version : https://fonts.google.com/
  • renamed "Full Nimble Builder template (beta)" to "Full Nimble Builder template (beta)"
  • improved : picking content logic has been improved. The section picker is opened when adding a section ( click on + insert a new section button ), the module picker opened in all other cases

v1.3.0

25 Nov 19:23

Choose a tag to compare

= 1.3.0 : November 26th, 2018 =

  • fixed : the customizer UI was not loaded on WordPress network installs
  • fixed : columns layout randomly broken
  • fixed : tinymce editor module could be not accessible in some cases
  • improved : use a namespaced version of the select2 javascript library to avoid collision with other plugins or themes using select2
  • improved : make sure the tinyMce module is always accessible
  • added : introduced a new Nimble full page template (beta) using global header and footer locations

2018-11-25_20-28-50

v1.2.2

11 Nov 15:41

Choose a tag to compare

= 1.2.2 : November 11th, 2018 =

  • fixed : php function_exists( '\Nimble\ ... ) breaks in some version of php ( 5.6.38 )
  • fixed : always check if 'do_blocks' exists for retrocompatibility with WP < 5.0