Skip to content

Latest commit

 

History

History
466 lines (318 loc) · 28.3 KB

CHANGELOG.md

File metadata and controls

466 lines (318 loc) · 28.3 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

1.3.2 - 2019-05-04

Added

  • @pnp/graph: Added support for people queries (@simonagren) [PR]
  • @pnp/graph: Added support for security APIs & related docs (@simonagren) [PR]
  • @pnp/sp: Expose ability to get tenant app catalog web [PR]
  • @pnp/nodejs: Added ability to use proxy with nodejs [PR]

Fixed

  • @pnp/sp: Fixed issue with batches with internal requests [PR]
  • @pnp/sp: Fixed return data parsing for HubSiteData method [PR]
  • @pnp/sp: Fixed issue with setting banner image on client side pages [PR]
  • @pnp/graph: Fixes docs related to Teams (@taylanken) [PR]

1.3.1 - 2019-21-03

Added

  • @pnp/sp: Added ability to set section emphasis for modern pages [PR]
  • @pnp/sp: Added setBannerImage method to ClientSidePage [PR]
  • @pnp/sp: Added support for HubSiteId while creating modern sites (@gautamdsheth) [PR]
  • @pnp/sp: Added support for "SingleWebPartAppPage" & "RepostPage" modern page types (@gautamdsheth) [PR]
  • @pnp/sp: Added getFileById and getFolderById methods to Web (@tavikukko) [PR]

Fixed

  • @pnp/sp: Fixed code to set id and anchorComponentId for new text webparts [PR]
  • @pnp/sp: Fixed ClientSidePage to respect configureFrom settings [PR]
  • @pnp/common: updated storage to not hang if getter throws an exception (@cslecours) [PR]

1.3.0 - 2019-08-03

Added

  • @pnp/graph: Added support for SharePoint sites, lists, columns, items and more endpoints (@simonagren) [PR]
  • @pnp/graph: Added support for insights (@simonagren) [PR]
  • @pnp/sp: Added copyPage method to ClientSidePage [PR]
  • @pnp/sp: Added getSiteCollectionAppCatalog to Web [PR]

Changed

  • @pnp/sp: Changed NavigationService contructor to allow specifying site [PR]

Fixed

  • documentation: Fixed spelling errors in docs (@michaelmaillot) [PR]
  • documentation: Fixed spelling errors docs (@0xflotus) [PR]
  • @pnp/sp: Fixed client side page management [PR]
  • @pnp/sp: Fixed return types for verbose json in utility methods [PR]

1.2.9 - 2019-08-02

Added

  • @pnp/graph: Added subscriptions + documentation (@simonagren) [PR]
  • @pnp/graph: Added remove to members and owners (@simonagren) [PR]
  • @pnp/sp: Added HubSite functionality and Types (@simonagren) [PR]
  • @pnp/sp: Added DateTimeFieldFriendlyFormatType enum (@tsekityam) [PR]

Changed

  • @pnp/sp: web.allproperties now returns SharePointQueryableInstance [PR]

Fixed

  • @pnp/sp: Fixed batching issue when using items.add [PR]

1.2.8 - 2019-11-01

Added

  • @pnp/sp-taxonomy: Add support for add new term from term (@siata13) [PR]
  • @pnp/sp: Added support for new location column creation (@gautamdsheth) [PR]
  • @pnp/sp-taxonomy: Adds groups property to TermStore object in sp-taxonomy (@AJIXuMuK) [PR]
  • documentation: @pnp/sp profiles packages functions docs (@sympmarc) [PR]
  • @pnp/graph: Added invitations create method (@simonagren) [PR]

Changed

  • @pnp/sp: Changes clientstate to be optional when creating subscriptions (@tavikukko) [PR]
  • @pnp/sp: Updates parameters when updating a subscription (@tavikukko) [PR]

Fixed

  • @pnp/sp: Fix for parsing html for ClientSidePages [PR]
  • @pnp/logging: Fix to ensure logging never throws an exception [PR]
  • @pnp/odata: Fix for how batches are prepared to remove timing errors [PR]
  • @pnp/sp: Fix for ClientSidePages encoding of * and $ chars [PR]
  • @pnp/sp: Fix getParentWeb method (@tavikukko) [PR]
  • documentation: Fix polyfill docs bug (@laskewitz) [PR]
  • @pnp/sp-taxonomy: Fix for batching when reusing object instances [PR]

