Skip to main content

路 2 min read

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

Changelog#

Bug#

  • [HA CLI] - Create content type endpoint definition in mgnl-config instead of light-modules - [HA-75]
  • [HA Templates] - Fix uxf-card component in Angular project template - [HA-93]
  • [HA CLI] - HA Regression: {{targetServer}} isn't replaced - [HA-101]
  • [HA CLI] - A new generated content app throws errors in its model class - [HA-102]
  • [HA CLI] - As soon as there is an content app in a project the generate component task fails if --link is used - [HA-103]
  • [HA CLI] - dev console: generate code dialog is not showing "app" option - [HA-106]
  • [HA CLI] - ha cli: remove (preview) string from cli header - [HA-107]

Improvement#

  • [HA CLI] - Add shortcuts to restart frontend or Magnolia - [HA-5]
  • [Next.js] - Add Storybook integration to the next.js jumpstart template - [HA-84]
  • [HA CLI] - Implement support for spa prototype template - [HA-89]
  • [HA CLI] - Implement GraphQL integration in content apps - [HA-90]
  • [HA CLI] - Extend predefined content type queries - [HA-94]
  • [Documentation] - Change docs email in ha.magnolia-cms.com to actual email - [HA-96]

路 One min read
Senol Tas

We are happy to announce the HA Release 1.0.4. A Minor release with some bugfixes for stability and documentation improvements.

Highlights#

The ha generate component command has been extended with a --link option. When you create a new component using the ha generatecommand you will be promted with a list of all templates and areas within the templates and can choose where the newly created component shall be added.

ha generate (component) --link command

Changelog#

Bug#

  • [HA-76] - The carousel component docu contains an oversized slide which brakes the carousel component
  • [HA-87] - Missing d.ts declaration in the next.js templates break the build process

New Feature#

  • [HA-35] - extend ha generate component to give the possibility to add the new component in pages and areas

Improvement#

  • [HA-34] - document: write an overview about what ha cli does
  • [HA-66] - update install guide number 7: explain how to include uxf webcomponents
  • [HA-77] - show warning info when passing wrong command or parameter to ha cli
  • [HA-79] - Ha wrapper should install mgnl CLI if not present
  • [HA-82] - Headline component in the next.js template throws warning

路 One min read
Senol Tas

We are happy to announce the HA Release 1.0.3. A Minor release with some bugfixes for stability and documentation improvements.

Changelog#

Bug#

  • [HA-58] - make HA cli (wrapper) work in CI environment
  • [HA-62] - green bars not displayed if area has no content for angular frontend
  • [HA-74] - Developer cannot update restEndpoints definition from mgnl-config

Improvement#

  • [HA-34] - document: write an overview about what ha cli does
  • [HA-66] - update install guide number 7: explain how to include uxf webcomponents
  • [HA-67] - Document theoretical configuration in CI environment
  • [HA-69] - document react hooks approach

路 One min read
Senol Tas

We are happy to announce the HA Release 1.0.2. It is a minor release primary around documentation improvments.

Changelog#

Accounts - Modify#

  • [HA-65] - Update Hello Magnolia Ha CLI documentation with new templates

Bug#

  • [HA-40] - Remove ha-template decorations for items that are not displayed in definitions app

New Feature#

  • [HA-30] - Document Storybook integration

Improvement#

  • [HA-33] - add .gitignore and example build script to ha-cli documentation
  • [HA-59] - ha-cli wrapper: create .yarnrc.yml additionally to .npmrc
  • [HA-64] - Update Installation gif in documentation to reflect new selection model

路 4 min read
Senol Tas

We are happy to announce the general availibility from the headless accelerator. Thanks to all Customers and Partners who have been participating the in the Developer Preview.

What does it mean?#

All code modules has been released to our production nexus npm repository and the ha cli tool is published to npmjs.

Some highlights of features directly requested during the Developer Preview:

  • Tighter Storybook integration: You have the possibility to automatically generate Mock Data out of YALM definitions. We even integrated fakerjs to auto generate mockup data for storybook.
  • Better Angular Support: The HA CLI tool's generate and install command are integrating tighter to Angular, especially with Angular SSR. We also added Angular SSR into the jumpstart CLI.
  • Extended Environment Variables Support: We extended the HA CLI environment variables to make it possible to even more customize the developer experience. This makes the usage in CI environments more accessable.
  • Performance Improvments: During the Developer Preview we gathered a lot useful production great feedback from you and are happy that we made the HA CLI even faster to match your needs.

How to upgrade to the GA version?#

If you have participated in the Developer Preview, there are some action to take to switch to the GA version of HA-CLI.

  • Ideally you will uninstall all ha cli installations in your system.
  • If you have any .npmrc files pointing to the AWS npm registry from the Developer Preview, please remove all entries to them,especially for the organization @magnoliae-ea.
  • install the new version with npm install @magnolia/ha-cli -g
  • Configuring your CI environment: add MGNL_HA_AUTH_TOKEN environment variable with your nexus account token to prevent login prompt during ha installation. The ha wrapper will configure your access to nexus automatically. if you have a local .npmrc file pointing to the old npm registry, please adapt or remove this.

What's next?#

Thanks to you we have a great list of new features and improvments and we are commited to keep the momentum to implement these. We are planing two more releases primary with documentation updates you have reqeusted. Following April 7th we will operate in regular mode and keep you update in our Blog. Since the HA CLI tool is feature complete and used in production already, we will focus on two key areas:

  • UXF Core: Our Webcomponent Library will be extend with more ready to use web components and we focus on extendibility.
  • HA CLI: You requested extension points for your project setup. We will make our jumpstart extendable, so you can create your own jumpstart templates for your projects. The generate command will also be opened up for customization, this will make it possible for you to use the HA CLI tool with your own code generators.

Changelog#

Bug#

  • [HA-1] - 'ha dev' panel very hard to read due to colors
  • [HA-8] - CORS configuration angular template
  • [HA-11] - ha install does not create mgnl-config
  • [HA-19] - ha install environment variable HA_CLI_MGNL_LIGHT_MODULES doesn't deal with relative parts
  • [HA-26] - Fix jumpstart for vue nuxt project
  • [HA-28] - light modules themes are not creating on initial start
  • [HA-29] - mgnl-config ignored when running just ha install without --watch mode
  • [HA-36] - ha jumpstart is not working anymore
  • [HA-39] - fix hardcoded values and logic in helper functions
  • [HA-40] - Remove ha-template decorations for items that are not displayed in definitions app
  • [HA-43] - Move configuration decorations to ha-config bootstraps
  • [HA-63] - Alert Thing Bug in Documentation

New Feature#

  • [HA-50] - Create Nuxt storybook

Improvement#

  • [HA-7] - Implement Nuxt JS Jumpstart Template
  • [HA-10] - Storybook Stories extendable
  • [HA-12] - Use HOC for Magnolia property mapping (HA)
  • [HA-13] - Move UXF git repository to services
  • [HA-14] - Update ha-templates with latest spa editor
  • [HA-20] - ha-template project url update
  • [HA-21] - ha install: change from glob to fast-glob
  • [HA-23] - WebComponents Documentation
  • [HA-25] - Move HA CLI and UXF CORE to production ready npm repository
  • [HA-42] - Enhance sample templates
  • [HA-44] - add note to vue integration in documentation
  • [HA-47] - Create a ha cli wrapper
  • [HA-48] - rename ha command to ha-cli
  • [HA-49] - publish ha wrapper to npm public repository