From 6e687300f5ac9cd343b308b590a3b18525e2a788 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 28 Aug 2023 08:30:45 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-customizer@1.16.0 [skip ci] # [1.16.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.15.0...@forestadmin/datasource-customizer@1.16.0) (2023-08-28) ### Bug Fixes * **replica:** module not found error when importing the datasource-replica ([#788](https://github.com/ForestAdmin/agent-nodejs/issues/788)) ([d41d897](https://github.com/ForestAdmin/agent-nodejs/commit/d41d8979754f37e7bf7de378c3ffb36665d189fb)) ### Features * add dropdown to form field options ([#776](https://github.com/ForestAdmin/agent-nodejs/issues/776)) ([2b7a9a2](https://github.com/ForestAdmin/agent-nodejs/commit/2b7a9a29b573e95dd03374341e848578774f1975)) * add support for stringList dropdown ([#793](https://github.com/ForestAdmin/agent-nodejs/issues/793)) ([7a42278](https://github.com/ForestAdmin/agent-nodejs/commit/7a422781a499d5da0bc37d291e2bc664b0216f8f)) * add support for the dropdown widget in custom action fields, with values/labels, placeholder and static search ([#791](https://github.com/ForestAdmin/agent-nodejs/issues/791)) ([99c9d73](https://github.com/ForestAdmin/agent-nodejs/commit/99c9d730b079d03ae41b242d8aacc902b33a2c00)) * allow to use an array of values for dropdown options ([#790](https://github.com/ForestAdmin/agent-nodejs/issues/790)) ([8f09376](https://github.com/ForestAdmin/agent-nodejs/commit/8f09376cee2649a96edc3c2563814e15af5d63be)) --- packages/datasource-customizer/CHANGELOG.md | 17 +++++++++++++++++ packages/datasource-customizer/package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/packages/datasource-customizer/CHANGELOG.md b/packages/datasource-customizer/CHANGELOG.md index 5c18a28d11..686d3ebcb6 100644 --- a/packages/datasource-customizer/CHANGELOG.md +++ b/packages/datasource-customizer/CHANGELOG.md @@ -1,3 +1,20 @@ +# @forestadmin/datasource-customizer [1.16.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.15.0...@forestadmin/datasource-customizer@1.16.0) (2023-08-28) + + +### Features + +* add dropdown to form field options ([#776](https://github.com/ForestAdmin/agent-nodejs/issues/776)) ([2b7a9a2](https://github.com/ForestAdmin/agent-nodejs/commit/2b7a9a29b573e95dd03374341e848578774f1975)) +* add support for stringList dropdown ([#793](https://github.com/ForestAdmin/agent-nodejs/issues/793)) ([7a42278](https://github.com/ForestAdmin/agent-nodejs/commit/7a422781a499d5da0bc37d291e2bc664b0216f8f)) +* allow to use an array of values for dropdown options ([#790](https://github.com/ForestAdmin/agent-nodejs/issues/790)) ([8f09376](https://github.com/ForestAdmin/agent-nodejs/commit/8f09376cee2649a96edc3c2563814e15af5d63be)) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.10.0 + # @forestadmin/datasource-customizer [1.16.0-alpha-widgets.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.16.0-alpha-widgets.1...@forestadmin/datasource-customizer@1.16.0-alpha-widgets.2) (2023-08-25) diff --git a/packages/datasource-customizer/package.json b/packages/datasource-customizer/package.json index 731c7008a6..71ec3639b0 100644 --- a/packages/datasource-customizer/package.json +++ b/packages/datasource-customizer/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-customizer", - "version": "1.16.0-alpha-widgets.2", + "version": "1.16.0", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -28,7 +28,7 @@ "@types/uuid": "^9.0.0" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.10.0-alpha-widgets.1", + "@forestadmin/datasource-toolkit": "1.10.0", "file-type": "^16.5.4", "luxon": "^3.2.1", "object-hash": "^3.0.0",