Skip to content

Releases: kitmenke/sputility

SPUtility.js version 0.14.2

20 Apr 02:19
Compare
Choose a tag to compare

Version 0.14.2 (April 19, 2016)

  • Fix version string in file header, the code is the same as v0.14.1

SPUtility.js version 0.14.1

19 Apr 00:53
Compare
Choose a tag to compare

Version 0.14.1 (April 18, 2016)

  • BUG: Fix empty Number fields displaying as NaN when in read only mode
  • BUG: Fix date and time fields which have no date displaying the time only in read only mode

SPUtility.js version 0.14.0

30 Mar 23:48
Compare
Choose a tag to compare

Version 0.14.0 (March 30, 2016)

  • FEATURE: Add ability to configure SPUtility.js with SPUtility.Setup(...)
  • FEATURE: Allow customizing Yes/No field (SPBooleanField) string values. (Thank you szykov!)
  • FEATURE: Improvement to SPUserField2013 to display links to users instead of just text. (Thank you szykov!)
  • FEATURE: Allow getting the hashtable of all fields by internal name using SPUtility.GetSPFieldsInternal() (Thank you ViktorHofer!)
  • DEPRECATED: The following functions will be removed in a future release: GetThousandsSeparator, SetThousandsSeparator, GetDecimalSeparator, SetDecimalSeparator, GetDateSeparator, SetDateSeparator, GetTimeFormat, and SetTimeFormat. Use SPUtility.Setup(...) instead!
  • BUG: SPUserField2013 read only label should now be updated correctly if the value is changed.
  • Huge refactoring of internal field creation. This helps especially for getting fields by their internal column name. (Thank you ViktorHofer!)

SPUtility.js version 0.13.0

23 Mar 01:01
Compare
Choose a tag to compare

Version 0.13.0 (March 22, 2016)

  • FEATURE (or bug?): Support for different thousands and decimal separators using SetDecimalSeparator and SetThousandsSeparator (thank you ViktorHofer!)
  • FEATURE: Full support for GetValue and SetValue on DispForm for fields which display as text (Text, Number, Date, most Choice fields, Yes/No) via a new class: SPDispFormTextFields. Note:
  • BUG: Fix detection of DispForm especially for document libraries.
  • BUG: Fix read-only label not updating for SP 2013 people fields (thank you ViktorHofer!)
  • Added soooo many unit tests....

See the full Changelog

SPUtility.js version 0.12.0

29 Feb 03:00
Compare
Choose a tag to compare

Version 0.12.0 (February 28, 2016)

  • BREAKING CHANGE: LabelRow and ControlsRow properties no longer return the jquery object but instead return the TR element itself.
  • BUG: Fix Survey support in SharePoint 2013
  • BUG: Fix MakeReadOnly method on people fields in SharePoint 2013
  • FEATURE: Support for GetValue on DispForm via a new special type
  • FEATURE: Add InternalName property to all fields (thank you RawkBob!)