From 5cbb1afad1aeedfa0e318b90c0e9c2adc10fd598 Mon Sep 17 00:00:00 2001
From: Yves Goergen Released: not yetChange log
+
Version 2.0.0-rc.1
New features
@@ -33,6 +34,8 @@ New features
<mark>
element<input type="checkbox">
element, also automatically with the toggle-switch
CSS classArrayList.selectManyRecursive
methodFrontfire.deleteOptions
methoddeinit()
methods for the ColorPicker, Progressbar, Tree and WheelScrolling plugin.Breaking changes
@@ -49,6 +52,7 @@
Breaking changes since v1
offcanvasopening
, offcanvasopen
, offcanvasclosing
, offcanvasclose
events renamed to opening
, open
, closing
, close
(similar to modal)nav ul.menu
, modify the --menu-* CSS variables for that scope insteaddropdown()
plugin method no longer accepts the target element as first parameter. Instead, the target property must be set in the options object. This removes the last inconsistency with Frontfire UI plugin methods that now all have a single options parameter. The target can now also be specified as CSS selector string, also from a data-opt HTML attribute.remove()
method of the Draggable, Resizable and Sortable plugins was renamed to deinit()
and should only be called through F.deinit()
.
diff --git a/doc/frontfire-core.html b/doc/frontfire-core.html
index 9830750..487a5b0 100644
--- a/doc/frontfire-core.html
+++ b/doc/frontfire-core.html
@@ -2707,6 +2707,20 @@ deinit
Frontfire.deleteOptions(pluginName, element)
→ void+ Deletes the initialised plugin options from the element. + This method is used by deinit() methods of plugins. +
++ See also: Frontfire.initOptions(), Frontfire.loadOptions() +
+- See also: Frontfire.registerPlugin() + See also: Frontfire.registerPlugin(), Frontfire.loadOptions(), Frontfire.deleteOptions()
Loads the initialised plugin options for additional plugin functions. - If the plugin options have been initialised for the element, undefined is returned. + If the plugin options have not been initialised for the element, undefined is returned. This method is used by plugin operations that work with a plugin instance after it has been created on an element. Any options, including references to internal functions, that were set in the plugin’s create function can be accessed with this method in the additional operation methods.
@@ -2771,7 +2785,7 @@- See also: Frontfire.registerPlugin() + See also: Frontfire.registerPlugin(), Frontfire.initOptions(), Frontfire.deleteOptions()
@@ -2901,7 +2915,7 @@- See also: Frontfire.autostart() + See also: Frontfire.autostart(), Frontfire.initOptions(), Frontfire.loadOptions(), Frontfire.deleteOptions()
diff --git a/doc/frontfire-ui-colorpicker.html b/doc/frontfire-ui-colorpicker.html index 4385a4d..784d457 100644 --- a/doc/frontfire-ui-colorpicker.html +++ b/doc/frontfire-ui-colorpicker.html @@ -135,6 +135,21 @@+ This plugin provides methods to control the view. +
+ +deinit()
→ this (Frontfire)+ Deinitializes the plugin and empties the elements. +
+This plugin triggers events for the input field. diff --git a/doc/frontfire-ui-draggable.html b/doc/frontfire-ui-draggable.html index 9d2978c..39b020e 100644 --- a/doc/frontfire-ui-draggable.html +++ b/doc/frontfire-ui-draggable.html @@ -350,12 +350,12 @@
remove()
→ Frontfiredeinit()
→ this (Frontfire)- Removes the draggable features from the elements. + Deinitializes the plugin and removes the draggable features from the elements.
+ This plugin provides methods to control the progress bar. +
+ +deinit()
→ this (Frontfire)+ Deinitializes the plugin and removes the progress bar from the elements. +
+This plugin triggers events for the progress bar. diff --git a/doc/frontfire-ui-resizable.html b/doc/frontfire-ui-resizable.html index ae256e5..744d2c0 100644 --- a/doc/frontfire-ui-resizable.html +++ b/doc/frontfire-ui-resizable.html @@ -325,12 +325,12 @@
remove()
→ Frontfiredeinit()
→ this (Frontfire)- Removes the resizing features from the elements. + Deinitializes the plugin and removes the resizing features from the elements.
deinit()
→ this (Frontfire)+ Deinitializes the plugin. +
+remove()
→ Frontfiredeinit()
→ this (Frontfire)- Removes the sortable features from the elements. + Deinitializes the plugin and removes the sortable features from the elements.
deinit()
→ this (Frontfire)+ Deinitializes the plugin and removes the tree from the elements. +
++ This plugin provides methods to control the scroll behaviour. +
+ +deinit()
→ this (Frontfire)+ Deinitializes the plugin and removes the event handlers from the elements. +
+