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