Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

91 lines (66 loc) · 5.73 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • @pnp/sp: Added web's getParentWeb helper method [PR]
  • @pnp/sp: Added support for likes and comments on list items and modern pages [PR]

Fixed

  • @pnp/nodejs: Fixed incorrect import for Request shims due to version change [PR]
  • @pnp/sp: Fixed docs for web example code [PR]
  • @pnp/config-store: Fixed docs and a bug in loading configuration [PR]
  • @pnp/sp: Fixed clientPeoplePickerSearchUser and clientPeoplePickerResolveUser methods running error with verbose OData mode [PR]
  • tooling: Fixed bug in gulp task test when using the --p flag .inactive.js test files were run [PR]

1.0.4 - 2018-04-06

Added

  • @pnp/common: AdalClient for in-browser adal auth support. [PR]
  • @pnp/sp: Support for $expand in items.getAll (@eirikb) [PR]
  • @pnp/odata: configureFrom method to queryable [PR]
  • @pnp/graph: Added basic support for onenote notebooks (@olemp) [PR]
  • @pnp/graph: Added basic support for users (@olemp) [PR]
  • @pnp/sp: Added support for ClientPeoplePickerWebServiceInterface (@phawrylak) [PR]
  • @pnp/sp: Added remove method to client side section, column, and part [PR]
  • @pnp/sp: Added setStorageEntity and removeStorageEntity & docs page [PR]

Changed

  • @pnp/sp: Change search result properties to be enumerable [PR]
  • @pnp/nodejs: Updated docs for SPFetchClient
  • @pnp/odata: Created a Queryable base class to serve as a generic base to ODataQueryable [PR]
  • all: Internally replaced import of Util with import of individual methods [PR]
  • all: Documentation updates
  • @pnp/sp: Changed getStorageEntity return type to correct interface from string [PR]
  • all: update package.json dependencies

Fixed

  • all: Documentation fixes for typos [PR]
  • @pnp/graph: Typo in groups.calendar property name (@olemp) [PR]
  • @pnp/graph: Issue with graph.setup and fetchClientFactory [PR]
  • @pnp/sp: Issue where configuration options not passed to child calls in getPaged and getAll [PR]
  • @pnp/sp: Issue with matching last closing div when loading ClientText part (@estruyf) [PR]
  • @pnp/nodejs: Issue with types.d.ts local dep [PR]
  • buildsystem: Issue where the $$Version$$ placeholder was not being replaced on build [PR]

1.0.3 - 2018-03-05

Added

  • @pnp/sp: Support for backwards navigation in item paging skip method [PR]
  • @pnp/sp: Support for % and # character in files and folders with the ResourcePath API [PR]
  • @pnp/sp: Support for social follow API (_api/social.following) [PR] [Docs]
  • @pnp/sp: commentsDisabled property to ClientSidePage class [PR] [Docs]
  • @pnp/sp: Support for finding controls to ClientSidePage class [PR] [Docs]
  • @pnp/sp: Export ContentTypes and RegionalSettings related classes (@allanhvam) [PR]

Fixed

  • @pnp/sp: Issue with File.setContentChunked and Files.addChunked in odata=verbose mode [PR]
  • @pnp/sp: Issue with clone and configure [PR]
  • @pnp/graph: Issue clone and configure [PR]
  • @pnp/sp: Issue with adding client-side webparts with ids with {} chars [PR]
  • @pnp/sp: Issue with adding client-side webparts and setting order values [PR]

1.0.2 : 2018-02-15

Added

  • @pnp/sp: Support for managing client-side pages [PR]
  • @pnp/sp: getAll method on Items collection [PR]
  • @pnp/sp: addUser, addLookup, addChoice, addMultiChoice, and addBoolean on Fields collection [PR]
  • @pnp/sp: getClientSideWebParts method on Web [PR]
  • tooling: updates to test gulp task to support --s and --site parameters [PR]

Changed

  • Removed gulp-util in favor of individual libraries per guidance [PR]

1.0.1 - 2018-01-22

Added

  • Everything