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/

Heroku

Amplify your impact where it matters most — building exceptional apps.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

Image of PulumiUP 2025

Let's talk about the current state of cloud and IaC, platform engineering, and security.

Dive into the stories and experiences of innovators and experts, from Startup Founders to Industry Leaders at PulumiUP 2025.

Register Now

👋 Kindness is contagious

If this article connected with you, consider tapping ❤️ or leaving a brief comment to share your thoughts!

Okay