Skip to main content

路 One min read

We are happy to announce the HA Release 1.2.8! Below is the list of all new features, bugfixes and improvements.

Changelog#

  • Fetch latest magnolia/cli version to be used with npx [HA-265]
  • Fix using unknown include on a simple field [HA-261]
  • Update Vue 3 main page to align with Nuxt 3 runtime configuration changes [HA-262]
  • Add support for colorPickerField [HA-263]
  • Fix unknown include in Vue templates [HA-264]

路 One min read

We are happy to announce the HA Release 1.2.7. Below is the list of all new features, bugfixes and improvements.

Changelog#

  • Add support for includes from unknown light module [HA-258]
  • Use npx instead of globaly installed mgnl cli [HA-260]

路 One min read

We are happy to announce the HA Release 1.2.6. Below is the list of all new features, bugfixes and improvements.

Changelog#

  • If template.zip exists don't download it again [HA-257]

路 One min read

We are happy to announce the HA Release 1.2.5. Below is the list of all new features, bugfixes and improvements.

Changelog#

Bug#

  • [HA Templates] - Fix rendering the magnolia web components in storybook - [HA-85]
  • [HA Templates, HA CLI] - Fix storybook on SFCC template - [HA-2]

Improvement#

  • [HA Templates, HA CLI] - Enable css module plugin for storybook - [HA-118]

路 One min read

We are happy to announce the HA Release 1.2.4. Below is the list of all new features, bugfixes and improvements.

Changelog#

Bug#

Improvement#

  • [HA Templates, HA CLI] - Add labels to the components in the project templates - [HA-240]
  • [HA CLI] - Add check for node version in jumpstart - [HA-248]
  • [HA CLI] - Add support for the latest version of salesforce project template - [HA-252]

路 One min read

We are happy to announce the HA Release 1.2.3. Below is the list of all new features, bugfixes and improvements.

Changelog#

Bug#

  • [HA CLI] - Fix using !include directive with HA_CLI_MGNL_LIGHT_MODULES environment variable - [HA-239]

路 One min read

We are happy to announce the HA Release 1.2.2. Below is the list of all new features, bugfixes and improvements.

Changelog#

Bug#

  • [HA CLI] - Fix generated component in salesforce template - [HA-237]

路 One min read

We are happy to announce the HA Release 1.2.1. Below is the list of all new features, bugfixes and improvements.

Highlights#

Jumpstart a new Angular 15 project
You can now jumpstart a new project with the angular-ssr-v15 project template.

Important note: UXF Components cannot be currently used with the Angular 15 project.

Changelog#

Bug#

  • [HA CLI] - Fix processing of !include directive - [HA-236]

Improvement#

  • [HA CLI, HA Templates] - Add support for Angular 15 - [HA-235]

路 One min read

We are happy to announce the HA Release 1.2.0. Below is the list of all new features, bugfixes and improvements.

Highlights#

Define the placement for the HA generated files
Add an environment variable to let HA CLI know where to create the Magnolia specific files and folders for the next.js, vue and angular projects.

Linter-friendly files
HA CLI now generates files that follow the linter rules.

Changelog#

Bug#

  • [HA CLI] - Mapping of deleted component - [HA-208]
  • [HA CLI] - Fix include of a component with a longer path - [HA-227]

Improvement#

  • [HA CLI, HA Templates] - Add environment variable for placing HA generated files - [HA-181]
  • [HA CLI, HA Templates] - Use linter for generated files - [HA-182]
  • [HA Templates] - Update libs in templates - [HA-210]
  • [HA CLI] - Add additional support for !include directive - [HA-212]
  • [Documentation] - Document running HA CLI without ha dev - [HA-223]

路 2 min read

We are happy to announce the HA Release 1.1.0. Below is the list of all new features, bugfixes and improvements.

Highlights#

You can use components without a dialog!
HA now gives you an option to define a component without a dialog definition.

Use !include and !override directives
HA supports using !include directive in your components and updates the model.ts accordingly.

Use tabbedForm layout
HA supports tabbedForm layout in your components to organise your form fields.

Changelog#

Bug#

  • [HA CLI] - Generate generic Array for jcrMultiValueField and similar collection type fields - [HA-180]
  • [HA CLI] - Ctrl + C doesn't exit - [HA-188]
  • [HA CLI] - Component generation creates import errors - [HA-192]
  • [HA Templates] - HA with options react & salesforce-magnolia ends in error - [HA-193]
  • [HA Templates] - React app does not connect to magnolia due to missing contextPath - [HA-194]
  • [HA Templates] - Unable to retrieve assets due to faulty DAM links - [HA-196]
  • [HA Templates] - Salesforce-Magnolia: Missing component definitions in result from template annotations - [HA-197]
  • [HA CLI] - Redundant baseUrl in component templates - [HA-200]
  • [HA CLI] - Metadata in Asset interface - [HA-201]

Improvement#

  • [HA CLI] - Update of dependencies requested - [HA-183]
  • [HA CLI] - Change the npm package for reading files - [HA-186]
  • [HA CLI] - Component without dialog - [HA-198]
  • [HA CLI] - Unknown tag include - [HA-199]
  • [HA CLI] - Support for tabbedForm layout - [HA-202]
  • [Documentation] - Update documentation about ha login - [HA-204]
  • [Documentation] - Document a workaround for updating HA CLI on Windows - [HA-205]