##  New Features
### Plateau Studio
- **Mobile App Live Preview** feature is now on production. You can instantly view the app you are developing by scanning the QR code. Install StudioApps, point your camera at the code and see your app in action on both iOS and Android devices. This feature allows you to test your app’s functionality and design on different screen sizes and orientations.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/mobileLivePreviewIMG.PNG" width="640" />
- **ChatBot supported by AI (Beta)** is live. We have integrated a chatbot feature into Plateau Studio to enhance your user experience and provide you with easy access to information. This assistant is designed to answer your questions quickly and accurately by using the extensive Plateau Studio documentation. Don’t worry if you can’t get a satisfactory answer right now, we are working hard to improve the chatbot’s performance and functionality.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/chatbot.png" width="640" />
- **Module Versioning** implemented. You can share your modules as versioned with other applications in your organization.
- Share your module as **Version Module**
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/share-module.PNG" width="640" />
- Release new version of module
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/release-module-version.PNG" width="640" />
- Import module version to another app from **Import Module**
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/import-module.PNG" width="640" />
- You can change version from **Version Settings** or **Import Module**
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/version-settings.PNG" width="640" />
<br></br>
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/module-versions.PNG" width="640" />
- **Studio Documentation** site is moved to its new address, and design changes are implemented.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/docusaurusNew.png" width="640" />
- **Studio Feature Set**, **Plateau UI Feature Set**, and **Component Feature Set** documents are added, allowing you to easily track the features provided by the Studio through documentation.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/studio-feature-set.png" width="640" />
<br></br>
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/plateau-ui-feature-set.png" width="640" />
<br></br>
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/component-feature-set.png" width="640" />
- We developed UI Editor **Viewing Mode**. Stop working mode prevents any interaction with the UI Editor. Although seeing the overview of your work is possible, you won't be able to make changes until you switch to the start working mode.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/readOnly.gif" width="640" />
- **Two-way binding** utilization is enhanced. You can use **quick.Quick.bind** method for page, bag, and global store. You can use **the bind** method in the Block and nested Block Component, Rendering Component. Also, the store value remains the same when quick.Quick.back method is called, without using the restored event in Page Component.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/twoWayBindingStudio.gif" width="640" />
- **Add Page Path** feature added. When you want to make image and path redirection on your pages, you can retrieve the **Page Path**, **Image Path**, and **Page Transfer Code** from Add section in component events.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/AddDestinationID.gif" width="640" />
- Now you can see the **list of your pages** on Rendering and Block component **QjsonPath** property.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/RenderingCompQjsonPath.gif" width="640" />
- **Page names of Block Components** can be displayed in the fields of the editor. Thus, it becomes more clear which Block Component you use in the editor.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/blockComp-name.PNG" width="640" />
### UI Module
- Now we've done away with the **QScript** language choice in New Events. Don't worry, your existing QScript events will still run, but we suggest making the shift to TypeScript for better long-term support.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/qscript_removed.gif" width="640" />
- **UI Page Browser Cache Usage** is now available in Plateau Studio to **improve overall performance**. When requests are made to qjson pages over the network, the browser cache structure contributes to retrieve pages.
- **All style features** are available for **breakpoints**. Therefore, you can use all features based on the resolution.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/MultipleBreakpoint.gif" width="640" />
- In the new Style System, the **component appearances** in your pages can be now controlled **only through the Style System**. To be able to apply this feature, the corresponding component props are removed. This feature is only valid on newly opened pages and will not work on the previously created pages. You can find the removed objects below:
- Top, right, bottom, left, rounded, width, height, min-width, min-height, elevation, outlined, color, flat, shaped, dense and tile are removed from all components.
- small, xSmall, large and xLarge removed from VBtn.
- raised is removed from VBtn and VCard.
- dense is removed from VBtnToggle.
- regular is removed from VSelect, VTextfield and VTextarea.
- size is removed from VIcon.
- **Color Picker** is renewed, allowing for greater flexibility in choosing your preferred colors. You can now include **opacity(alpha)** settings into your color selections. Moreover, you can also specifiy colors in **hexadecimal** and **rgba** formats.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/colorPicker.gif" width="640" />
- Add Image To Application feature is now available for **ImgZoom** and **VCarouselItem** components. In Plateau Studio, you can upload images to your application and use them in your UI pages by selecting images from the src property.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.0/VCarouselItem-ImgZoom.gif" width="640" />
- New parameter is added as **disableNewlineOnCount** on minLength and maxLength validation. You can now disable counting newline(/n) as a character when pressing enter button on keyboard.
### Plateau Mobile
**iOS**
- Enhancements for **innerCorner** and **innerBorder** have been implemented on **VSelect, VSwitch, VAutoComplete, VFileInput, and InputBase** components.
- Input base components error messages styles added.
**Android**
- The VIcon component now has all of the missing properties.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-mobile/release-notes/v1.6.0/androidIcon.png" width="360" />
<br></br>
- Added new style properties to Frame, Map, VBtn, VBtnToggle, and VStepper components.
- Min-max size properties of components are added.
- Input Components Error Message Style developed.
##  Bug Fixes
### Plateau UI
- Render area and preview mode device resolutions fixed. Screen resolution now covers the render area size for the accuracy of the mobile and web design.
- When children is removed in the menu data property in the qmenu component, the distortion on the style side fixed. (https://jira.softtech.com.tr/browse/PLT-16213)
- **z-index** property added to **Animation Component**. With this propert elements with a higher z-index value appear above elements with a lower value when they overlap (https://jira.softtech.com.tr/browse/PLT-16184)
- Fixed an issue where the ReCaptcha component did not appear in the firefox browser. (https://jira.softtech.com.tr/browse/PLT-16325)
- Fixed issue with backspace deletion in VInlineDatePicker component.(https://jira.softtech.com.tr/browse/PLT-16318)
### iOS
- Bugs on the Login, Form Template pages have been resolved.
- Input base components input label font size bug fixed.
- The incorrect sizing of the ExpansionPanel on the first opening has been fixed.
- The issue of dividers not being visible within the ExpansionPanel on the dashboard screen has been resolved.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-mobile/release-notes/v1.6.0/iOSDashboardDivider.png" alt="iOSDashboardDivider" width="360" />
### Android
- Fixed issues affecting the operation of the VStepper component.
- DocumentViewer component was crashing when pdf came as url. This problem is now resolved.