Skip to Main Content

22.1.0 - September 2022

Bug Fixes

  • Fixed: FOS - Splitter: Error on window resize if the splitter is not visible. Read more about it on GitHub.
  • Fixed: FOS - Progress bar: Undocumented - and unnecessary - interval exit value. Read more about it on GitHub. Maximum Number of Repetitions timer is not removed when the progress is completed. GitHub
  • Fixed: FOS - Image Slider: Slider does not load in a Tabs Container or Region Display Selector. Read more about it on GitHub.

Enhancements

  • FOS - Notification: Support substitutions in the "Autodissmiss" plug-in attribute. (GitHub)

21.2.0 - March 2022

What's New

  • FOS - Tooltip: add fancy static/dynamic tooltips to any APEX component.
  • FOS - Progress Bar: visually appealing progress bar item, with different shapes and auto-refresh option.
  • FOS - Spinner Action: add/remove your custom spinner in a declaretive way.
  • FOS - Date Picker Eraser: a dead simple dynamic action that adds a clear button to the date picker items.

Enhancements

  • FOS - Interactive Grid - Process Rows: New option to automatically deselect every row in the grid, after processing.
  • FOS - Message Actions: Option to automatically dismiss error/success messages.
  • FOS - Static Content: Region source can be defined in the native source attribute.
  • FOS - Image Slider: More control over autoplay, extended JavaScript API.
  • FOS - Advanced Password: Conditionally render password rules (More about it on GitHub).

Bug Fixes

  • Fixed: FOS - Interactive Grid Process Rows: If an IG has more than one report, only the default report's rows are processed. Read more on GitHub.
  • Fixed: FOS - Execute PL/SQL Code: Submitting CLOB from JavaScript variable does not work with nested objects. Read more on GitHub.
  • Fixed: FOS - Range Slider: Miscalculation with different timezones.

Known issues

  • FOS - Progress Bar - Source Type limitations. In APEX 20.1+ the Expression Source Type is only supported with PL/SQL as Language. Preference is not supported in any version.

21.1.0 - July 2021

What's New

  • FOS - Advanced Password: enforce password rules visually as you type, peek at the password, or show a strength meter
  • FOS - Drag & Drop: re-order or swap items in a list or even within a classic or interactive report.
  • FOS - Image Slider: show your images in a slideshow format with fullscreen capability
  • FOS - Popup LOV Actions: you can easily clear the item, set the display value, return value, and associated items easily
  • FOS - Range Slider: great for defining a value within a certain range or set a between range using either numbers or dates

Enhancements

  • FOS - Execute PL/SQL Code: you can now get and return a JSON object directly into a Javascript function.
  • FOS - Interactive Grid Add Button: we now use the "Custom Prefix Class" for font icons if one is specified in the theme definition. Thanks Martin Giffy D'Souza for the suggestion.

Bug Fixes

  • Fixed: FOS - Interactive Grid Process Rows: processing selected rows is now working as expected in APEX 21.1 due to a change in APEX_QUERY_CONTEXT now running in an autonomous transaction. A commit has been added to allow collection data (i.e. selected row primary keys) to be available in APEX_QUERY_CONTEXT.
  • Fixed: FOS - Redirect URL: when redirecting to a modal dialog page the dialog closed event will now fire correctly. We would like to thank Scott Wesley and Alan Arentsen for this fix!
  • Fixed: FOS - Splitter: when resizing the splitter and there is a child iframe in the region being resized smaller, the iframe will no longer grab focus when you resize quickly. We would like to thank Roel Hartman for this fix!

Known issues

  • It is not possible to modify the FOS Theme Style - this is an APEX 21.1 issue which doesn't correctly replace UTR's substitution strings and breaks the LESS compiler. It's been reported and should be fixed in one of the future APEX releases.
  • FOS - Splitter - due to a page template behaviour change i.e. "Always Render Layout" is now set to "Off" the splitter plug-in breaks. The fix is to set this back to "On" or alternatively you can fix it by adding a dummy class to the "Column CSS Classes" on one direct child sub-regions of the splitter region. See the splitter plug-in demo for further details.

20.2.0 - January 2021

What's New

  • FOS - CKEditor4: The Rich Text Editor we're all used to, for those who will miss "Source" view in APEX 20.2+
  • FOS - Text Snippet Expand: Expands text shortcuts in input fields e.g. text, textarea, and CKEditor4 "Rich Text Editor"

Enhancements

  • FOS - Execute PLSQL Code: can now return the display value for LOV's in page items to return and when setting values using the "Additional Instructions" JSON. Thanks Pavel Glebov (glebovpavel) for the pull request on GitHub.
  • FOS - Interactive Grid: add Button now includes options "Hide On No Selection" and "Hide On No Data"
  • FOS - Message Actions: now includes a new attribute to clear one or more individual item errors, or when left blank clears all errors.
  • FOS - PL/SQL Dynamic Content: can now be based on apex_application.g_clob_01 and can now perform HTML sanitization e.g. to avoid XSS
  • FOS - Static Content: can now perform HTML sanitization e.g. to avoid XSS

Bug Fixes

  • Fixed: FOS - Execute PLSQL Code: in the extra instructions "clearErrors" is now working as expected
  • Fixed: FOS - Interactive Grid - Add Button: now updates correctly on report change
  • Fixed: FOS - Notifications: now works correctly when a title is defined with a blank message.

20.1.1 - October 2020

What's New

  • FOS - Redirect: redirect to another page, URL, or open a modal dialog
  • FOS - Download File(s) DA: download single or multiple files zipped
  • FOS - Download File(s) Process : download single or multiple files zipped
  • FOS - Splitter: dynamic splitter for resizing regions

Enhancements

  • Added support for centralized error handling using the page/app level APEX error handling function when the plug-ins are catching exceptions and not re-raising.

Bug Fixes

  • Fixed: added missing hide/show buttons and regions action support in "FOS - Execute PL/SQL Code"
  • Fixed: ask for necessary privileges only when installing the supported objects of this demo app

20.1.0 - August 2020

20.1.0

Initial Release