Skip to content

Releases: teleporthq/teleport-code-generators

0.8.1

02 Jul 06:57
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

Quick fix for the React component generator which was not generating the import statements.

0.8.0

02 Jul 06:55
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

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

21 Jun 07:26
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

We fixed a small glitch in the react plugin that was causing a JSXElement to be surrounded by a JSXExpression.

0.7.0

05 Jun 11:15
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

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

09 Apr 13:20
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

New UIDL structure favoring future development

  • New handling for attributes and styles (#11)
  • New nodes for conditionals (#75) and repeats (#35)
  • Rethinking mapping children elements (#44)
  • Adding transformation from old style UIDL to new structure (#118)

0.5.1

04 Apr 15:07
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • typings exported as interfaces from .ts files

0.5.0

03 Apr 13:13
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Vue generator parity with React (#45)
  • Component and project validators (#2, #108)
  • Better error handling (#42)
  • Better typings across the codebase
  • Overall refactoring, bug fixing and improvements

0.4.1

08 Mar 16:46
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Update next project generator to default to version 8.0

0.4.0

07 Mar 16:02
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • 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 into style 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 generated key

0.3.1

28 Feb 15:15
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Smaller fixes and changes before the first playground release:

  • Default styling plugin for React generator was set to InlineStyles
  • Version bumps for all template project dependencies
  • Added proper mapping and support for video, picture and audio tags
  • Assets prefix for src, srcset, href attributes, for meta tags and for urls inside styles
  • Default package.json specified for react and next project generators
  • Code refactoring and reorganization