Skip to content

1.0.0

Choose a tag to compare

@ZurabDev ZurabDev released this 24 May 04:12
· 3650 commits to main since this release
17e6e20

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

Full Changelog: 1.0.0-rc.2...1.0.0.next.2