Skip to content

Releases: ukrbublik/react-awesome-query-builder

MUI Support multi select autocmplete

11 Aug 20:36
12ec9fe
Compare
Choose a tag to compare
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

08 Aug 08:30
Compare
Choose a tag to compare

MUI Autocomplete

08 Aug 01:19
eda9a14
Compare
Choose a tag to compare
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

28 Jun 23:28
7b8679c
Compare
Choose a tag to compare
  • 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 as Date objects)

Added textarea

24 Jun 23:14
b3dc1ba
Compare
Choose a tag to compare
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

23 Jun 21:24
Compare
Choose a tag to compare
  • 4.1.1
    • Fix warning about showSearch in MUI theme
    • Fix incorrect override of vanilla button label (issue #347)
    • Fix display default conj (issue #426)
    • Don't wrap in MUI ThemeProvider if no theme or locale provided (issue #325)
    • Fix canLeaveEmptyGroup logic (issue #378)

4.1.0 - Updated deps, configs

18 Jun 20:02
ce7d5e7
Compare
Choose a tag to compare
  • 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.
      Renamed sandbox_ts to sandbox-ts, sandbox_js to sandbox-js.
    • Fixed problems with VSCode's TSLint plugin
    • Moved from deprecated prepublish to prepare in package.json

Bugfixes

15 Jun 14:24
2fab00c
Compare
Choose a tag to compare
  • 4.0.4
    • Fixed issue #349 with drag-n-drop and office-ui-fabric-react
    • Fixed issue #413 with func arg with 1 value source which is not value

Bugfixes

08 Jun 23:27
Compare
Choose a tag to compare
4.0.3

chlog

Fixed MaterialConfig import for TS projects (issue #368)

07 Jun 21:53
6f343b8
Compare
Choose a tag to compare