# @esri/templates-processors 1.0.0-beta.1 (2022-01-03)


### Bug Fixes

* **templates-processors:** use getSiteById from hub-common ([27b6581](https://github.com/Esri/templates-js/commit/27b6581dff2a0f25a69f720e20cc7f7c07e3f38b))
* add helper to merge solution vars, ensure thumbnail resource included ([244a504](https://github.com/Esri/templates-js/commit/244a504873af703129dbf33b899c55e0a67d577a))
* change sinon imports to work in node ([2e9106b](https://github.com/Esri/templates-js/commit/2e9106b9de2a15ede487931b396c47fc183a37ef))
* clarify the role that authentication variables play ([622d187](https://github.com/Esri/templates-js/commit/622d187f9ec941daaeafd8ef082482dd8a8e8ea4))
* common exports, pathed imports for fixtures ([b90a8f9](https://github.com/Esri/templates-js/commit/b90a8f9901b04941e2ff99b216363ce2d8713d44))
* lock Hub version until getSiteById stabilizes ([bd06d44](https://github.com/Esri/templates-js/commit/bd06d44bebc48865d7fabd883e827a8235651b42))
* **templates-processors:** fill in IDependency structure ([e24d759](https://github.com/Esri/templates-js/commit/e24d759c4ef5b029fbb906659b7238b786fceecc))
* remove debuggers, add convertFromItems tests ([550ce07](https://github.com/Esri/templates-js/commit/550ce07272326a44d30ce42840e3a8eb75a409a9))
* so so many tests ([8fe4dcf](https://github.com/Esri/templates-js/commit/8fe4dcf91fd4db53d9e6865a522237396dad1c34))


### Features

* Add basic WebMapProcessor and tests ([c65df14](https://github.com/Esri/templates-js/commit/c65df14092acc47dce92a9bdc60fefbb23cc3864))
* add group postProcessing into system ([ead967e](https://github.com/Esri/templates-js/commit/ead967e339c7ae368a9db04d2c8de8de8e19fae8))
* add SkipProcessor and make it default ([691a63a](https://github.com/Esri/templates-js/commit/691a63ab3c9594d10c8d5d5b5003444296faf0bc))
* adds hub site and page convertToTemplate ([5bae89d](https://github.com/Esri/templates-js/commit/5bae89d6263ad36f92c048abb41b5ce077bb5eb6))
* break group postProcess functions into separate files ([9381c44](https://github.com/Esri/templates-js/commit/9381c4477e05269febe3583cdc47b3c283833ccb))
* bump hub.js ([02566dd](https://github.com/Esri/templates-js/commit/02566dd556600eb41a7fb12ec1f54d366efc5de2))
* conversion opstack v1 ([c3b3562](https://github.com/Esri/templates-js/commit/c3b3562c3e9e8aae251befd4d871e8cd5e901d90))
* core of the deploy logic, with serialized promises, stack returns etc ([f753049](https://github.com/Esri/templates-js/commit/f753049641616ef91435e450e5335e7abf8819ce))
* feature service processor can convert to template ([35c3467](https://github.com/Esri/templates-js/commit/35c346729c5cd9bc0190348092cf773e71dab050))
* fetch and upload resource for node and browser ([2571117](https://github.com/Esri/templates-js/commit/2571117acf0c4ae968600c49bb95b570b23dbf87))
* first cut of complete WebMapProcessor::convertToTemplate ([5152074](https://github.com/Esri/templates-js/commit/51520741116cedc8bec6bace89003878a5622cd9))
* group deploy functions and tests ([b970818](https://github.com/Esri/templates-js/commit/b970818e7e8e0b92256c219d340f29d43e568184))
* make Processors classes ([28daecf](https://github.com/Esri/templates-js/commit/28daecf4c4d247720394414bbbaa7a3a40b36fb8))
* more processors and logic + tests ([9206a1e](https://github.com/Esri/templates-js/commit/9206a1e6315b4ede933bcd83eaa46a85cc44be16))
* OperationStack integrated w SolutionError ([b5fd73f](https://github.com/Esri/templates-js/commit/b5fd73f482423e247cdadf16acde7da12e70c2d9))
* postProcess infrastructure and base implementation in Processors ([5f644d5](https://github.com/Esri/templates-js/commit/5f644d53c5c8e80c3a61d854ae1e7c33f733a8ea))
* removeSolution and other updates ([59dbc90](https://github.com/Esri/templates-js/commit/59dbc90fe8643f5fe86aa82f13c1b22c8b309934))
* support group conversion ([e8460e4](https://github.com/Esri/templates-js/commit/e8460e4b50304f636741e9e07d1c154076ad270d))
* update arcgis-rest-js and hub.js libraries ([c1437d4](https://github.com/Esri/templates-js/commit/c1437d4f2aae7c12e302ca133e86be6233099424))
* use IProcessor and objects for Processors; tests ([ae47eef](https://github.com/Esri/templates-js/commit/ae47eef59bdaa5f49958f881651a60f0faa8141e))


### BREAKING CHANGES

* This prevents a breaking change by keeping the Hub version at 8.11.0





### Dependencies

* **@esri/templates-common:** upgraded to 1.0.0-beta.1
