# Changelog

## v1.5.0 — Jul 8, 2023

* Added ability to sort columns by alphabetical order
* Added ability to delete rows&#x20;
* Added experimental feature to rename columns. Only partially functional currently
  * Added ability to get column names

## v1.4.0 — Apr 19, 2023

* Added ability to set a default value for blank cells. (This can also be used to set static data to your JSON if you set the field as "hidden" - for example, if you want to add the bubble ID of a thing to all values). [More details here](/json-table-spreadsheet-like-excel/column-json-setup.md#fields)
* Added option to force a cell's value to be a string, instead of a number / boolean.

## v1.3.0 — Mar 18, 2023

* Added auto-binding capability. [More details here](/json-table-spreadsheet-like-excel/column-json-setup.md#auto-binding)

## v1.2.1 — Mar 8, 2023

* Fixed some bugs around the height of the table. Improved the way the height is set.

## v1.2.0 — Feb 8, 2023

* Added support for excel formulas in cells. [Check out more details here](/json-table-spreadsheet-like-excel/formulas.md)
* Added ability to retrieve a list of values from a specific column within bubble (much easier to use the data afterwards this way). [More details here](/json-table-spreadsheet-like-excel/json-data-setup.md#using-table-data-in-bubble)
* Fixed a bug that was restricting the height of the table

## v1.1.2 — Jan 30, 2023

* Fixed "min dimensions" feature.&#x20;
* Added ability to replace quotes, to help with regex manipulation


---

# 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://devopanda.gitbook.io/json-table-spreadsheet-like-excel/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.
