Releases: teleporthq/teleport-code-generators
0.8.1
0.8.0
In this release we finished the work for the basic infrastructure for the code generators and we now have both a generic component generator and a generic project generator, both of which have the underlying abstractions. The ecosystem can now further expand to other technologies with ease.
You can read the detailed changelog to have a better understanding of the changes involved from 0.7 to 0.8.
0.7.1
0.7.0
This release is a transition from a single package on npm
- v0.6 to the new lerna
powered setup with individual packages published on npm.
You can read the detailed changelog to have a better understanding of the changes involved from 0.6 to 0.7.
We also have an official docs site available from this point.
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
- Reorganized folder structure inside
src
- Code cleanup and update of order of functions inside modules (#59)
- Sanitized component names to avoid non-alphanumeric characters (#5)
- Improved tests coverage and added performance tests
- Renamed
styles
intostyle
to have consistency across all projects - Proper formatting for Vue templates (#17)
- Refactored builder and chunk names (#7, #8, #13)
- New JSON schema for content node with optional
name
and generatedkey
0.3.1
Smaller fixes and changes before the first playground release:
- Default styling plugin for
React
generator was set toInlineStyles
- Version bumps for all template project dependencies
- Added proper mapping and support for
video
,picture
andaudio
tags - Assets prefix for
src
,srcset
,href
attributes, for meta tags and for urls insidestyles
- Default package.json specified for
react
andnext
project generators - Code refactoring and reorganization