Releases: teleporthq/teleport-code-generators
Releases · teleporthq/teleport-code-generators
v0.33.0
What's Changed
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #894
- chore(deps): bump ip from 1.1.8 to 1.1.9 by @dependabot in #889
- chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #898
- chore(deps): bump tar from 6.2.0 to 6.2.1 by @dependabot in #901
- (fix): add more checks for root component uidl and fix the existing one by @JayaKrishnaNamburu in #885
- (feat): support named slots which helps in passing jsx to the components by @JayaKrishnaNamburu in #905
- (feat): Support default content in named-slots by @JayaKrishnaNamburu in #907
- (refactor): Throw error when defaultValue is not UIDLElementNode for slots by @JayaKrishnaNamburu in #908
Full Changelog: v0.32.10...v0.33.0
v0.32.9
What's Changed
- (fix): Set html white space sensitivity to strict by @JayaKrishnaNamburu in #896
- (fix): Return empty objects instead of notFound for extracted resources by @JayaKrishnaNamburu in #902
Full Changelog: v0.32.7...v0.32.9
v0.32.7
What's Changed
- add support for bracket notation path in propDefinitions by @guvvanch in #890
- Update vercel deploy response type by @elizamaria in #895
New Contributors
Full Changelog: v0.32.6...v0.32.7
v0.32.6
What's Changed
- (fix): Add
authToken
header only when defined in the UIDL by @JayaKrishnaNamburu in #886 - (refactor): allow users to define response handling using
valuePath
of data fetch nodes by @JayaKrishnaNamburu in #887 - (feat): Enable plugin parse embeds for all frameworks when enabled by @JayaKrishnaNamburu in #892
- (fix): Missing external dependency import for resources by @JayaKrishnaNamburu in #893
Full Changelog: v0.32.2...v0.32.6
v0.32.2
What's Changed
- (fix): Resolve dynamic reference names on conditional nodes by @JayaKrishnaNamburu in #884
Full Changelog: v0.32.0...v0.32.2
v0.32.0
What's Changed
- (fix): Deduplicate html file names for similar component names by @JayaKrishnaNamburu in #882
- chore(deps): bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #883
- (fix): Deduplicate style file name along with component file name by @JayaKrishnaNamburu in #881
- (feat): Add support for data-fetching and using
getStaticProps
andgetStaticPaths
in NextJS for integrating with CMS resources by @ionutpasca @elizamaria @vladnicula @TudorCe @vladgrecu @JayaKrishnaNamburu in #784
Full Changelog: v0.31.6...v0.32.0
v0.31.6
What's Changed
- (fix): Prefix asset path for root styles in project style sets by @JayaKrishnaNamburu in #862
- (fix): Clone referenced-styles and events from the embed-node by @JayaKrishnaNamburu in #863
- Fixed component illegal classname renaming and camel case conversion by @andreiTnu in #864
- Fix/deduplicate page names with navlinks in consideration by @JayaKrishnaNamburu in #868
- (fix): Extract resource names from the background-image url by @JayaKrishnaNamburu in #866
- chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #871
- chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #875
- (chore): Revert to client side sandboxes by @JayaKrishnaNamburu in #876
- (feat): Add mapping for srcSet attribte in jsx react framework by @JayaKrishnaNamburu in #878
- chore(deps): bump octokit from 1.7.1 to 3.1.2 by @dependabot in #879
- (fix): Missing project style imports when using project styles in css-in-js flavours and fix static-classes on node. by @JayaKrishnaNamburu in #877
Full Changelog: v0.31.0...v0.31.6
v0.30.1
What's Changed
- (fix): Use Redirect and Switch to define fallback route in react by @JayaKrishnaNamburu in #856
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
- (feat): Add support for custom fonts and their initialisation by @JayaKrishnaNamburu in #853
Full Changelog: v0.29.2...v0.30.0
v0.42.0-alpha.0
What's Changed
- fix getStaticPaths calculation by @JayaKrishnaNamburu in #843
- Redirect to 404 page if entity got from staticProps is falsy by @ionutpasca in #846
- (feat): Add nesting routing support for
cms
related projects by @JayaKrishnaNamburu in #847 - (fix): Inject extracted resource inside try block of
getStaticProps
by @JayaKrishnaNamburu in #849
Full Changelog: v0.40.0-alpha.0...v0.42.0-alpha.0