Releases: appsmithorg/appsmith
Releases · appsmithorg/appsmith
Release v1.83 🌈
Release v1.82 🌈
Release v1.81 🌈
Features
- Skipped the license selection page for cloud billing users to streamline onboarding (#41102)
- Added multi-organization support to signup redirect helpers for improved navigation (#41099)
- Introduced a form login enablement command and enhanced Redis URL handling for better configuration (#41078)
- Added unit tests for
multiOrgDomains
to improve test coverage and reliability (#41076)
Fixes
Release v1.80 🌈
Features
- Improved navigation state management in
PageEntity
and related sagas for better route handling (#41081) - Implemented
onPageUnload
functionality for the Edit App mode's page selector (#41074) - Integrated
onPageUnload
behavior with the backend for deployed applications (#41036)
Fixes
- Enhanced handling of CA certificates in the entrypoint script to improve reliability (#40933)
Release v1.79 🌈
Features
- Excluded
app.appsmith.com
from recent domains tracking to reduce unnecessary entries (#41059)
Fixes
- Fixed client build failure on EE by updating utility logic (#41058)
- Refined the function used to detect reactive cyclic dependencies for better evaluation stability (#41049)
- Removed incorrect API parameter dependency updates in evaluations to prevent reactivity issues (#41019)
- Adjusted
deploy_preview.sh
by updating the cluster name and improving kubeconfig handling (#40981)
Release v1.78 🌈
Features
- Enabled organization fetching based on cloud billing status (#41016)
- Implemented generation of an empty meta widget to handle empty data scenarios gracefully (#40886)
- Added a multi-organization dropdown for easier organization switching (#40967)
- Introduced
instanceId
into distributed lock keys to ensure proper isolation across instances (#40966) - Improved UI spacing and text truncation in the “Recent Domains” section for better readability (#40970)
- Added tracking support for domains in multi-organization setups (#40938)
Fixes
- Upgraded TinyMCE to the latest MIT-licensed version (#41003)
- Suppressed the
ResizeObserver
loop runtime error in development when usingwebpack-dev-server
(#40968) - Resolved JSObject test failures after CRUD generation updates (#40954)
- Updated debugger assertion method to use
GetNAssertElementText
(#40937) - Fixed various package upgrade issues and completed incremental upgrades (#40935, #40947)
Release v1.77 🌈
Fixes
- Improved form login specification for better reliability (#40693)
- Enhanced null handling during action parameter evaluation and rendering (#40910)
- Reverted the debounce change applied to
onValueChange
in input widgets (#40922) - Improved null safety in analytics data collection for action executions (#40905)
- Updated security context handling by using the reactive context repository instead of directly modifying session attributes (#40892)
Release v1.76 🌈
Fixes
- Applied updates to the code editor for improved functionality (#40239)
- Switched Redis logic to use non-blocking
SCAN
command instead ofKEYS
to enhance performance (#40878) - Added
nss_wrapper
support in the Helm chart for better compatibility (#40673) - Handled undefined user object on the landing screen for invalid cloud billing domains (#40855)
- Ensured CRUD queries include
dynamicBindingPathList
for correct binding behavior (#40833) - Fixed incorrect value display in table computed columns (#40664)
Feature
- Enhanced error handling for responses from Cloud Services (#40821)
Release v1.75 🌈
Fixes
- Fixed an issue where widgets disappeared when the page name contained parentheses (#40818)
- Updated CRUD action handling for
runBehaviour
generation (#40792) - Prevented loading all workspaces into memory to improve performance (#40810)
- Handled burst traffic while fetching feature flags during scheduled cron jobs (#40808)
- Ensured explicitly marked automatic actions are included in layout load actions (#40778)
- Allowed application to run as a non-root user (#40642, #40793)
- Added missing
displayName
andslug
fields to the organization reducer (#40779) - Improved styling of full name input field to align with radio buttons (#40727)
Release v1.74 🌈
Fixes
- Eliminated a concurrency bug in the file deletion logic by removing side effects from parallel streams (#40744)
- Redirect users who are not part of an organization to the signup page (#40735)
- Refactored validation logic in
TableWidgetV2
to improve clarity and correctness (#40679) - Added type checking for Mixpanel session recording methods (#40717)
- Logged out users if their session has expired between page switches (#40718)
- Enabled
runBehaviour
in published mode as well (#40722) - Fixed email validation logic in
InputWidgetV2
(#40708) - Prevented
NullPointerException
duringBearerTokenAuth
import (#40688) - Ensured left-side auth content is shown when multi-org feature is enabled (#40687)