Hotfix/baseurl env
- Application searches for BASE_URL in window.BASE_URL,
- Not found? Application searches for BASE_URL in process.env.REACT_APP_BASE_URL
- Not found? Application aborts
- Login form post url is now the apiURL/login (without the api version)
- Logout XHR post url is now the apiURL/logout (without the api version)
See merge request theappsmith/internal-tools-client!256
Column resize reorder and hiding columns
Any widget is able to disable drag by calling a function.
See merge request theappsmith/internal-tools-client!230
Unescape strings before eval
Fixes the issue where some escaped string is not being able to eval
See merge request theappsmith/internal-tools-client!227
Double click property pane
- Show property pane on double click
- Toggle property pane control works properly
- Widget is selected on adding to canvas
- Property pane remembers visibility state before and after drag/resize
- New UI for widget name
See merge request theappsmith/internal-tools-client!224
New User (Invite) API based modifications
New User API based modifications
================================
- Invited users can
- click on the link in their emails to set password
- will see errors on invalid password
- will see a link to login on successful set of password
- Users can
- Use Tab, Enter, Space and comma to tokenize emails in the tag list input field
Other Fixes
===========
- Email carries over from login page to forgot password page
- Login is disabled until a valid email and password is provided
- Signup is disabled until a valid email and password is provided
See merge request theappsmith/internal-tools-client!219
Various api pane and dynamic input improvements
* Added an Allow HTML option for text widgets so that i can render HTML
* Input now sets the initial height on mound
* When input input is updated automatically, the cursor is set to the end of the input
* Input only shows error tooltip when it is in focus. The red border is still present
* Updated the stale property pane config in the codebase
* Api name placeholder updated to "API name (camel case)"
* Recursive binding search for dry runs
* If dynamic result is an object for action calls, convert it to string
* Fixed failing dry runs with dynamic bindings
See merge request theappsmith/internal-tools-client!217