Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 3.11 KB

File metadata and controls

61 lines (41 loc) · 3.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Added support for Set-UDElement, Remove-UDElement and Clear-UDElement events on New-UDCheckbox (#1368) by BoSen29
  • Added support for UDTab load data when his the active tab (#1392, #1169) by alongvili

Added (Enterprise)

Changed

  • Extracted materialize from the core UD client libraries by adamdriscoll
  • Fixed JavaScript error when loading page by adamdriscoll
  • Updated tests to correctly validate #1404 by adamdriscoll
  • Fix Set-UDClipboard doesn't work inside modals. (#1292) by alongvili
  • Fix Remove-UDElement on textbox doesn't remove label (#1378) by alongvili
  • Fix New-CarouselItem URL parameter not functioning (#1417) by alongvili
  • Fix UDMUChip -OnDelete parameter not working (#1423) by alongvili
  • Connection management now uses a ConcurrentDictionary rather than locks by adamdriscoll

Changed (Enterprise)

  • Changed how authorization policies are run by adamdriscoll
  • Admin mode is now a toolbar rather than a floating action button by adamdriscoll
  • Updated the look and feel of the admin mode licensing and diagnostics pages by adamdriscoll

Removed

Removed (Enterprise)

2.8.1 (12-20-2019)

Added

  • Add support for the PATCH verb for REST APIs (#1365) by adamdriscoll
  • Invoke-UDEndpoint can now trigger scheduled endpoints (#1381) by BoSen29

Added (Enterprise)

Changed

  • Asset Service now uses thread-safe collections to try to address #1387 by adamdriscoll
  • Improved Error message when access the $Session scope outside of an endpoint (#1369) by adamdriscoll
  • Fixed warning about missing folder when starting dashboard (#1373) by adamdriscoll
  • Fixed issue where Enable-UDLogging would not work after running Disable-UDLogging (#1389) by adamdriscoll
  • Fixed the help for Set-UDCookie by adamdriscoll

Changed (Enterprise)

  • Fixed issue where authorization policies would run too frequently by adamdriscoll
  • Fixed issue where role-based access would not work when using Start-UDRestAPI by adamdriscoll
  • Fixed issue where the $ClaimsPrincipal variable would not be defined in a claims policy by adamdriscoll

Removed

Removed (Enterprise)