Skip to content

6.6.15

Latest
Compare
Choose a tag to compare
@ukrbublik ukrbublik released this 16 May 14:58
· 6 commits to master since this release
1dc64b2

What's Changed

  • support ant 4.x DatePicker by @ben-swift in #1239
  • fix: Prevent potential prototype pollution in OtherUtils.mergeIn and OtherUtils.setIn by @ukrbublik in #1240
  • Fix XSS vulnerability in antd package by @ukrbublik in #1243
  • fix: Prevent potential prototype pollution in Utils.ConfigUtils.decompressConfig by @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/runtime is 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_DATETIME for MongoDb
  • Fixed comparing of dates with == and != in JsonLogic by using new ops date==, date!=, datetime==, datetime!=. Added fixJsonLogicDateCompareOp to config.setings (false by default)
  • Now Utils.JsonLogicUtils.addRequiredJsonLogicOperations(jl) can be used for instance of json-logic-js to add custom operators

New Contributors

Full Changelog: 6.6.14...6.6.15