# Changelog

All notable changes to `ng-glass` will be documented in this file.

## [1.0.0] - 2026-04-22

### Added
- `GlassDirective` (`[ngGlass]`) — apply glass, frosted, acrylic, or liquid effects to any element
- `GlassCardComponent` (`<ng-glass-card>`) — ready-to-use glass card with header/body/footer slots
- `provideNgGlassConfig()` — global configuration provider for app-wide defaults
- Built-in presets: `ios`, `fluent`, `material`
- Full CSS custom property system (`--ng-glass-*`) for zero-specificity overrides
- `ng-glass.css` stylesheet — import once, works everywhere
- Angular signals-based reactive inputs
- `borderWidth` and `borderStyle` inputs
- `overflow` input to opt-out of `overflow: hidden`
- Interactive playground demo at <https://ng-glass.netlify.app>
