Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.3.0-alpha.1 [skip ci]
# [5.3.0-alpha.1](5.2.0...5.3.0-alpha.1) (2023-09-20) ### Bug Fixes * Adding a file when adding a new row in the data browser doesn't show filename ([#2471](#2471)) ([5bbb94e](5bbb94e)) * File extension is hidden in file field when editing object in modal dialog in data browser ([#2472](#2472)) ([8df4e4d](8df4e4d)) * Incorrect highlight maker position in class list in data browser ([#2490](#2490)) ([8c28d24](8c28d24)) * Pasting location coordinates into field of type `GeoPoint` does not work in data browser ([#2464](#2464)) ([a8ce343](a8ce343)) * Selecting a saved filter in data browser also highlights other filters with equal names ([#2466](#2466)) ([35360fe](35360fe)) * Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([#2457](#2457)) ([5acac3f](5acac3f)) ### Features * Add Cloud Function execution on Parse Object in data browser ([#2409](#2409)) ([996ce91](996ce91)) * Add parameter `selectedField` to script payload to determine which object field was selected when script was invoked ([#2483](#2483)) ([e98d653](e98d653)) * Add refresh button to Cloud Config page ([#2480](#2480)) ([be212b0](be212b0)) * Add security checks page ([#2491](#2491)) ([103b9c6](103b9c6)) * Add support for confirmation dialog before script execution in data browser ([#2481](#2481)) ([64d3913](64d3913)) * Add typing with auto-complete to select a filter field in the data browser ([#2463](#2463)) ([257f76b](257f76b)) * Reopen last opened class when navigating to data browser ([#2468](#2468)) ([3d7148e](3d7148e)) ### Reverts * fix: Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([#2457](#2457)) ([#2477](#2477)) ([2f1d84e](2f1d84e))
- Loading branch information