Skip to content

v1.13.1

Choose a tag to compare

@jgravois jgravois released this 15 Oct 19:07

@esri/arcgis-rest-common-types

  • Added
    • a few new typings for layer definitions 8bdb30b

@esri/arcgis-rest-request

  • Changes
    • added utility method for passing through lots of custom request params that was previously housed in @esri/arcgis-rest-feature-service b2a6942

@esri/arcgis-rest-geocoder

  • Fixes
    • ensure all request options are passed through to geocode() ad28f27

@esri/arcgis-rest-feature-service-admin

  • Fixes
    • its now possible to update a service definition without pointing at an existing item id 462af65

@esri/arcgis-rest-demo-vanilla

  • Documentation
    • oauth2-browser: make demo directions for creating an application more specific d1acf0ad

Other Changes

  • Chores
    • ci: only build the master branch when a pull request is submitted 5a7c82c8
    • docs: add in missing types library from npm install notes 67788a56
    • docs: fix suggest docs 8cd94a02 🙏deeg🙏
    • docs: more suggest doc fixes 8abca8fa 🙏deeg🙏
    • add all our contributors to the repo package.json
    • make sure our tslint pre-commit hook only runs once.