MBS FileMaker Plugin, version 12.1pr1
- Fixed parameters for XL.Sheet.AutoFilter.SetCustomFilter and XL.Sheet.AutoFilter.GetCustomFilter.
- Fixed a problem with auto complete where it would prevent custom functions with underscore didn't show up for auto complete.
- Added darkMode parameter for XML.Colorize and JSON.Colorize function.
- Fixed code to add table occurrence prefixes to skip tilde and cent variable names.
- Updated DynaPDF to version 4.0.65.168.
- Added Window.ClearCloseTrigger and Window.SetCloseTrigger function.
- Added links in formulas for our components if the function name is mistyped.
- Fixed problem with DynaPDF.Table.SetCellImageEx not passing JPEG preview for WMF image on MacOS.
- Added parameter names for trace logs.
- Added Plugin.GetFunctionParameters function.
- Added tooltips for MBS functions to show parameters in calculation dialog.
- Added MBS version number to our contextual menu.
- Updated LCMS library to version 2.13.
- Added Text.Reverse function, which handles emojis correctly.
- Changed output field of our text field in calculation tools to allow text selection, so you can copy it.
- Fixed possible crash in WordFile.Substitute function.
- Changed auto complete to no longer add an extra trailing underscore character to a variable.
- Add column width saving for Layout Picker dialog.
- Updated Xcode to version 13.2.1.
- Added WebView.HasParent function.
- Added math functions: Math.Average, Math.Max, Math.Median, Math.Min, Math.Multiply, Math.Reciprocal, Math.StandardDeviation, and Math.Sum.
- Changed DynaPDF.ConvertStyledText to handle .AppleSystemUIFont better and map to system font.
- Changed Menu functions for Windows to make more room to show full text of menuitem when using different font sizes.
- Added parameter PreserveStyles for Text.RemoveControlCharacters to preserve styled text.
- Added FM.QueryCustomFunctionsList and FM.CustomFunctionsList function.