1.2.7 - 2018-12-10

Added

  • @pnp/graph: Added support for messages, mailFolders, and mailboxSettings on user [PR]
  • @pnp/graph: Added support for directory objects and new methods in groups and docs updates (@simonagren) [PR]
  • @pnp/nodejs: Added support for enhanced usage in provider hosted applications (@pedro-pedrosa) [PR] [docs]
  • @pnp/graph: Added support for Teams methods now in GA (@simonagren) [PR]

Changed

Fixed

  • @pnp/sp: Expanded typings for userCustomActions.add [PR]
  • @pnp/sp: Fixed comm site creation issue (@gautamdsheth) [PR]
  • @pnp/sp: Fixed IRefiner.Entries as array (@cslecours) [PR]
  • @pnp/sp: Expanded folder.update allowed types [PR]

1.2.6 - 2018-11-16

Added

  • @pnp/sp-taxonomy: Adds support for the getTermsById to TermStore [PR]
  • @pnp/sp: Added list property to item which is the parent list [PR]
  • @pnp/sp-taxonomy: Adds setItemMetaDataField and setItemMetaDataMultiField utility methods [PR] [docs]
  • @pnp/sp: Adds support for the setViewXml method to the View object [PR]
  • @pnp/sp: Added IRefiner interface over ResultTable.Refiners (@pljfdi) [PR]
  • @pnp/sp: Added support to create Modern communication and team(O365 backed) sites (@gautamdsheth) [PR]
  • @pnp/graph: Added update and delete methods to user
  • documentation: Added article on merging entities in sp library

Changed

  • @pnp/odata: Enhanced error message for pipeline http errors

1.2.5 - 2018-11-09

Fixed

1.2.4 - 2018-11-02

Added

  • @pnp/polyfill-ie11: New package to contain the required polyfills for IE11 [PR] [docs]
  • @pnp/sp: Added 'groups' endpoint to 'currentUser' (@pedro-pedrosa) [PR]
  • @pnp/sp: Added Fields addDependentLookupField (@seanmarthur) [PR]
  • @pnp/sp: Added 'createDefaultAssociatedGroups' to Web class (@pedro-pedrosa) [PR]
  • @pnp/sp: Added utility methods to check and strip invalid characters in file/folder url (@phawrylak) [PR] [docs]
  • @pnp/graph: Added expanded support for OneDrive and associated operations (@simonagren) [PR]
  • @pnp/sp: Added skipFeatureDeployment option to app deploy (@pedro-pedrosa) [PR]
  • @pnp/sp-taxonomy: Added getDescription method to Term [PR]
  • @pnp/sp: Added like/unlike support and likedByInformation for modern pages (@gautamdsheth) [PR]
  • @pnp/sp: Added support to send list item attachments to recycle bin (soft delete) (@gautamdsheth) [PR]
  • @pnp/sp: Added support for site designs and site scripts (@KEMiCZA) [PR]
  • documentation: Added article on how to build the docs locally. (@KEMiCZA) [PR]
  • @pnp/sp: Added support for Hub site APIs (@gautamdsheth) [PR]
  • @pnp/graph: Added support to automatically handle the requests/batch limit [PR]

Changed

  • @pnp/nodejs: NodeFetchClient updated to handle transient errors (@kcasamento) [PR]
  • documentation: Update issue AppPermissionRequest XML debugging.md (@KEMiCZA) [PR]
  • @pnp/common: Updated ADALClient to make use of SPFx 1.6 AADTokenProvider [PR]

Fixed

  • @pnp/sp: Fixed search query tag issue (@gautamdsheth) [PR]
  • @pnp/sp: Fixed typo in SearchPropertyValue interface (Intval -> IntVal) (@luismanez) [PR]
  • @pnp/odata: Fixed caching settings loss during clone [PR]
  • @pnp/graph: Fixed batching which should now work with GA [PR]
  • @pnp/graph: Fixed issue with using skip operator in collections [PR]

1.2.3 - 2018-10-10

