2024-07-31 08:15:54 -05:00
|
|
|
## 0.10.0 (2024-07-31)
|
|
|
|
|
|
|
|
|
|
|
|
### 🚀 Features
|
|
|
|
|
|
|
|
- change permissions names ([99126f8](https://github.com/penpot/penpot-plugins/commit/99126f8))
|
|
|
|
- stop offering icons in the style library ([5a219e9](https://github.com/penpot/penpot-plugins/commit/5a219e9))
|
|
|
|
- new publish script ([5114e78](https://github.com/penpot/penpot-plugins/commit/5114e78))
|
|
|
|
- init e2e test ([b0af705](https://github.com/penpot/penpot-plugins/commit/b0af705))
|
|
|
|
- **docs:** how api docs are generated ([e047977](https://github.com/penpot/penpot-plugins/commit/e047977))
|
|
|
|
- **docs:** basic css theme for typedoc ([0eac44d](https://github.com/penpot/penpot-plugins/commit/0eac44d))
|
|
|
|
- **plugin-types:** update API types ([bffa467](https://github.com/penpot/penpot-plugins/commit/bffa467))
|
|
|
|
- **plugin-types:** add pages info to the file ([b54edb3](https://github.com/penpot/penpot-plugins/commit/b54edb3))
|
|
|
|
- **plugin-types:** add parent reference to the shape ([2588778](https://github.com/penpot/penpot-plugins/commit/2588778))
|
|
|
|
- **plugin-types:** add root shape reference to the pages ([c712759](https://github.com/penpot/penpot-plugins/commit/c712759))
|
|
|
|
- **plugin-types:** add undo block operations to api ([1d3ad89](https://github.com/penpot/penpot-plugins/commit/1d3ad89))
|
|
|
|
- **plugins-runtime:** update selection ([f36fa23](https://github.com/penpot/penpot-plugins/commit/f36fa23))
|
|
|
|
- **plugins-runtime:** add new events 'contentsave' and 'shapechange', changed on/off signatures ([2b8a76b](https://github.com/penpot/penpot-plugins/commit/2b8a76b))
|
|
|
|
- **plugins-runtime:** add detach shape from component method ([ff488d4](https://github.com/penpot/penpot-plugins/commit/ff488d4))
|
|
|
|
- **plugins-runtime:** add API to access to prototypes ([a554775](https://github.com/penpot/penpot-plugins/commit/a554775))
|
|
|
|
- **plugins-runtime:** add method for pages ([9a9b33a](https://github.com/penpot/penpot-plugins/commit/9a9b33a))
|
|
|
|
- **plugins-types:** expose new attributes ([9ce45a2](https://github.com/penpot/penpot-plugins/commit/9ce45a2))
|
|
|
|
|
|
|
|
### 🩹 Fixes
|
|
|
|
|
|
|
|
- typo checkox > checkbox ([877a3f2](https://github.com/penpot/penpot-plugins/commit/877a3f2))
|
|
|
|
- avoid plugin location question ([b4c6165](https://github.com/penpot/penpot-plugins/commit/b4c6165))
|
|
|
|
- add files so no unexpected when creating new plugin ([ef5629a](https://github.com/penpot/penpot-plugins/commit/ef5629a))
|
|
|
|
- eslint migration to ESM docs ([249ea62](https://github.com/penpot/penpot-plugins/commit/249ea62))
|
|
|
|
- fix runtime version ([95afbf3](https://github.com/penpot/penpot-plugins/commit/95afbf3))
|
|
|
|
- horizontal scroll height on plugins modal ([08f989a](https://github.com/penpot/penpot-plugins/commit/08f989a))
|
|
|
|
- **contrast-plugin:** update colors when shape change ([8ce04d3](https://github.com/penpot/penpot-plugins/commit/8ce04d3))
|
|
|
|
- **docs:** add missing variant on destructive button ([9fa96e9](https://github.com/penpot/penpot-plugins/commit/9fa96e9))
|
|
|
|
- **plugin-types:** readonly PenpotShapeBase width & height ([415284f](https://github.com/penpot/penpot-plugins/commit/415284f))
|
|
|
|
- **plugins-runtime:** remove plugin event listener on close ([2138985](https://github.com/penpot/penpot-plugins/commit/2138985))
|
|
|
|
- **plugins-runtime:** fix problem with types in test ([17db173](https://github.com/penpot/penpot-plugins/commit/17db173))
|
|
|
|
- **styles:** input, button & select worksans font family ([1b9d3b2](https://github.com/penpot/penpot-plugins/commit/1b9d3b2))
|
|
|
|
|
|
|
|
### ❤️ Thank You
|
|
|
|
|
|
|
|
- alonso.torres
|
|
|
|
- Juanfran @juanfran
|
|
|
|
- María Valderrama @mavalroot
|
|
|
|
- Marina López @cocotime
|
|
|
|
- Xaviju
|
|
|
|
|
2024-07-10 07:41:44 -05:00
|
|
|
## 0.9.0 (2024-07-10)
|
|
|
|
|
|
|
|
### 🚀 Features
|
|
|
|
|
|
|
|
- change permissions names ([99126f8](https://github.com/penpot/penpot-plugins/commit/99126f8))
|
|
|
|
- stop offering icons in the style library ([5a219e9](https://github.com/penpot/penpot-plugins/commit/5a219e9))
|
|
|
|
- new publish script ([5114e78](https://github.com/penpot/penpot-plugins/commit/5114e78))
|
|
|
|
- **plugin-types:** update API types ([bffa467](https://github.com/penpot/penpot-plugins/commit/bffa467))
|
|
|
|
- **plugins-runtime:** update selection ([f36fa23](https://github.com/penpot/penpot-plugins/commit/f36fa23))
|
|
|
|
- **plugins-types:** expose new attributes ([9ce45a2](https://github.com/penpot/penpot-plugins/commit/9ce45a2))
|
|
|
|
|
|
|
|
### 🩹 Fixes
|
|
|
|
|
|
|
|
- typo checkox > checkbox ([877a3f2](https://github.com/penpot/penpot-plugins/commit/877a3f2))
|
|
|
|
- avoid plugin location question ([b4c6165](https://github.com/penpot/penpot-plugins/commit/b4c6165))
|
|
|
|
- fix runtime version ([2401a77](https://github.com/penpot/penpot-plugins/commit/2401a77))
|
|
|
|
- **styles:** input, button & select worksans font family ([1b9d3b2](https://github.com/penpot/penpot-plugins/commit/1b9d3b2))
|
|
|
|
|
|
|
|
### ❤️ Thank You
|
|
|
|
|
|
|
|
- alonso.torres
|
|
|
|
- Juanfran @juanfran
|
|
|
|
- Marina López @cocotime
|
|
|
|
- Xaviju @xaviju
|