Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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](#788)) ([d41d897](d41d897))

### Features

* add dropdown to form field options ([#776](#776)) ([2b7a9a2](2b7a9a2))
* add support for stringList dropdown ([#793](#793)) ([7a42278](7a42278))
* add support for the dropdown widget in custom action fields, with values/labels, placeholder and static search ([#791](#791)) ([99c9d73](99c9d73))
* allow to use an array of values for dropdown options ([#790](#790)) ([8f09376](8f09376))
  • Loading branch information
forest-bot committed Aug 28, 2023
1 parent 3bf768e commit 6e68730
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6e68730

Please sign in to comment.