Fixed

  • all: Fix for es6 code in es5 bundles [PR]

1.2.2 - 2018-10-05

Fixed

  • @pnp/sp: Fix issue with adding a lookup field (@gautamdsheth) [PR]
  • @pnp/sp: Fix for missing dataVersion in client webpart import (@simonagren) [PR]
  • @pnp/sp: Fixed for renderListData, renderListFormData methods result parsing in verbose OData mode [PR]
  • @pnp/sp: Fixed issue with SearchQueryBuilder collection properties [PR]
  • @pnp/sp: Fixed issue chaining off getByLoginName [PR]
  • @pnp/graph: Fixed documentation issue (@s-KaiNet) [PR]

Changed

  • documentation: Updated article on polyfills [PR]
  • @pnp/odata: Updated docs on parsers [PR]
  • tooling: Updated project to use new TypeScript project references [PR]
  • tooling: Updated build process to improve performance, update to use webpack 4 [PR]

Added

  • @pnp/odata: Added HttpRequestError class [PR] [docs]
  • @pnp/sp: Added support for /web/DefaultDocumentLibrary (@phawrylak) [PR]
  • @pnp/graph: Expanded support for contacts and folders (@simonagren) [PR]

1.2.1 - 2018-09-05

Fixed

  • @pnp/sp: Fix issue with getting site user by id [PR]

Added

  • @pnp/sp: Use the Retry-After header if available for throttled requests [PR]
  • tooling: Added --skip-web flag for gulp test command [PR]

1.2.0 - 2018-09-04

Added

  • @pnp/sp: ability to specify generic type with Items getPaged method [PR]
  • documentation: added section for paging to List Items page [PR]
  • @pnp/common: added alias functions for jsS and hOP [PR]
  • @pnp/sp: Items.getAll now takes optional second argument for accept header [PR]
  • @pnp/sp: Added defaultPath class decorator [PR]
  • @pnp/common: Added getHashCode to exports [PR]
  • @pnp/sp: Added searchWithCaching to root sp object [PR]
  • @pnp/sp: Search instances now support usingCaching [PR]
  • @pnp/sp: Export SPBatch class from library [PR]

Changed

  • testing: Updated tests for common [PR]
  • all: Replaced all uses of Dictionary with Map [PR]
  • @pnp/sp: spExtractODataId renamed to odataUrlFrom [PR]
  • @pnp/common: combinePaths renamed to combine [PR]
  • @pnp/sp: spExtractODataId renamed to odataUrlFrom [PR]
  • @pnp/sp: SearchQueryBuilder create function removed [PR]
  • documentation: Updated deployment article [PR]
  • tooling: Added plugin to rollup config for node globals [PR]

Fixed

  • @pnp/sp: Fixed issue parsing odata metadata due to service change [PR]
  • documentation: Fixed typo [PR]

Removed

  • @pnp/common: Removed Util static class in favor of function exports [PR]
  • @pnp/common: Removed readBlobAsText and readBlobAsArrayBuffer functions [PR]
  • @pnp/common: Removed Dictionary class in favor of Map [PR]
  • all: Removed custom exceptions in favor of Error [PR]
  • @pnp/common: Removed decorators for beta & deprecated [PR]
  • @pnp/common: Removed dependency on @pnp/logging [PR]

1.1.4 - 2018-08-06

Added

  • documentation: Added search box, updated UML diagram display [PR]

Fixed

  • @pnp/sp: Fixed SearchResult interface's ViewsLifetime property casing [PR]
  • @pnp/sp: Fixed spExtractODataId to correctly parse entity urls [PR]

1.1.3 - 2018-08-03

Added

  • documentation: UML class diagrams in documentation (@fthorild) [PR]

Changed

  • @pnp/sp: Updated MySocialQueryMethods followed method to return SocialActor[] instead of any[] [PR]

Fixed

  • @pnp/sp-taxonomy: Fixed bug with getting collections and chaining from objects within array [PR]
  • @pnp/sp: Fixed issue with chaining on file object returned from addChunked [PR]

Removed

  • @pnp/sp: Removed internal method spGetEntityUrl [PR]

1.1.2 - 2018-07-06

