Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
6.7.0-alpha.0 - Dark mode
What's Changed
- 🆕 Added
pricewidget (based onreact-number-format) with rich format number settings by @mahtabhnp in #1206 - 🔥 Dark theme support. Massive theming improvements by @ukrbublik in #1188
Theming
- 👀 See demo app
- 🕶️ Dark mode is now supported for all UI frameworks.
- 🔨 Added css vars (acts like design tokens for styling) that adopt to the current theme of used UI framework.
- 📝 Docs coming soon
- Feedback is welcomed
New Contributors
- @mahtabhnp made their first contribution in #1206
Full Changelog: 6.6.15...6.7.0-alpha.0
6.6.15
What's Changed
- support ant 4.x DatePicker by @ben-swift in #1239
- fix: Prevent potential prototype pollution in
OtherUtils.mergeInandOtherUtils.setInby @ukrbublik in #1240 - Fix XSS vulnerability in antd package by @ukrbublik in #1243
- fix: Prevent potential prototype pollution in
Utils.ConfigUtils.decompressConfigby @ukrbublik in #1244 - Fix group operator's custom jsonLogic function not being called by @ioluas in #1242
- Fix import switch from JsonLogic by @ukrbublik in #1235
- Fix using "$not" as top-level operator in output to MongoDb. Fix using incorrect date format in output to MongoDb by @ukrbublik in #1254
- Fix and update date/datetime functions by @ukrbublik in #1256
- Update dependencies.
@babel/runtimeis now dep for all packages by @ukrbublik in #1246 - Update "vite" by @ukrbublik in #1258
Updates to date/datime functions:
- Added date/datetime functions:
TODAY,START_OF_TODAY,RELATIVE_DATE,TRUNCATE_DATETIME - Fixed datetime functions
NOW,RELATIVE_DATETIMEfor MongoDb - Fixed comparing of dates with
==and!=in JsonLogic by using new opsdate==,date!=,datetime==,datetime!=. AddedfixJsonLogicDateCompareOptoconfig.setings(false by default) - Now
Utils.JsonLogicUtils.addRequiredJsonLogicOperations(jl)can be used for instance ofjson-logic-jsto add custom operators
New Contributors
- @ben-swift made their first contribution in #1239
- @ioluas made their first contribution in #1242
Full Changelog: 6.6.14...6.6.15
6.6.14
What's Changed
- Fixed import from JsonLogic when
likeop is used inside group withsomegroup op by @ukrbublik in #1225 - Support React 19 by @ukrbublik in #1229
Full Changelog: 6.6.13...6.6.14
6.6.13
What's Changed
- Fix SpEL import/export for between op by @ukrbublik in #1212
- Fix fetchSelectedValuesOnInit for func arguments by @ukrbublik in #1210
- Fix selecting func/args at RHS at delta 1 by @ukrbublik in #1211
Full Changelog: 6.6.12...6.6.13
6.6.12
What's Changed
- Fixed issue with incorrect getting field config for func arg signature object by @ukrbublik in #1193
Full Changelog: 6.6.11...6.6.12
6.6.11
What's Changed
- Fix issue with updating both config & tree value by @ukrbublik in #1190
Full Changelog: 6.6.10...6.6.11