Releases: candango/faz
Faz 0.5.2
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
./srcin exports to ensure unified reactivity instance #169
Faz 0.5.1
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
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
Faz 0.4.2
Faz 0.4.1
Faz 0.4.0
Faz 0.3.2
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
Faz 0.3.0
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