Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfixes to main #766

Merged
merged 29 commits into from
Mar 24, 2024
Merged

Hotfixes to main #766

merged 29 commits into from
Mar 24, 2024

Conversation

FalkWolsky
Copy link
Contributor

Proposed changes

A number of important hotfixes.

  • fix crashing on reordering comps inside module
  • fix broken modal issue
  • fix bulk action updates doesn't change all comps height
  • fix iconSelector issue in js
  • optimize the runOpenApi plugin
  • fix: fixed translations in CN the locale file
  • fix map ready state

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

We have a small number of bugs that we would liked to see fixed, but it is minor and not yet time for a new version.

raheeliftikhar5 and others added 26 commits March 5, 2024 18:21
* Add support for SUPER_ADMIN role
* Publish server log events
* Add handling for audit logs feature
* Add handling for geolocation data
* Add handling for api delays in case of rate limit
* Propagate plugin specific environment variables to plugins
* Add environment variable for controlling plugin location
* Implemented plugin endpoints security

---------

Co-authored-by: Abdul Qadir <[email protected]>
Separate defaultValue and Value for input/select components
allow passing in an already dereferenced OpenAPI Document for plugins
that have large openapi specs like github. This takes the runtime for
Github from over 10s to ~1s on an M1 Max.

Adjust the github plugin to use this new capability by dereferencing on
plugin initialization, passing the derefed document to the runOpenApi
function.
allow passing in an already dereferenced OpenAPI Document for plugins
that have large openapi specs like github. This takes the runtime for
Github from over 10s to ~1s on an M1 Max.

Adjust the github plugin to use this new capability by dereferencing on
plugin initialization, passing the derefed document to the runOpenApi
function.
Copy link

netlify bot commented Mar 24, 2024

Deploy Preview for lowcoder-cloud ready!

Name Link
🔨 Latest commit d602bd4
🔍 Latest deploy log https://app.netlify.com/sites/lowcoder-cloud/deploys/66006a1d58043f000881f612
😎 Deploy Preview https://deploy-preview-766--lowcoder-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@FalkWolsky FalkWolsky merged commit 33d8210 into main Mar 24, 2024
8 checks passed
@FalkWolsky FalkWolsky deleted the cherry-release branch March 24, 2024 18:19
@FalkWolsky FalkWolsky restored the cherry-release branch March 24, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants