Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
MUI Support multi select autocmplete
MUI Support multi select autocmplete (#475) * MUI Support multi select autocmplete * Fix styles. Added configsdefaultSelectWidth, defaultSearchWidth, defaultMaxRows * lint * fix non-autocomplete mui selects by passing object in customProps * showCheckboxes * nit * 4.4.2 * lint
feat: possibility to add custom operators for groups
MUI Autocomplete
Bump @types/mocha from 8.2.3 to 9.0.0 (#467) Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 9.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Oblogin <[email protected]>
Improved function support
- Functions used in examples now moved to
BasicFuncs
(exported with lib) - Added funcs
RELATIVE_DATETIME
,NOW
,UPPER
- Added option
showPrefix
for func args (false by default) - Added missing
mongoFormatValue
for all types in basic config (now dates are exported asDate
objects)
Added textarea
Added textarea widget (#442) * Add maxLength for text widget * Add missing support of disabled list items in AntD * defaultTextWidth, defaultSliderWidth * . * Flex used to fullWidth * fix css * fullWidth (for textarea) * . * removed defaultTextWidth * Added textarea widget, with maxRows option * doc * 4.2.0
Bugfixes
4.1.0 - Updated deps, configs
- 4.1.0
- Fixed lint errors in code
- Reorganized files in
tests
- Updated packages
- Now minimum supported NodeJs is 12.13
- Added TSC linting
- Now ESLint checks types in TS files
- Added new scripts:
install-all
,clean
,reinstall
,build-all
,check-hot
,tsc
,eslint
,smoke
,resmoke
.
Renamedsandbox_ts
tosandbox-ts
,sandbox_js
tosandbox-js
. - Fixed problems with VSCode's TSLint plugin
- Moved from deprecated
prepublish
toprepare
inpackage.json
Bugfixes
Bugfixes
Fixed MaterialConfig import for TS projects (issue #368)
4.0.2 fix material d.ts. (#403)