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)

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

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay