The Office.js team (of which I am a member) has decided to remove this method. It will still exist in silent deprecated mode, but we will no longer add new events that have a "removeAll", and we want to strongly discourage this method's existence. Since this was only added very recently, we believe that it's best to just remove it outright, rather than add special notices about its deprecation, etc. The likely number of folks using it today is close to 0.
* Fix Ramda for Global 'R' Symbol
**bug**
The Ramda global `R` symbol is not defined. This means that Ramda must be used as module. This breaks intellisense for some JavaScript project setups in VSCode
**fix**
Declare a 'ramda' module. This preserves the global `R` symbol
* Use export as instead
* Updated XrmStatic Properties Page, Utility, and Panel to match the pattern that Mobil was doing, and be defined as interfaces. This also makes allows for variables to easily be tyepd i.e. var p: Xrm.Page.
Also retyped getInitalValue for booleans and OptionsetValues to be their correct respective types.
* Fixed Linitng issues and fixed header so it could be parsed by the DT Bot
* Fixed Other Lint-ing Issues. Not sure what to do about the header being unparsable. Added commas, maybe that will help?
SwitchProps.children is too strict for projects using typescript 2.3.
With typescript 2.3 the children could be made mandatory, but this will
break backwards compatibility with any ts 2.2 user
* Split levelup/leveldown into separate declarations
Also make some changes to allow importing levelup with ES6 module syntax.
* Adapt level-sublevel to the latest changes in levelup
* Recreated types for flux@3.1.2.
* Added backward compatibility with implementation. Added overload for create method.
* Fixed tslint error in tests.
* Added one more test for old implementation.
* Added more gerenrics in create method. Updated tests.
* Fixed errors.
* Typescript version changed to 2.2.
* Updated `createFunctional` return.
* Add missing members and parameter types
* Update original setDataAtCell overload
* afterChange oldVal should be typed as any
* Fix lint errors
* Correctly type the prop value in the afterChange parameter
'Cannot invoke an expression whose type lacks a call signature. Type 'typeof 'js-schema'' has no compatible call signatures.'
while importing with 'import * as schema from 'js-schema''
The previous import strategie ('import {default as schema} from 'js-schema') where raising an error after compilation.
* Update index.d.ts
Add overloaded methods for zlib module that take a ZlibOptions parameter along with a callback.
* Add tests for new methods added to node’s zlib module definition.
* @google-cloud/storage definitions
* Renamed [at]google-cloud to google-cloud and exposed API classes and interfaces at the top level
* Renamed to google-cloud__storage as per request.
* Renamed and moved into types directory.
* Removed individual files and consolidated all definitions into
index.d.ts file.
* Using <code>declare module</code> to create a single
<code>@google-cloud/storage</code> module that imports each individual
module:
** <code>@google-cloud/storage/bucket</code>
** <code>@google-cloud/storage/channel</code>
** <code>@google-cloud/storage/file</code>
** <code>@google-cloud/storage/storage</code>
* Updated README.
* Remove custom README.
* Removed redundant JSDoc comments.
* Fixed errors for passing nom test.