You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## SAS Portal Framework for SAS Viya v1.0.3
4
+
5
+
- Add: The MAS Module Scorer object now provides the ability to delete MAS Modules
6
+
- Add: New utility functions:
7
+
- createCASSession, handles the creation of a CAS session
8
+
- terminateCASSession, handles the termination of a CAS session
9
+
- terminateSASSession, handles the termination of a SAS session
10
+
- getAllURLSearchParams, retrieves the parameters in the URL of the page
11
+
- Change: The createSASSession utility no longer auto register a window.onbeforeunload for the termination as that can be easily overwritten
12
+
- BF: The submitSASCode utility no implements the waiting for a job completion correctly
13
+
- Add New Object runCustomCode, a complex new object type that provides the capability to run code on page load, trigger actions and trigger code on page unload
0 commit comments