> For the complete documentation index, see [llms.txt](https://sketch2react.gitbook.io/marcode/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/marcode/support/releases.md).

# Releases ✍️

## Version 2022.2.0 for Mac (2022-06-13)

### Added

Support for our [App Builder plugin](https://marketplace.sketch2react.io/product/app-builder-plugin-for-sketch/)!

## Version 2022.1.8 for Windows (2022-05-24)

### Added

* Marcode is now cross-platform, hola Windows users 🎉

## Version 2022.1.5 (2022-05-04)

### Added

* New components *{embed}* and *{embed-fluid}*
* New demo file for showcasing the *{embed}* and *{embed-fluid}* components

### Fixed

* Minor UI fixes

## Version 2022.1.3 (public)

* **Rapid prototyping** components, read our [guide](https://code.sketch2react.io/how-to-use-our-prototype-components/)
* New **Starter Templates** 👉 *Learn Marcode*
* Autogenerated HTML
* Autogenerated CSS Styleguide
* Autogenerated icon and splash for iOS, Android & Web app
* Automagical HTML links between artboards
* New icons and navigation for Code View, Styleguide View and Design View
* Refreshed app UI 🎨
* Redesigned Export View 📦
* New Simulator devices 📱
* New shortcuts 👉 for Simulator **⌘S** and Export View **⌘E**

## 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

##


---

# 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/marcode/support/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.
