@nasp/icons
Version:
Universal design and icon system for NASP Asset Studio, with NaspScript language support.
27 lines (22 loc) • 1.2 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.2] - 2025-07-14
### Added/Changed
- Major documentation overhaul: modular docs (getting started, API, DSL, helpers, examples).
- Modernized and expanded README.md with npm install instructions, usage, and directory structure.
- Added advanced NaspScript DSL features: variables, blocks (row, column, group, repeat, if), comments, custom commands, extensibility.
- Added DSL diagnostics (error codes, warnings, line/col info), autocomplete, and syntax highlighting.
- Helper utilities: color, string, array, object, math, DOM, DSL extension.
- Build scripts for icon export generation and packaging.
- Named SVG and React exports (auto-generated from icons.json).
- Improved API: NASPIcon dynamic API, listIcons, hasIcon, smart props, chainable, backward compatible.
- Improved browser demo UI: live preview, copy, download, theming, navigation.
- MIT license and contributing guidelines.
## [0.0.1] - Initial Release
### Added
- Universal icon loader (NASPIconLibrary).
- NaspScript DSL (basic version).
- HTML/JS/React/Node usage support.
- Icon grid UI and browser demo.