Skip to content

Releases: zyfra/Prizm

1.2.0

22 Jun 15:16
6f020c4
Compare
Choose a tag to compare

1.2.0 (21-06-2023)

Features

  • feat(components/input-zone): added new module for combine multiple inputs to one
  • feat(components/input-native-value): added new module to correct native values of input if they differences
  • feat(components/input-carousel): added component input-carousel which work with input-layout and unnecessarily added left-right buttons 391
  • deprecated(components/carousel): instead of this you can use input-carousel
  • ci: added publishing draft deploys to draft demo site 379
  • ci: added publishing draft deploys to next demo site 378
  • feat(components/input-layout-date-time): devided to seperate components
  • feat(components/input-layout-date-time-range): added time output and seperato to multiple inputs 293
  • feat(components/input-date-multi): no switch event between absolute and relative modes prizm-input-date-multi [393](#393)
  • feat(components/overlay): added ability to control backdrop color and opacity [373](#373)
  • feat(components/dropdown): added pass current global theme to dropdown [342](#342)
  • feat(components/tab): added ability to prevent tab open [195]((#195)
  • feat(components/navigation): added the ability to hide the "hierarchical" view button 358
  • feat(components/cron): added ability to show human readable value in cron #365
  • feat(helpers/let): added ability to get current context from export via template ref

BUG FIXES

  • fix(components/cron): cannot write date to start date input 380
  • fix(components/cron): show not full date in day tab 381
  • fix(components/dropdown-host): cannot be used to register form controls with a parent formGroup directive 390 389
  • fix(components/mask): in live demo, it is not possible to enter text into an input with a mask [281](#281)
  • fix(components/navigation): changes the navigation color when the side menu is hidden [278](#278)
  • fix(components/polymorph): does not work component template without context 265
  • fix(components/table): pass does not right index [260](#260)
  • fix(components/select): fix hover and selected item colors in datepicker dropdowns 388 403 341
  • fix(components/calendar-month): no hover when hovering over a month 301
  • fix(helpers/to-observable): fix error when destroying not created instances
  • fix(components/theme): fix error when we get current theme from root element
  • fix(components/*): small fixes for found bugs in 1.2.0-rc,1

What's Changed

Full Changelog: 1.0.1...1.2.0

What's Changed

Full Changelog: https:/zyfra/Prizm/commits/1.2.0

2.0.0-rc.2

19 Jun 06:19
8c523ea
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

2.0.0-rc.2 (19-06-2023)

Features

  • feat(chore): update ng,nx to 15 version 328

What's Changed

Full Changelog: 1.2.0-rc.1...2.0.0-rc.2

1.2.0-rc.1

19 Jun 05:52
c782c86
Compare
Choose a tag to compare
1.2.0-rc.1 Pre-release
Pre-release

1.2.0-rc.1 (19-06-2023)

Features

  • feat(components/input-carousel): added component input-carousel which work with input-layout and unnecessarily added left-right buttons 391
  • deprecated(components/carousel): instead of this you can use input-carousel
  • ci: added publishing draft deploys to draft demo site 379
  • ci: added publishing draft deploys to next demo site 378
  • feat(components/input-layout-date-time): devided to seperate components
  • feat(components/input-layout-date-time-range): added time output and seperato to multiple inputs 293
  • feat(components/input-date-multi): no switch event between absolute and relative modes prizm-input-date-multi [393](#393)
  • feat(components/overlay): added ability to control backdrop color and opacity [373](#373)
  • feat(components/dropdown): added pass current global theme to dropdown [342](#342)
  • feat(components/tab): added ability to prevent tab open [195]((#195)
  • feat(components/navigation): added the ability to hide the "hierarchical" view button 358
  • feat(components/cron): added ability to show human readable value in cron #365
  • feat(helpers/let): added ability to get current context from export via template ref

BUG FIXES

  • fix(components/cron): cannot write date to start date input 380
  • fix(components/cron): show not full date in day tab 381
  • fix(components/dropdown-host): cannot be used to register form controls with a parent formGroup directive 390 389
  • fix(components/mask): in live demo, it is not possible to enter text into an input with a mask [281](#281)
  • fix(components/navigation): changes the navigation color when the side menu is hidden [278](#278)
  • fix(components/polymorph): does not work component template without context 265
  • fix(components/table): pass does not right index [260](#260)
  • fix(components/select): fix hover and selected item colors in datepicker dropdowns 388 403 341 #333
  • fix(components/calendar-month): no hover when hovering over a month 301
  • fix(helpers/to-observable): fix error when destroying not created instances
  • fix(components/theme): fix error when we get current theme from root element
  • fix(doc/stepper): remove wrong options in api page 348

What's Changed

Full Changelog: 1.0.1.next.5...1.2.0-rc.1

2.0.0-rc.1

13 Jun 07:46
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

Features

  • update ng,nx to 15 version

1.0.1.next.5

07 Jun 11:15
086e690
Compare
Choose a tag to compare
1.0.1.next.5 Pre-release
Pre-release

Release 1.0.1.next.5 presents new features such as the input-carousel component for improved interaction with input-layout, replacing the deprecated carousel component. It also enables publishing drafts to draft and next demo sites. Bug fixes include resolution of issues with the cron component's date input and display, and an issue with the dropdown-host's form control registration.

Features

  • feat(components/input-carousel): added component input-carousel which work with input-layout and unnecessarily added left-right buttons 391
  • deprecated(components/carousel): instead of this you can use input-carousel
  • ci: added publishing draft deploys to draft demo site 379
  • ci: added publishing draft deploys to next demo site 378

BUG FIXES

  • fix(components/cron): cannot write date to start date input 380
  • fix(components/cron): show not full date in day tab 381
  • fix(components/dropdown-host): cannot be used to register form controls with a parent formGroup directive 390 389

What's Changed

  • fix(components/dropdown-host): add initial trigger to udpate width by @ZurabDev in #376
  • fix(component/cron): change date-time to layout-date-time by @ZurabDev in #382
  • fix: input-carousel by @ZurabDev in #395

Full Changelog: 1.0.1.next.3...1.0.1.next.5

1.0.1

31 May 00:04
33e2a5d
Compare
Choose a tag to compare

1.0.1 (31-05-2023)

Description

Version 1.0.1 (released on 31-05-2023) includes several new features and bug fixes. The features introduced in this version are the ability to update dependencies for changed versions, support for updating full dependencies during pre/draft release, additional validators for start and end dates in the cron component, clearing search values after closing a modal, adding pristine, dirty, touched controls to the API page for form control components, displaying the clear button on focus with the keyboard in the input layout component, adding ngModelOptions to inner inputs, and adding a page with examples to the documentation for zone events. The bug fixes address issues related to input components, CI actions, labels, dropdown display, status text visibility, date display, inner template updates, auto correction of time, and event emission inside/outside components.

Features

  • feat(plugin/update-version): added ability to update dependencies for changed version MR
  • feat(ci): added support to update full dependencies when we publish pre/draft release MR
  • feat(components/cron): add min/max validators for start and end date 364 MR
  • feat(components/select): clear search value after close modal MR
  • feat(doc): add pristine, dirty, touched controls to api page for form control components
  • feat(components/input-layout): clear button does not show on focus with keyboard 356 MR
  • feat(components/inputs): add ngModelOptions to inner inputs 345 360 MR
  • feat(doc/zone-event): add page with examples to doc MR
  • feat(components/charts): add example with update color callback 292 MR

BUG FIXES

  • fix(components/input-text): set only dirty afte clear value 354 MR
  • fix(ci): fix prereleased-released actions MR
  • fix(components/cron): fix end date label 362 MR
  • fix(components/input-select): falsy values does not display in dropdown 331 MR
  • fix(components/input-layout): now show status text 346 MR
  • fix(components/input-multi-select): not display date after write value 332 MR
  • fix(components/input-select): update inner template after disable/enable 335 MR
  • fix(components/input-date-time): add auto correction time 66 MR
  • fix(componets/ouside): flickering event emits inside/outside 366 MR

What's Changed

  • fix(table): remove prizmCell after destroy by @ZurabDev in #329
  • fix(ci): remove duplicated keys by @ZurabDev in #330
  • docs: up bug_report.md by @bumalai in #334
  • feat(ci): add update full dependencies when we publish pre/draft release by @ZurabDev in #367
  • feat(components/input-select): cleat search value on open input-selec… by @ZurabDev in #362
  • feat(components/inputs): add ngModelOptions to inner inputs by @ZurabDev in #351
  • fix(component/layout): content status show by @ZurabDev in #347
  • feat(components/multi-select): fix disable by @ZurabDev in #370
  • feat(components/charts): add example with update color callback by @ZurabDev in #368
  • fix(components/input-date-time): add auto correction time by @ZurabDev in #369
  • chore: release 1.0.1 by @ZurabDev in #371
  • chore(ci): update by @ZurabDev in #372

Full Changelog: 1.0.0...1.0.1

1.0.1.next.3

31 May 08:40
Compare
Choose a tag to compare
1.0.1.next.3 Pre-release
Pre-release

Bug Fixes

-fix(components/dropdown-host): add initial width setter MR 375
-fix(ci): getter latest version by tag fro pre/draft release pipelines [MR](#376

Full Changelog: 1.0.1...1.0.1.next.3

1.0.1-next.2

30 May 23:06
33e2a5d
Compare
Choose a tag to compare
1.0.1-next.2 Pre-release
Pre-release

1.0.1-next.2 (31-05-2023)

Description

Version 1.0.1-next.2 (released on 31-05-2023) includes several new features and bug fixes. The features introduced in this version are the ability to update dependencies for changed versions, support for updating full dependencies during pre/draft release, additional validators for start and end dates in the cron component, clearing search values after closing a modal, adding pristine, dirty, touched controls to the API page for form control components, displaying the clear button on focus with the keyboard in the input layout component, adding ngModelOptions to inner inputs, and adding a page with examples to the documentation for zone events. The bug fixes address issues related to input components, CI actions, labels, dropdown display, status text visibility, date display, inner template updates, auto correction of time, and event emission inside/outside components.

Features

  • feat(plugin/update-version): added ability to update dependencies for changed version MR
  • feat(ci): added support to update full dependencies when we publish pre/draft release MR
  • feat(components/cron): add min/max validators for start and end date 364 MR
  • feat(components/select): clear search value after close modal MR
  • feat(doc): add pristine, dirty, touched controls to api page for form control components
  • feat(components/input-layout): clear button does not show on focus with keyboard 356 MR
  • feat(components/inputs): add ngModelOptions to inner inputs 345 360 MR
  • feat(doc/zone-event): add page with examples to doc MR
  • feat(components/charts): add example with update color callback 292 MR

BUG FIXES

  • fix(components/input-text): set only dirty afte clear value 354 MR
  • fix(ci): fix prereleased-released actions MR
  • fix(components/cron): fix end date label 362 MR
  • fix(components/input-select): falsy values does not display in dropdown 331 MR
  • fix(components/input-layout): now show status text 346 MR
  • fix(components/input-multi-select): not display date after write value 332 MR
  • fix(components/input-select): update inner template after disable/enable 335 MR
  • fix(components/input-date-time): add auto correction time 66 MR
  • fix(componets/ouside): flickering event emits inside/outside 366 MR

What's Changed

  • fix(table): remove prizmCell after destroy by @ZurabDev in #329
  • fix(ci): remove duplicated keys by @ZurabDev in #330
  • docs: up bug_report.md by @bumalai in #334
  • feat(ci): add update full dependencies when we publish pre/draft release by @ZurabDev in #367
  • feat(components/input-select): cleat search value on open input-selec… by @ZurabDev in #362
  • feat(components/inputs): add ngModelOptions to inner inputs by @ZurabDev in #351
  • fix(component/layout): content status show by @ZurabDev in #347
  • feat(components/multi-select): fix disable by @ZurabDev in #370
  • feat(components/charts): add example with update color callback by @ZurabDev in #368
  • fix(components/input-date-time): add auto correction time by @ZurabDev in #369
  • chore: release 1.0.1 by @ZurabDev in #371
  • chore(ci): update by @ZurabDev in #372

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

1.0.0

24 May 04:12
17e6e20
Compare
Choose a tag to compare

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

1.0.0.next.3

24 May 07:26
157be65
Compare
Choose a tag to compare
1.0.0.next.3 Pre-release
Pre-release

BUG FIXES

  • fix(components/input-layout): no prompt text for Input, InputSelect containing validation errors is displayed #315

What's Changed

Full Changelog: 1.0.0...1.0.0.next.3