DEV Community

Cover image for 🚀 API Maker : Release Notes for v1.12.0
API Maker®
API Maker®

Posted on

5 2 1 1 2

🚀 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' } }
Enter fullscreen mode Exit fullscreen mode
  • [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.

YouTube: https://www.youtube.com/@api_maker

Website: https://apimaker.dev/

Docs: https://docs.apimaker.dev/

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay