> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/writer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/writer/7.0.0/release-notes/7.0.0.md).

# 7.0.0

## Release Overview

**Release date:** 2021-02-18

Major release version `7.0.0`. In short, this release is a necessary step towards a complete SaaS solution for Naviga Writer. It includes architectural changes that will result in faster and safer deployments of new versions.

**Summary of changes**

* Unit specific plugin configuration
* New improved sidebar
* Improved experience for smaller screens
* Security improvements
* General UI/UX improvements and fixes
* Bug fixes

### SaaS Environment

Naviga Writer now consists of two projects, Client and Backend. This split will enable us to create Client releases faster which can be deployed to the customer with minimal downtime (if any). It also means we will able to start moving towards a true SaaS architecture for the Naviga Writer, gradually phasing out the per customer installations.

### Unit specific plugin configuration

Previous releases were limited to one configuration file per writer installation, however `7.0.0` introduces the ability to configure plugins based on NavigaID Units.

It is also possible to load a completely separate configuration file depending on NavigaID Unit.

Read more about [Configuration Files here](/writer/7.0.0/admin-guide/configuration-file.md).

### New improved sidebar

The sidebar menu has moved from the top to the right, and the menu items can now be configured to use an icon when the menu is fully collapsed.&#x20;

You can also use text on the buttons or have both icon and text as you show the full sidebar menu, with the chevron button in the bottom right corner.

The plugins in the sidebar have also been improved with the new, updated designs.

### Improved experience for smaller screens

To save screen space it is now possible to toggle the visibility of the sidebar using the shortcut `cmd+shift+E` (`ctrl+shift+E` on Windows).

There is also a new setting for left-aligning the content area with the new setting "Left align editor" found in the setting menu ([the triangle in the top left corner](/writer/7.0.0/user-guide/user-guide/the-content-area-and-tabs/help-menu.md)).

### New and updated UIComponents

#### New UI Components

**UIPill**\
Small colorful pills to the people

**UIIcon**\
New utility component used to display style guide icons

**UIInputSearch**\
An input field with a built-in "loading" state and "clear" functionality.

**UIButtonList**\
Creates a List with Buttons that accept any kind of text button types

#### Updated UI Components

The following components have been updated with new UI and features. Please check the [API docs](/writer/7.0.0/api-reference/uicomponents.md) for more information.

* UITooltip
* UIIconButton
* UIInputText
* UITextarea
* UIButton
* UIChip
* UIToggle
* UIDropdown
* UIConceptSearch
* UIPagination

### Security improvements

* AWS XRay logging added to backend server
* XSS and XSRF vulnerabilities patched

### UX/UI

* Improved UX when typing close to the bottom bar
* Improved UX when printing an article
* Added support for new icon library

### Updated Plugins

The following plugin's have been updated since last Naviga Writer release. Please use the [Writer Client Config Tool](http://writer-config-tool.s3-website-eu-west-1.amazonaws.com/) to upgrade your client configuration file.

* [im-options](https://plugins.writer.infomaker.io/im-options/2.1.0) version `2.1.0`
  * Improved UI/UX
* [im-conceptpublicationchannel](https://plugins.writer.infomaker.io/im-conceptpublicationchannel/2.1.0) version `2.1.0`
  * Improved UI/UX
* [im-concept](https://plugins.writer.infomaker.io/im-concept/1.4.0) version `1.4.0`
  * Improved UI/UX
  * Add support for simple authors (nil-uuid authors)
* [im-editorialnote](https://plugins.writer.infomaker.io/im-editorialnote/1.1.1) version `1.1.1`
  * Improved UI/UX
* [im-generictextfields](https://plugins.writer.infomaker.io/im-generictextfields/2.1.0) version `2.1.0`
  * Add secondary label to indicate a field as "mandatory"
  * Fix issue where empty string could be saved to meta value
* [im-ximimage](https://plugins.writer.infomaker.io/im-ximimage/2.5.0) version `2.5.0`
  * Upgrade dependencies to fix known vulnerabilities
  * Fix know XSS vulnerability to prevent injection attacks through images
* [im-mapembed](https://plugins.writer.infomaker.io/im-mapembed/3.1.0) version `3.1.0`
  * Gracefully handle import when `<point>` element is used instead of `<geometry>`
* [im-link](https://plugins.writer.infomaker.io/im-link/3.2.0) version `3.2.0`
  * Add configurable rel-values
* [im-newspriority](https://plugins.writer.infomaker.io/im-newspriority/1.2.0) version `1.2.0`
  * Improved UI/UX
* [im-archivesearch](https://plugins.writer.infomaker.io/im-archivesearch/2.5.0) version `2.5.0`
  * Improved UI/UX
* [im-datepicker](https://plugins.writer.infomaker.io/im-datepicker/1.2.2) version `1.2.2`
  * Align UI with new sidebar UI

### Deprecations

#### Using an article as a fallback template is no longer supported

Support for `"newsItemTemplateId"` configuration value has been removed. Naviga Writer will now only use template articles to avoid the template article being accidentally overwritten.

#### Other

* Old proxy functions removed from client API
* The "focus mode" setting has been removed
* Direct access to the backend API using `fetch` is now deprecated, please use the built in [api router functions](/writer/7.0.0/api-reference/writerapi/router.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/writer/7.0.0/release-notes/7.0.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