Added

  • tooling: Setup Travis CI to process PRs and merges [PR]
  • tooling: Added support for --verbose flag when using gulp test
  • documentation: Added article on deployment listing cdnjs urls [PR]
  • @pnp/nodejs: Support for local cloud authentication (China, Germany, US Gov) [PR]

Changed

  • tooling: Updated travis test to use a custom mocha impl allowing for ignore timeouts [PR]
  • @pnp/pnpjs: Updated global variable name from $pnp -> pnp, docs updated to reflect change [PR]
  • @pnp/common: dateAdd timespan parameter now bound to custom string enumeration type
  • documentation: Styling changes [PR]
  • @pnp/nodejs: SPFetchClient contructor realm parameter is now fifth [PR]
  • @pnp/sp: Added View, Views, and ViewFields to the exports [PR]

Fixed

  • @pnp/sp: Fixed bug where parsing ClientSideText webpart from existing page included extra "" [PR]
  • @pnp/sp: Changed return type of getPropertiesFor to be any instead of any[] [PR]
  • @pnp/sp: Fixed issue with decoding escaped json in ClientSidePage [PR] [PR]

1.1.1 - 2018-06-11

Added

  • @pnp/sp: Export UserProfileQuery from userprofiles (@allanhvam) [PR]

Fixed

  • @pnp/nodejs: Fixed typo reported in #117 [PR]
  • tooling: Fixed path errors when building on non-Windows OS [PR]

Changed

  • @pnp/sp-taxonomy: Updated default value for isAvailableForTagging when creating a team to true [PR]

1.1.0 - 2018-05-29

Added

  • @pnp/sp-taxonomy: Added new library to support fluent queries against SharePoint Taxonomy data
  • @pnp/sp-clientsvc: Added new library with fluent API base classes for client.svc based requests
  • @pnp/common: Added utility method sanitizeGuid and getAttrValueFromString
  • @pnp/odata: Added LambdaParser that takes any function to handle parsing Response
  • tooling: Added --stats flag to gulp package to output webpack stats during bundle

Fixed

  • @pnp/odata: Fixed bug in BufferParser
  • tooling: Fixed bug in serving individual packages using --p
  • @pnp/sp: fixed issue in generated js files where $$VERSION$$ placeholder was not replaced correctly
  • @pnp/graph: Disallowed caching of non-GET requests
  • tooling: Fixed docs-clean ordering issue so everything is clean before other tasks run

Changed

  • @pnp/nodejs: Updated how global shims are set for Request types (Headers, Response, Request)
  • @pnp/odata: Changes to request pipeline to support sp-clientsvc (non-breaking)
  • @pnp/odata: Remove public get from abstract class Queryable (non-breaking)
  • @pnp/sp: Added exports for toAbsoluteUrl and extractWebUrl utility methods
  • @pnp/logging: Changed default LogLevel to Info for write and writeJSON
  • build: Added preserveConstEnums flag to tsconfig.json
  • docs: Small formatting changes, added anchors to headings in html to ease linking
  • all: Updated package.json dependencies in root and individual packages
  • docs: Updates to docs, added section on sp-taxonomy and sp-clientsvc libraries

Removed

  • @pnp/sp: Removed unused APIUrlException class
  • @pnp/nodejs: Removed packaging step to webpack bundle, no need for node and reduces package size

Deprecated

  • @pnp/common: Deprecated exported static Util class. Migrate to using the individually exported methods

1.0.5 - 2018-05-11

Added

  • @pnp/sp: Added web's getParentWeb helper method [PR]
  • @pnp/sp: Added moveTo helper method for folder object [PR]
  • @pnp/sp: Added support for likes and comments on list items and modern pages [PR]
  • @pnp/sp: Added addClientSidePageByPath method to Web [PR]
  • @pnp/sp: Added getRootWeb method to Site [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]
  • docs: Fixed import references (@tarjeieo) [PR]
  • @pnp/odata: Updated all parsers to use same error handling code path [PR]
  • @pnp/sp: AddValidateUpdateItemUsingPath method [PR]
  • @pnp/sp: listItemAllFields object type fix [PR]

Changed

  • @pnp/odata: Removed core.ts and moved code into parsers.ts to simplify [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