Skip to content

v0.40.6

Latest
Compare
Choose a tag to compare
@JayaKrishnaNamburu JayaKrishnaNamburu released this 21 Aug 12:25
· 6 commits to development since this release

What's Changed

  • (fix): Check for basename collision before generating newKey for element by @JayaKrishnaNamburu in #926
  • chore(deps): bump axios from 1.7.2 to 1.7.4 by @dependabot[bot] 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[bot] in #928
  • chore(deps): bump elliptic from 6.5.5 to 6.5.7 by @dependabot[bot] 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
  • (fix): mark value field is optional in the component uidl validation by @JayaKrishnaNamburu in #936
  • (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
  • chore(deps): bump elliptic from 6.5.7 to 6.6.0 by @dependabot[bot] in #939
  • feat: add support for conditional nodes in html generators by @JayaKrishnaNamburu in #940
  • Add locale support copy by @ionutpasca in #942
  • fix: If root node has a link add display contents to the link-node that is wrapped by @JayaKrishnaNamburu in #941
  • Fix NextJS project generation, if no internationalization is used by @ionutpasca in #943
  • Add file type to nextjs global context file by @ionutpasca in #944
  • Add defaults for i18n plugin and next package by @vladgrecu in #946
  • (fix): Missing default values for nested components by @JayaKrishnaNamburu in #945
  • Add support for new prop types by @TudorCe in #947
  • Reorder nextjs plugins order by @ionutpasca in #948
  • Fix some prop bugs by @TudorCe in #949
  • Add jsconfig file in nextjs project by @ionutpasca in #951
  • Add support for array mapper in HTML by @TudorCe in #952
  • Fix text styles inside internationalization nodes by @ionutpasca in #953
  • Fix static array mapper in HTML and missing styles/attrs in inner nodes by @TudorCe in #954
  • Fix generate nextjs project when i18n is applied by @ionutpasca in #955
  • unblock code generation for next and html when props are of type boolean by @vladgrecu in #956
  • fix: Remove i18n params from CMS calls if there is no i18n by @TudorCe in #957
  • (fix): pass the unsupported attributes on next link to the first child element by @JayaKrishnaNamburu in #959
  • fix/THQ-4188 Support prop drilling in HTML export by @vladgrecu in #962
  • chore(deps): bump @babel/helpers from 7.24.7 to 7.26.10 by @dependabot[bot] in #963
  • chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot[bot] in #935
  • chore(deps): bump elliptic from 6.6.0 to 6.6.1 by @dependabot[bot] in #964
  • fix/THQ-4192 Replace ReactMarkdown with markdown-to-jsx by @vladgrecu in #967
  • fix/THQ-4188 Do not generate in HTML, the element, if attr value is false and default prop value is true by @vladgrecu in #968
  • Conditional Rendering for project classes by @vladgrecu in #969
  • support conditional styles in React generation by @vladgrecu in #970
  • fix/THQ-4207 Asset path not computed correctly when page lives inside a nested folder structure and src is dynamic via prop by @vladgrecu in #971
  • Support dynamic operand in conditional styles by @vladgrecu in #972
  • Add support for passing the event object for eventHandlers, also add support for expressions and dynamic references as newState values by @vladgrecu in #961
  • Add flag to next config to enable ignoring browser default language by @TudorCe in #974
  • Update validators to support page states/props and check events from there by @TudorCe in #975
  • fix/THQ-4211 Fix / being omitted in html generation for image src by @vladgrecu in #976
  • fix webcrypto-node by @vladgrecu in #981
  • Transfer anchor safe attrs to wrapping anchor tag when a node has a l… by @TudorCe in #982

Full Changelog: v0.36.0...v0.40.6