Skip to content

Releases: candango/faz

Faz 0.5.2

08 Mar 05:32

Choose a tag to compare

What's new in Faz 0.5.2

March 8, 2026

We are pleased to announce the release of Faz 0.5.2.

This emergency release restores critical access to source files, resolving a compilation regression for downstream libraries.

Here are the highlights:

Bug Fixes

  • Restore direct access to ./src in exports to ensure unified reactivity instance #169

Faz 0.5.1

08 Mar 05:16

Choose a tag to compare

What's new in Faz 0.5.1

March 7, 2026

We are pleased to announce the release of Faz 0.5.1.

This release addresses critical integration issues for external libraries and ensures seamless consumption of the 0.5.x reactivity engine.

Here are the highlights:

Bug Fixes

  • Fix restricted exports and missing type definitions for external consumption #168

Features

  • Implement subpath exports in package.json for better bundler compatibility.

Faz 0.5.0

08 Mar 02:54

Choose a tag to compare

What's new in Faz 0.5.0

March 7, 2026

We are pleased to announce the release of Faz 0.5.0.

This release introduces a major architectural overhaul focused on performance and layout stability. By moving to a property-based reactivity model and a new rendering strategy, we've significantly improved the developer experience and eliminated UI inconsistencies.

Here are the highlights:

Features

  • Implement property-based reactivity engine and stabilize layout rendering #167
  • Get showcase back to the project and validate layout stabilization POC #115

Build & CI

  • Fix ESM/CJS interop issues by locking CSS color dependencies to ensure stability across Node 20, 21, and 22.

Faz 0.4.3

30 Dec 15:51

Choose a tag to compare

What's new in Faz 0.4.3

Dec 30, 2025

We are pleased to announce the release of Faz 0.4.3.

This release just update dependencies.

Faz 0.4.2

30 Dec 15:26

Choose a tag to compare

What's new in Faz 0.4.2

Oct 12, 2025

We are pleased to announce the release of Faz 0.4.2.

This release just update dependencies and removes NodeJS 18 from the build.

Here are the highlights:

Build

  • Remove nodejs 18 from the build #164

Faz 0.4.1

06 Jul 06:01

Choose a tag to compare

What's new in Faz 0.4.1

Jul 06, 2025

We are pleased to announce the release of Faz 0.4.1.

Here are the highlights:

Refactory

  • Implement disconnectedCallback() and disconnect() lifecycle cleanup for custom elements. #163

Faz 0.4.0

06 Jul 04:14

Choose a tag to compare

What's new in Faz 0.4.0

Jul 06, 2025

We are pleased to announce the release of Faz 0.4.0.

Here are the highlights:

Refactory

  • Remove the removeClassFaz method from rendering. #162

Faz 0.3.2

27 Jun 02:44

Choose a tag to compare

What's new in Faz 0.3.2

Jun 26, 2025

We are pleased to announce the release of Faz 0.3.2.

Here are the highlights:

Features

  • Optimize connectedCallback with Promise.resolve for deferred rendering in FazElement #160
  • Add values property to FazForm #161

Refactory

  • Make tsconfig.types.json extend tsconfig.json #159

Faz 0.3.1

24 Jun 19:51

Choose a tag to compare

What's new in Faz 0.3.1

Jun 24, 2025

We are pleased to announce the release of Faz 0.3.1.

Here are the highlights:

Features

  • Add FazRole attribute support to FazElement #158

Faz 0.3.0

23 Jun 14:36

Choose a tag to compare

What's new in Faz 0.3.0

Jun 23, 2025

We are pleased to announce the release of Faz 0.3.0.

This release introduces the new pagination logic, originally adapted from the candango/faz-bootstrap project. This addition enhances data navigation and consistency across the Faz ecosystem.

Here are the highlights:

Features

  • Add paginator functionality #157