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",