# Changelog

{% hint style="success" %}

## 4.2.1 (2022-04-12)

Fixed

* Issue with user selection in article preview
  {% endhint %}

{% hint style="info" %}

## 4.2.0 (2022-03-22)

### Added

* Ability to store author data on author links when copying articles ([requires configuration](https://docs.navigaglobal.com/dashboard-writer/4.2.1/admin/config/copy-articles#store-author-data))
* Support for XML when copying and handling articles
* Support for exporting loadable components config
* Article size and scheduled publication as loadable components

### Fixed

* Issue with remove itemMetaExtProperty in Advanced copy article
  {% endhint %}

{% hint style="info" %}

## 4.1.0 (2021-06-07)

### Changed

* Tabs style

### Fixed

* Characters count in Preview with "inline notes"

### Updated

* dependencies
  {% endhint %}

{% hint style="info" %}

## 4.0.0 (2021-04-27)

### Added

* Ability to configure if Concept relations should be stored
* Action to open Article preview in a modal
* Action to get Writer Instance

### Changed

* New improved communication setup to better handle internal redirects/reloads in the Writer

### Fixed

* Better performance when running multiple tabs at once

### Removed

* Create new article Widget in the top menu bar has been removed *(should utilise* [*Action Widget*](https://docs.navigaglobal.com/dashboard-action-widget/) *to create article instead)*
  {% endhint %}

{% hint style="info" %}

## 3.0.0 / 2.2.0 (2021-03-26)

### **Added**

* Article copy modal/portal/functionality.
* Article preview portal component.
* Article model.

### **Fixed**

* Confirm on going back on browser history if an Article has un-saved changes within a Modal.

### **Removed**

* Notifications requirements from Plugin Mappings.
  {% endhint %}

{% hint style="info" %}

## 2.1.0 (2020-09-23)

**Fixed**

* Issue where Writer plugin get stuck in an "un-saved" state when duplicating an article from the Writer.
* Creating new articles from Widget doesn't work when saving a draft article.

**Added**

* An action to create new articles to be triggered from Action Widget
  {% endhint %}

{% hint style="info" %}

## 2.0.0 (2020-08-24)

The major version has nothing to do with config changes but rather utilising the new Dashboard 4.0 plugin API. *(Can only be run on Dashboards version 4.0 and higher)*

**Fixed**

* Issue with opening articles in external window from modal when a new article being saved.
* Confirm before close if the Article has unsaved changes when editing inside a modal.

**Changed**

* Plugin-API to utilise the new API from DB v4.
  {% endhint %}

{% hint style="info" %}

## 1.4.0 (2020-02-19)

### Added

* Default configuration with DB key store value
  {% endhint %}

{% hint style="info" %}

## 1.3.4 (2019-11-28)

### Fixed

* functionality to stop the user from closing the writer if there is changes to the article while the writer is opened in a modal
  {% endhint %}

{% hint style="info" %}

## 1.3.3 (2019-10-02)

### Fixed

* issue with writer close confirmation not working consistently in some browsers
  {% endhint %}

{% hint style="info" %}

## 1.3.2 (2019-10-01)

### Fixed

* issue with not all content displaying while running writer with tabs
  {% endhint %}

{% hint style="info" %}

## 1.3.1 (2019-09-17)

### Fixed

* issue when changing dashboard language to a not supported one by the plugin
  {% endhint %}

{% hint style="info" %}

## **1.3.0 (2019-08-06)**

### Fixed

* Opening articles from other plugins without having the Tabs active.
  {% endhint %}

{% hint style="info" %}

## **1.2.0 (2019-08-06)**

### Added

* Hashtag before article uuid when trying to open any article.
  {% endhint %}

{% hint style="info" %}

## **1.1.0 (2019-08-05)**

### Added

* Names for required actions for plugin Mappings.
  {% endhint %}

{% hint style="info" %}

## **1.0.0 (2019-07-31)**

### Changed

* Removed all events listeners and replaced with Dashboard actions.

### Added

* Config to display either Article's `headline` or Article's `name` as the tab title if Tabs are active.

### Fixed

* Displaying the full tab title if it's possible.
  {% endhint %}

###


---

# Agent Instructions: 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:

```
GET https://docs.navigaglobal.com/dashboard-writer/4.2.1/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
