-
Notifications
You must be signed in to change notification settings - Fork 241
Dev > Main for v2.5.1 #1375
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
Merged
Merged
Dev > Main for v2.5.1 #1375
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Increase Java Heap Size
convert snapshot migration to use aggregation pipeline
… to duplicate keycloak
Feature extension
… on bottomContent.
Fixed an issue miss loading-indicator.
Fixed folder or content title overflow in module panel and applied it…
…and allDay in edit modal + event dragging fixes
remove lazyloading from common components
Expose toUpdatedEvents, toInsertedEvents, toDeletedEvents + Fixed event drag/drop issues.
…ev/lowcoder-sdk-2.4.16
…rver/node-service/dev/lowcoder-sdk-2.4.16 Bump lowcoder-sdk from 0.0.41 to 2.4.16 in /server/node-service
Implemented pagination in some APIs.
Feature pagination
✅ Deploy Preview for lowcoder-cloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for lowcoder-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
v2.5.1 of Lowcoder is mainly dedicated to bugfixes.
However, we also introduced pagination for many objects. Especially the app overview has now the ability to search apps in folders and paginate trough the list of apps. Many of our users have more than 100 apps - and at some point one really start to feel the pain of scrolling through. As we have now pagination and unified folder display, we removed the "Your Folders" button from the main admin area navigation. It is just not necessary.
We worked on JSON Schema Forms and they are now responsive based on the container-width - not only the full screen width.
We added the ability to receive the changed data in the Calendar with new data variables. That helps to separate and execute Data Queries as soon as users make additions and changes on elements in the calendar. For this we expose now toUpdatedEvents, toInsertedEvents and toDeletedEvents. When one uses this data to build the necessary database queries, the app creator can then use clearUpdatedEvents, clearInsertedEvents and clearDeletedEvents functions to update the state - and reload later on the calendar events by a new refreshed data query.
We rounded up the Snapshot History Collection retention configuration. For the user in the app it is not visible, but now System-Admins of Lowcoder can set up a retention time. As soon as an app snapshot is older than this time range (let's say 30 days), the data of the ApplicationSnapshots are moved out of the standard MongoDB Collection in a secondary time store-based collection as an archive.
Next to the fix of the user flow and ENV variables to handle the variations of the user Sign up and Sign in for the ENTERPRISE / SINGLEWORKSPACE mode, we also added the documentation for the various scenarios.
Types of changes
Checklist