Releases: teleporthq/teleport-code-generators
Releases · teleporthq/teleport-code-generators
v0.36.6
What's Changed
- (feat): pass
locale
to params inside getStaticProps to load content based on locale by @JayaKrishnaNamburu in #933 - (feat): add object attribute for the UIDLElement to pass objects as props for components by @JayaKrishnaNamburu in #934
- (chore): skip test coverage upload to covecov for time-being by @JayaKrishnaNamburu in #938
Full Changelog: v0.36.5...v0.36.6
v0.36.4
What's Changed
- chore(deps): bump elliptic from 6.5.5 to 6.5.7 by @dependabot in #929
- (fix): Append comp-name only for the attributes of type comp-style by @JayaKrishnaNamburu in #931
- (fix): use node-lookups for mapping generated components if used multiple times in html by @JayaKrishnaNamburu in #932
Full Changelog: v0.36.2...v0.36.4
v0.36.2
What's Changed
- chore(deps): bump axios from 1.7.2 to 1.7.4 by @dependabot in #925
- (fix): Append rootClassName dynamic prop by appending with component name statically for html exports by @JayaKrishnaNamburu in #930
- chore(deps-dev): bump webpack from 5.92.1 to 5.94.0 by @dependabot in #928
Full Changelog: v0.36.1...v0.36.2
v0.36.1
What's Changed
- (fix): Check for basename collision before generating newKey for element by @JayaKrishnaNamburu in #926
Full Changelog: v0.36.0...v0.36.1
v0.36.0
What's Changed
- (chore): improve github workflows for testing and publish by @JayaKrishnaNamburu in #922
- (fix): duplication for styles for components used in pages by @JayaKrishnaNamburu in #923
- (fix): resolve nodes w.r.t to the component name. by @JayaKrishnaNamburu in #924
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
- (feat): allow expressions to be used for generating conditional nodes. by @JayaKrishnaNamburu in #918
- (fix): css class name collisions between nodes by @ionutpasca in #917
- (fix): Extract nodes to pages and components independently by @JayaKrishnaNamburu in #919
- (fix): missing custom-urls for nodes in components used inside pages for html generators by @JayaKrishnaNamburu in #920
- (fix): generate component wrapper styles for components in pages for html exports by @JayaKrishnaNamburu in #921
Full Changelog: v0.33.6...v0.35.0
v0.33.5
What's Changed
- (fix): Generate jsx and templates for all element props even if not used in components by @JayaKrishnaNamburu in #913
Full Changelog: v0.33.4...v0.33.5
v0.33.4
What's Changed
- (fix): Parse element nodes in attrs for elements by @JayaKrishnaNamburu in #912
Full Changelog: v0.33.3...v0.33.4
v0.33.3
What's Changed
- (fix): check before appending class names to jsx nodes by @JayaKrishnaNamburu in #910
- (fix): Missing links for nodes in the default values for propDefinitions by @JayaKrishnaNamburu in #911
Full Changelog: v0.33.1...v0.33.3
v0.33.1
What's Changed
- (fix): resolve nodes in propdefinitions after the nodes in component by @JayaKrishnaNamburu in #909
Full Changelog: v0.33.0...v0.33.1