> For the complete documentation index, see [llms.txt](https://sketch2react.gitbook.io/sketch2react-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sketch2react.gitbook.io/sketch2react-io/support/releases/beta-releases.md).

# Beta releases

## [Version 2021.3.15](https://marketplace.sketch2react.io/product/sketch2react-demo/) (2021-11-29 public)

### Added

* All the below things that say *internal* 😺💪

## Version 2021.3.11 (internal)

### Fixed

* Links between artboards now work as intended when linking back to "Start" artboard
* Updated the README file of the Capacitor export to also include instructions for Android
* Improved the support for cordova-res, by adding andoid specific icon images
* Fixed Big Sur scrollbar bug
* Minor UI improvements

## Version 2021.3.10 (internal)

### Fixed

* Artboard list is no longer cleared while loading
* Left panel is now hidden when drag-and-drop:ing a design file onto the app
* Fix for css classnames for {group} component
* Border radius now works in Lunacy Sketch files
* Reload now works as intended
* The app now "remembers" your design file when switching between design- and settings.
* Fix for "Artboard added" message
* Simulator now works for Start artboard again
* Artboards no longer reload when clicking on the currently active artboard in the explorer view
* Fix for bug which caused the artboard render to crash while calculating stacking of { groups}
* Minor UI fixes

## Version 2021.3.9 (internal)

### **Added**

* Possibility to close Panels using "x" icon
* Pressing Esc-key now toggles panel visibility
* The name of the design document is now the titel of the window
* Support for *cordova-res* (for generating icon- and splash sizes) to our Capacitor export
* new Capacitor export Read me file.
* Re-added components {nav}, {navbar}, {nav-item}
* Re-added components {form}, {form-group} and {input}
* Added new text-format {text.styleparent}
* Support for exportformat png in our render engine.
* Support for our upcoming Sketch css-plugin
* Wave-animation when opening a design file

### Fixed

* UI Button styling
* CSS-order in the styleguide output
* Naming of CSS-variables in the styleguide output
* The temporary Sketch2React-files now clears properly when opening another design file
* Incorrect artboard loading when opening a new file.&#x20;
* Fix for Lunacy related loading problem.
* Greatly improved error handling

## Version 2021.3.6 (2021-10-05 public)

### Added

* Autogenerated CSS Styleguide
* Artboard Explorer
* Automagical HTML links between artboards
* Documents side panel with latest documents
* New shortcut for closing the side panel 👉 **ESC**

### Fixed

* General bug fixes plus squaushed a really nasty🐛 that prevented the app from being activated


---

# 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://sketch2react.gitbook.io/sketch2react-io/support/releases/beta-releases.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.
