@hxui/ng-select
Version:
A HxUi theme for ng-select
37 lines (19 loc) • 1.09 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [1.2.1]() (2023-05-09)
### Fixed
- Remove undefined variable for legacy theme.
## [1.2.0](https://www.npmjs.com/package/@hxui/ng-select/v/1.2.0) (2022-07-05)
### Added
- Added support for `custom-width` class. Use to then set width of dropdown panel items through custom templates.
### Changed
- Styling for `ng-select-multiple` dropdown no longer depends on its location in the dom.
## [1.1.1](https://www.npmjs.com/package/@hxui/ng-select/v/1.1.1) (2022-07-05)
### Fixed
- Fixed handling of `is-badge is-outlined` with `hx-badge` as a descendant.
## [1.1.0](https://www.npmjs.com/package/@hxui/ng-select/v/1.1.0) (2022-03-28)
### Added
- Added support for `is-outlined`, `is-badge` and `is-rounded` multiselect classes. Note that `is-badge` aligns with `hx-badge`.