1.0.0
Version 1.0.0 of Prizm was released on May 24, 2023. New features include a linter to sort HTML attributes, removal of Angular from peer dependencies, and new generators for manipulating publishable versions and examples in documentation. Several bug fixes were also implemented, including issues with nested elements in tables, prompt text for input fields with validation errors, and incorrect display of values in input-select fields.
Features
- feat(chore): add linter to sort html attr MR
- feat(ast): remove angular from peer dependencies
- feat(ast): added utils to manipulate with semver version
- feat(nx-plugin): added new generator for manipulate publishable versions and examples to doc
BUG FIXES
- fix(components/input-layout): no prompt text for Input, InputSelect containing validation errors is displayed 315
- fix(components/input-select): value in the InputSelect field is displayed incorrectly 314
- fix(components/dropdown-host): does not react to [isOpen] changes 316
What's Changed
- feat(chore): add linter to sort html attr by @ZurabDev in #311
- fix(components/table): destroy table tree after destroy by @ZurabDev in #296
- fix(components/input): detect required field by @ZurabDev in #312
- fix versions by @ZurabDev in #313
- feat(nx-plugin): added new generator for manipulate publishable versions and examples to doc by @ZurabDev in #317
- feat: add prelease pipeline by @ZurabDev in #318
- fix(ci): error with checkout by @ZurabDev in #319
- fix(ci): error with checkout by @ZurabDev in #320
- fix(ci): error with checkout by @ZurabDev in #321
- fix(ci): restore nrwl/nx-set-shas@v2 by @ZurabDev in #322
- fix(ci): restore nrwl/nx-set-shas@v3 and fix checkout by @ZurabDev in #323
- fix(ci): restore nrwl/nx-set-shas@v3 and fix checkout by @ZurabDev in #324
- fix(ci): update version before draft/prerelease by @ZurabDev in #325
- chore: release 1.0.0 by @ZurabDev in #326
Full Changelog: 1.0.0-rc.2...1.0.0.next.2