Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentingavran committed Dec 10, 2022
1 parent ed64545 commit a37a328
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.43.0](https://github.com/valentingavran/anglify/compare/v0.42.0...v0.43.0) (2022-12-10)


### ⚠ BREAKING CHANGES

* The Autocomplete, Combobox & Select components have been completely rewritten.
This has changed the way they are used
* the simple input element (used by TextFields etc.) no longer has the
alwaysFloatingLabel property.
* **Input:** The internal CSS class `.anglify-input` was renamed to `.anglify-input-container`.

### 📝 Docs

* improve copy code example button styling ([9877746](https://github.com/valentingavran/anglify/commit/98777463608004b27574fbdd57a46652a6ba3f91))


### 🔬 Code Refactoring

* handle always floating label inside wrapper components ([43853e7](https://github.com/valentingavran/anglify/commit/43853e7962685f4903eb42e510cd5f543f6c6885))
* **Input:** better support the handling of overflowing content ([7bfba5d](https://github.com/valentingavran/anglify/commit/7bfba5d3d163377c0786b01b9067253f03ed2a0b))
* refactor combobox, autocomplete & select ([0b5c861](https://github.com/valentingavran/anglify/commit/0b5c8618dc728e6e2ffbdd516d7489c6ccb9e96c))

## [0.42.0](https://github.com/valentingavran/anglify/compare/v0.41.2...v0.42.0) (2022-11-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/anglify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anglify/components",
"description": "Anglify – Material Component Framework for Angular",
"version": "0.42.0",
"version": "0.43.0",
"license": "MIT",
"homepage": "https://anglify.io",
"keywords": [
Expand Down

0 comments on commit a37a328

Please sign in to comment.