##  New Features
- **Outlined Style** option added to the **Border section** in the Style tab of the **Text Input components**. This feature, which was previously removed from the Props, can now be made from the Style.
Outlined style property added on **VInlineDatepicker, VTextField, VFileInput, VAutocomplete, VCombobox, VSelect, VInlineTimePicker, VTextarea.**
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.7.1/outlinedBorder.png" width="320" style="display: block; margin-left: auto; margin-right: auto; width: 50%;" />
- You can now **minimize** the **LightBox Component** by simply clicking the minimize icon.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.7.1/LightBoxMinimize.gif" width="640" />
- **Min-Max Width** and **Height** fields now expanded and opened by default.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.7.1/minmax.png" width="320" style="display: block; margin-left: auto; margin-right: auto; width: 50%;"/>
- **hideDetails** prop that hides hint and validation errors added to **VTextarea**.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.7.1/hidedetails.gif" width="640" />
- **persistent** prop added to the **VBottomsheet** component. With this prop clicking outside the item or pressing the ESC key wouldn't disable that related item.
- You can now utilize the **localeQueryStringKey** value to set the language for **IAM logout pages**, just as you would for login pages.
##  Bug Fixes
### Plateau Studio
- Resolved an issue where, if you had **multiple pages open** and **saved** one of them, changes made on the event screen would sometimes disappear when switching to another page, resulting in a blank screen. Now, your **changes are saved and displayed** as expected.
- Fixed an issue that made some **pop-ups and functions not work after a new Plateau Studio version**. This bug required you to clear your browser cache manually to continue working. Now, We automatically clear cache whenever we publish a new Release.
- Bug which causes **duplicated names** while editing a page name fixed. Plateau Studio now checks module, model and organization names and lets you know whether there are any duplications.
- Issue occured when Start Working clicked (even though any changes being made on the screen), the **Discard Changes** warning appears fixed.
### Plateau UI
- Resolved an issue where UI page **loading times** could be affected. This performance improvement ensures smoother experience when **opening the UI Editor**, **using Start/Stop Working** features and **switching between Studio UI Page tabs**.
- Fixed an issue with the UI Editor that prevented the user from **dropping components to the desired location** in the drop area by drag and drop. Now, you can see the available positions for the component as you drag it over the drop area and place it next to or on top of another component.
- Improved the UI Editor **Viewing Mode** to allow you to **select texts and scroll** on the Editor Event/Prop code area.
- Issue of **UI Editor shortcuts** not working on **MacOs** fixed.
- Issue of deleting the leading zero in decimal numbers starting with 0 in the **Quick Input Format** library resolved.
- Bug occured when you are on **runtime**, changes not being reflected in **Style** fields now fixed.