Skip to content

Releases: appsmithorg/appsmith

Release v1.83 🌈

30 Jul 05:56
9cc4757
Compare
Choose a tag to compare

Features

  • Added an upgrade button to the editor header for easier access to plan upgrades (#41124)
  • Introduced a Git route aspect for better handling of Git branches in navigation (#41097)

Fixes

  • Updated the logo in the App Editor to use the branding logo for consistency (#41135)
  • Updated the editor logo to use the favicon instead, aligning with app branding (#41147)

Release v1.82 🌈

22 Jul 12:11
4eaae6b
Compare
Choose a tag to compare

Features

  • feat: Add premium feature tag for paid external SaaS plugins in the Data Side Pane
    [#41110]

  • feat: Update the premium icon on the Create Datasource page for improved clarity and user experience
    [#41109]

Release v1.81 🌈

16 Jul 05:12
f96f581
Compare
Choose a tag to compare

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

  • Added an additional check to display the correct cyclic dependency error in reactive workflows (#41090)
  • Fixed an issue with form login by adding a missing check for organization data (#41091)

Release v1.80 🌈

09 Jul 06:29
a256a97
Compare
Choose a tag to compare

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 🌈

02 Jul 04:46
f5405c1
Compare
Choose a tag to compare

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 🌈

25 Jun 05:29
f618cff
Compare
Choose a tag to compare

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 using webpack-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 🌈

18 Jun 04:55
da96066
Compare
Choose a tag to compare

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 🌈

11 Jun 06:03
6a185b3
Compare
Choose a tag to compare

Fixes

  • Applied updates to the code editor for improved functionality (#40239)
  • Switched Redis logic to use non-blocking SCAN command instead of KEYS 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 🌈

04 Jun 04:17
37072d7
Compare
Choose a tag to compare

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 and slug fields to the organization reducer (#40779)
  • Improved styling of full name input field to align with radio buttons (#40727)

Release v1.74 🌈

28 May 03:04
bd04a04
Compare
Choose a tag to compare

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 during BearerTokenAuth import (#40688)
  • Ensured left-side auth content is shown when multi-org feature is enabled (#40687)

Features

  • Updated toast messages for actions triggered on page load (#40726)
  • Implemented backend changes to support automatic runBehaviour updates (#40671)
  • Introduced multi-organization login page (#40690)