# Changelog

## In Development/Coming Soon:

[Visit our Trello board for more info:](https://trello.com/b/GN4TOfG9/phase-zero)

## 1.0.2 - 11/07/2020

### :zap: New Features

* Added a "Repeat" Component
* Added and Upload Component
* Added Icons to Form Builder Elements
* Added Basic Display Logic

### &#x20;:bug: Fixed

* Removed Preview Toggle
* Remove need to save prior to previewing forms

## 1.0.1 - 11/26/2020

### :zap: New Features

* Added a Rich Text Editor and Removed Paragraph + Header Component
* Added Ability to download forms as PDF
* Added a hover background when a form component is hovered
* Added PHI Components and the ability to cascade form components.
* Added a fullscreen mode to edit forms

### &#x20;:bug: Fixed

* Centered Spin Icons
* Added Ability to delete studies and forms

## 1.0.0 - 11/24/2020

### :zap: New Features

* Added a Form Previewer
* Added Study Templates

### &#x20;:bug: Fixed

* Changed Study > Forms to a use Normal Table
* Added Widgets back to Form Builder
* Renamed Import to “Paste Schema”
* Renamed Form ID to Variable ID
* Renamed Title to Variable Name
* Allow user to enter Label Width (similar to Element Width)
* Hid Forms from Top Nav (still accessible via URL)
* Lock Top Nav
* Locked Form Build Left and Right Panels
* Removed Unneeded Fields when Creating a A study
* Renamed Acronym to Study ID


---

# 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.phasezerotrials.com/master.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.
