Skip to content

15.35.2

Latest
Compare
Choose a tag to compare
@DorMosheZarka DorMosheZarka released this 08 Oct 13:02
6dbe453

New Features

  • Codux now offers a brand-new way of working. Build modern, rich, custom applications based on the Remix framework, with visual page and routing management. Check out our updated starter projects for a quick start, and learn more about building an e-commerce store here.
  • Codux now includes a new dashboard, letting you manage your project’s application, boards, and UI Kit.
  • A new Global Variables panel shows all the CSS and Sass variables defined across all common style files configured in the project, letting you view and edit all style tokens from a single place.
  • A new Wix Services panel allows you to quickly and easily connect your project to a Wix Headless site, giving you the option of using services such as e-commerce, bookings, and CMS.
  • Now you can mark a selection as a variant through context menus on stage and in the Elements panel, and then easily consume your variants through the Add Elements panel, and view them as a part of your UI kit.

Improvements

  • A new codux.config.json option under previewConfiguration – envFile, enables pointing to an existing environment file to use for environment configuration settings for the application, such as API keys, debug modes, URLs, ports, logging configurations, and more.
  • The Styles panel selector selection mechanism now auto-selects a common CSS class if it’s the only one applied.
  • New boards are no longer shown in the Add Elements panel by default.
  • Codux now adheres to module definitions within the package.json file for packages that should not run within a browser context.

Bug Fixes

  • The children property visual controller now properly allows binding a value in case it is an only child, with more support coming in the future.
  • Clearing a value in the Styles panel no longer causes it to spontaneously collapse.
  • The Styles panel no longer collapses open sections when a style modification automatically creates a selector.