Skip to content

v2.4

Compare
Choose a tag to compare
@purtuga purtuga released this 01 Jan 22:19
· 265 commits to master since this release
  • FILTER PANEL: Improve the Filter panel by ensuring that the following fields contain match types of "greater than", "Less than": Type=RatingCount, Type=Likes, Type=Number
  • API: UpdateListItems: BUG: when using array-of-array's, updated values are dropped.
  • API: UpdateListItems: BUG: when using array-of-array's, updated values are dropped.
  • FILTER PANEL: Documenation is missing the RESET method.
  • FEATURE: remove dependency on SPServices and create individual methods to do the specific API calls needed by SPWidgets. (methods are also reusable)
  • FILTER PANEL: Support option to set panel to a fixed height. Height would be applied to the body of the panel so that the buttons (top and bottom) would remain visible.
  • FILTER PANEL: Provide the ability for the user to define the sort order for the filter.
  • PEOPLE PICKER: Add input param to allow the definition of a callback function that can filter the autocomplete suggestions. (See issue #25)