Skip to content

🚀 API Maker : Release Notes for v1.12.0

⭐ February 2025 ⭐

Changes

  • [BUG] : Getting circular dependency error in API call when same API is called from database pre hooks issue fixed. It should not call circular dependency as db hook has “skipHookRunning” by default true so it can not call itself.
  • [BUG] : Below type of query should work from get all schema API also
    { _id: { $eq: '5a66d40ff85cf20a385641f0' } }
    
  • [BUG] : objectId can be checked with empty string and boolean and it should not throw error for get all API in which data are getting passed as string
  • [FEATURE] : Develop screen which can deploy API Maker from NPM directly on all the servers of the environment.
  • [FEATURE] : Develop page which can take .tgz file and deploy on all the servers of the environment.

UI Maker Extension

  • [IMPROVEMENT] : Tooltip support added in all UI controls
  • [FEATURE] : Rating control support added and docs updated.
  • [FEATURE] : Knob control support added and docs updated.
  • [FEATURE] : Outline support added.
  • [IMPROVEMENT] : “cssClassDiv” property support added on column level, using that we can control grid system in which UI controls are being arranged.
  • It will be applied to parent div which holds UI control in it.

  • [IMPROVEMENT] : “fields” property support added in column, so “fields” inside fields are now supported.

  • Now we can easily created any type of complex grid structure, which was not possible earlier.