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
Strong types for ThenBy and ThenByDesc (thanks to @viceice)
Smaller library size
Potentially breaking changes
.Membership syntax that has been deprecated for many years, was finally removed! 😄 Instead of UserField("AssignedTo").Membership.SPGroup(10), use UserField("AssignedTo").IsInSPGroup(10)
CamlJs no longer polyfills SP.XmlWriter and Sys.StringBuilder