Releases: teleporthq/teleport-code-generators
Releases · teleporthq/teleport-code-generators
v0.23.6
What's Changed
- support new Lottie element for React, Next, Vue, Nuxt, Angular and HTML by @elizamaria
- support setting nested URLs for pages by @vylly
- hotfix on component folder path generation for nested url usage by @vylly in #727
Full Changelog: v0.23.5...v0.23.6
v0.23.1
What's Changed
- Update craco version by @TudorCe in #715
- docs: add TudorCe as a contributor for bug by @allcontributors in #718
- Fix missing meta tags issue for HTML generated pages by @retyidoro in #719
- docs: add retyidoro as a contributor for bug by @allcontributors in #721
- Feat/html node: Handle code embed node in generators by @elizamaria in #720
- docs: add elizamaria as a contributor for code by @allcontributors in #717
New Contributors
- @TudorCe made their first contribution in #715
- @retyidoro made their first contribution in #719
Full Changelog: v0.22.4...v0.23.1
v0.22.3
What's Changed
- (feat): Initial slot implementation in html-generators by @JayaKrishnaNamburu in #709
- (fix): Missing styles in code-generation in styled-jsx by @JayaKrishnaNamburu in #711
Full Changelog: v0.22.2...v0.22.3
v0.22.1
What's Changed
- (fix): Re-map as index.html for default route in html-generators by @JayaKrishnaNamburu in #704
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
- refactor(types): typescript type improvements for handling routing in a proper way by @JayaKrishnaNamburu in #699
- feat(core): 404-error page mapping by @JayaKrishnaNamburu in #700
- chore(deps): bump terser from 5.12.0 to 5.14.2 by @dependabot in #697
- (chore): Upgrade changelog and lerna by @JayaKrishnaNamburu in #698
v0.21.12
What's Changed
- (fix): Image resolution with additational attrs in css by @JayaKrishnaNamburu in #695
- chore(deps): bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #693
Full Changelog: v0.21.11...v0.21.12
v0.21.4
What's Changed
- fix(proj-react): resolving static url assets using craco for cra template by @JayaKrishnaNamburu in #679
Full Changelog: v0.21.3...v0.21.4
v0.21.3
What's Changed
- chore(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #676
- feat(nextjs-tailwind): a project plugin for using tailwind with nextjs projects by @JayaKrishnaNamburu in #675
- (fix): Passing styles to children in nextjs by @JayaKrishnaNamburu in #677
Full Changelog: v0.21.2...v0.21.3
v0.21.0
What's Changed
- Adding support for comp-styles and comp-overrides by @JayaKrishnaNamburu in #672
- Changing react to export css by default
- All flavours change the comp-scoped styles to dashCase(CSS, CSS-Modules, StyledJSX) and cameCase(StyledJSX, StyledComponents).
- Global style sheets of Plain CSS and StyledJSX don't change names, just simply appends whatever coming from UIDL (studio).
- Adding support for component-variants we have component-overrides before. This adds another feature
- Next with CSSModules fix for project template
- Lots of refactoring and fixes along the way
Full Changelog: v0.20.7...v0.21.0
v0.20.0
What's Changed
- fix(core): fixing memory leaks and missing Output imports for angular generators by @JayaKrishnaNamburu in #662
Full Changelog: v0.19.23...v0.20.0