Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [15.1.1](https://github.com/expo/vector-icons/compare/v15.1.0...v15.1.1) (2026-02-23)


### Bug Fixes

* return icon set in getIconSetForProps fallback ([#361](https://github.com/expo/vector-icons/issues/361)) ([579cbfd](https://github.com/expo/vector-icons/commit/579cbfdc1b0b446a37be5d37bf6bec5e5ab0f9fe))

## [15.1.0](https://github.com/expo/vector-icons/compare/v15.0.2...v15.1.0) (2026-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo/vector-icons",
"sideEffects": false,
"version": "15.1.0",
"version": "15.1.1",
"description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.",
"main": "build/IconsLazy.js",
"module": "build/Icons.js",
Expand Down