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/

Image of Datadog

Master Mobile Monitoring for iOS Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

Get The eBook

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

If this post resonated with you, feel free to hit ❤️ or leave a quick comment to share your thoughts!

Okay