Nightly 8.0 Changelogs - 2020

Nightly Changelog: 8.0.11-b20200327

Ignition Platform

15543: add system.user.addCompositeSchedule()
Added system.user.addCompositeSchedule(), allowing two schedules to be combined into a composite schedule through scripting.

Perspective

15853 Re-implement carousel to improve stability, performance and behavior
Made several behavioral and performance related improvements to the perspective carousel component.

In addition, support for drag transition while rotated was added, allowing users to move between slides by dragging or swiping while the carousel is rotated. Currently, rotation drag transition is only possible when the component is rotated 0, 90, 180, or 270 degrees.

SQLBridge

15581: Option to write empty values for missing rows in block groups.
The “Set NULL DB values to default” option on block groups will now apply to rows that are undefined based on the where condition, so that default values will be written to items where there isn’t a corresponding value in the database, when the group is set to DB to OPC.