Skip to content

Commit b3eede9

Browse files
chore(release): 16.1.0 [skip ci]
# [16.1.0](v16.0.0...v16.1.0) (2024-09-27) ### Features * **BrandLoadingScreen:** improve lottie animations ([#1235](#1235)) ([e7dc87f](e7dc87f)), closes [/github.com/airbnb/lottie-web/issues/1184#issuecomment-411586909](https://github.com//github.com/airbnb/lottie-web/issues/1184/issues/issuecomment-411586909) * **Form fields:** allow blocking copy/cut ([#1251](#1251)) ([8fd2838](8fd2838)) * **Form fields:** improve accesibility of errors ([#1246](#1246)) ([e35a99e](e35a99e)) * **PhoneNumberField:** Custom formatter support + lazy load libphonenumber on demand ([#1244](#1244)) ([2ee88e9](2ee88e9)) * **PosterCard, DisplayMediaCard:** allow using srcSet for backgroundImage ([#1253](#1253)) ([3b3d85f](3b3d85f)) * **Rating, InfoRating:** new components ([#1196](#1196)) ([02c91f6](02c91f6)) * **SearchField, TextField:** support inputMode prop ([#1249](#1249)) ([fe31eca](fe31eca)) * **Sheet:** lazy load sheet implementations ([#1250](#1250)) ([40fecdd](40fecdd))
1 parent 40fecdd commit b3eede9

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [16.1.0](https://github.com/Telefonica/mistica-web/compare/v16.0.0...v16.1.0) (2024-09-27)
2+
3+
4+
### Features
5+
6+
* **BrandLoadingScreen:** improve lottie animations ([#1235](https://github.com/Telefonica/mistica-web/issues/1235)) ([e7dc87f](https://github.com/Telefonica/mistica-web/commit/e7dc87fe05e4f380212d0e98ec4f72ad71534a2e)), closes [/github.com/airbnb/lottie-web/issues/1184#issuecomment-411586909](https://github.com//github.com/airbnb/lottie-web/issues/1184/issues/issuecomment-411586909)
7+
* **Form fields:** allow blocking copy/cut ([#1251](https://github.com/Telefonica/mistica-web/issues/1251)) ([8fd2838](https://github.com/Telefonica/mistica-web/commit/8fd2838db2588a15a5239e045d5e4b4d87f77d2e))
8+
* **Form fields:** improve accesibility of errors ([#1246](https://github.com/Telefonica/mistica-web/issues/1246)) ([e35a99e](https://github.com/Telefonica/mistica-web/commit/e35a99e004cde09769f62fe7bee196c18a21850d))
9+
* **PhoneNumberField:** Custom formatter support + lazy load libphonenumber on demand ([#1244](https://github.com/Telefonica/mistica-web/issues/1244)) ([2ee88e9](https://github.com/Telefonica/mistica-web/commit/2ee88e9643998c84ca724469948f256802a5209e))
10+
* **PosterCard, DisplayMediaCard:** allow using srcSet for backgroundImage ([#1253](https://github.com/Telefonica/mistica-web/issues/1253)) ([3b3d85f](https://github.com/Telefonica/mistica-web/commit/3b3d85fe11e41a40a8d73f7791ac7297f7d6dc97))
11+
* **Rating, InfoRating:** new components ([#1196](https://github.com/Telefonica/mistica-web/issues/1196)) ([02c91f6](https://github.com/Telefonica/mistica-web/commit/02c91f6a98935a1fcaa2d9a2c32085c368529018))
12+
* **SearchField, TextField:** support inputMode prop ([#1249](https://github.com/Telefonica/mistica-web/issues/1249)) ([fe31eca](https://github.com/Telefonica/mistica-web/commit/fe31ecaa029241b46baa18f59660d6d0cd367e1b))
13+
* **Sheet:** lazy load sheet implementations ([#1250](https://github.com/Telefonica/mistica-web/issues/1250)) ([40fecdd](https://github.com/Telefonica/mistica-web/commit/40fecdda86dd757844148604ad5faedc40a2f98f))
14+
115
# [16.0.0](https://github.com/Telefonica/mistica-web/compare/v15.20.1...v16.0.0) (2024-09-13)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telefonica/mistica",
3-
"version": "16.0.0",
3+
"version": "16.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

src/package-version.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2-
export const PACKAGE_VERSION = '16.0.0' as string;
2+
export const PACKAGE_VERSION = '16.1.0' as string;

0 commit comments

Comments
 (0)