##  New Features
### Plateau Studio
- You can now **Copy ID** of any Page or Image from the File Explorer options. Just click and paste wherever you need it.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.1/CopyID.gif" width="640" width="640" />
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.1/CopyID.PNG" width="640" width="640" />
- **Add Font** feature added. You can upload and use any fonts in your css file and make your design more attractive. **Devexpress DataTable Icons** can be uploaded with this feature.
<img src="https://stechq.github.io/cdn/release/notes/plateau-studio/plateau-web/release-notes/v1.6.1/Font.gif" width="640" width="640" />
- **AppSettings** selection is now mandatory for publish and exports. You can choose the version you want or leave it as **Latest**.
### Plateau UI
- **willAttach** prop added to **VInlineTimePicker** component. This prop allows you to control the attachment of the component to the DOM. This will fix the issue with the incorrect display of the component in some cases.
- **update:picker-date** event is added to the **VDatepicker** component. You can now get the curren
- **localeQueryStringKey** field added to the **UI Settings IAM** section. This field allows you to specify the name of the query string parameter that will be used to pass the language value for IAM login pages.
**Example:** If you set the localeQueryStringKey to “lang”, you can use a URL like this to display the login page in English: https://yourdomain.com/login?lang=en.
This feature gives you more flexibility and control over the language settings of your IAM login pages. You can see the sample usage below.
```
backendInf:
iam:
active: true
options:
url: 'http://identity-provider.product-myproject'
realm: myrealm
clientId: myclientId
localeQueryStringKey: lang
```
##  Bug Fixes
### Plateau Studio
- No more waiting for **Block Component** to render. We improved the performance and made it faster than ever.
- **Exporting image files** within the module is now possible. The bug that was blocking it fixed.
- **Uploading file** is now easier. The “File already exist” error fixed. You can now use **“_” and “-”** in your uploaded file names. We have also **reduced the minimum character length to 2**.
- Creating Organization is now smoother. “Organization already exist” error fixed.
- The images within the module seen in the **Select Image** dialog during events were not appearing. This bug has been fixed.
- **Firefox users**, can now use **Export Uncompiled App Models** feature for exporting models to their devices.
### Plateau UI
- Using external method (written in **QScript**) as a **Block Component’s** method is now working and the error that was preventing it fixed.
- **Multiple Css** is now displayed correctly in LivePreview and Export.
- **Long events are now scrollable** when UI Editor is **in Viewing Mode** and the bug that was locking it down fixed.