@lowdefy/ajv
Advanced tools
Changelog
3.21.0 (2021-08-25)
props.children
instead of a render function._hash
operator.Changelog
3.20.0 (2021-08-20)
debounce
option has been added to events.async
option has been added to actions so that they are not awaited in the action chain.ResetValidation
action has been added.Throw
action has been added.back
option has been added to the Link
action.JsAction
action.Validate
action can now take a list of regular expressions to match blocks to validate.The List
block now has direction
, wrap
, and scroll
properties.
HTML is now supported in block properties that used to only take strings. The following blocks now have support for HTML properties:
Alert
AutoComplete
Button
ButtonSelector
Card
CheckboxSelector
CircleColorSelector
Collapse
ColorSelector
CompactColorSelector
ConfirmModal
Descriptions
Divider
GithubColorSelector
Label
Message
Modal
MultipleSelector
Notification
Paragraph
RadioSelector
Result
Selector
SliderColorSelector
Statistic
SwatchesColorSelector
Title
Tooltip
TwitterColorSelector
The showTotal
property in the Pagination
block can now be a string or function.
If the onClose
event fails in the ConfirmModal
, Drawer
, and Modal
blocks, the block no longer closes.
The ParagraphInput
and TitleInput
blocks now render non-truthy values.
_ref
operator can now specify a resolver function that overrides the default reading of configuration files from the file system._ref
resolver function can be specified for an app.lowdefy.yaml
file.dev
command now has watch
and watchIgnore
options to control which files are watched for rebuilds.dev
server no longer exits if the initial build fails.ElasticsearchDelete
ElasticsearchDeleteByQuery
ElasticsearchIndex
ElasticsearchUpdate
ElasticsearchUpdateByQuery
mongodb
driver has been updated to 4.1.0, and now supports different options.MongoDBCollection
connection.AxiosHttp
examples have been fixed._location
operator now returns the basePath
, homePageId
, and pageId
._number
operator has been added.basePath
is now configurable.showTotal
as a string or function. (9ac3fc9)Changelog
3.19.0 (2021-07-26)
_change_case
operator.Selector
showSearch
property to true._request
operator if values are not found is now null
, like other getter operators.Changelog
3.18.1 (2021-06-30)
Changelog
3.18.0 (2021-06-17)
Wait
action, #625.