Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-flattener@1.0.35 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.35](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.34...@forestadmin/plugin-flattener@1.0.35) (2023-08-29)

### 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 checkbox widget for boolean fields in smart actions ([f6de833](f6de833))
* add support for the checkbox widget for boolean fields in smart actions ([#794](#794)) ([05f473c](05f473c))
* 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 29, 2023
1 parent a0ebe20 commit 48c3a8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-flattener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/plugin-flattener [1.0.35](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.34...@forestadmin/plugin-flattener@1.0.35) (2023-08-29)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.11.0
* **@forestadmin/datasource-customizer:** upgraded to 1.17.0

## @forestadmin/plugin-flattener [1.0.34](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.33...@forestadmin/plugin-flattener@1.0.34) (2023-08-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-flattener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-flattener",
"version": "1.0.34-alpha-widgets.2",
"version": "1.0.35",
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand All @@ -24,11 +24,11 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.15.0-alpha-widgets.2",
"@forestadmin/datasource-customizer": "1.17.0",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.9.0-alpha-widgets.2",
"@forestadmin/datasource-toolkit": "1.11.0",
"object-hash": "^3.0.0"
}
}

0 comments on commit 48c3a8c

Please sign in to comment.