Skip to content
Closed
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update icon families ([#341](https://github.com/expo/vector-icons/issues/341))

### Features

* add support for new IcoMoon app JSON format ([#356](https://github.com/expo/vector-icons/issues/356)) ([93e8b2e](https://github.com/expo/vector-icons/commit/93e8b2e97e2b8467c8553a3be8a582b6c23b2a1b))
* update getImageSource to be compatible with latest expo-font ([#342](https://github.com/expo/vector-icons/issues/342)) ([1e86ff4](https://github.com/expo/vector-icons/commit/1e86ff4e8293b24795e970523b7e274d438f5428))
* update icon families ([#341](https://github.com/expo/vector-icons/issues/341)) ([e528785](https://github.com/expo/vector-icons/commit/e52878520657590885fc575133d75db8d296ddd7))


### Bug Fixes

* align getImageSource with community package ([#336](https://github.com/expo/vector-icons/issues/336)) ([7f205fb](https://github.com/expo/vector-icons/commit/7f205fb8d6f3182f12de7746fe2d3fa9b9c2f542))
* improve type strictness for font map ([#349](https://github.com/expo/vector-icons/issues/349)) ([5699c4f](https://github.com/expo/vector-icons/commit/5699c4f39edda29d44f4a519fc45d9bdf623202c))
* incomplete type in getImageSource ([#343](https://github.com/expo/vector-icons/issues/343)) ([9c80491](https://github.com/expo/vector-icons/commit/9c80491f79390ce182b105fd70d87262d9aa7000))
* return icon set in getIconSetForProps fallback ([#361](https://github.com/expo/vector-icons/issues/361)) ([579cbfd](https://github.com/expo/vector-icons/commit/579cbfdc1b0b446a37be5d37bf6bec5e5ab0f9fe))
* scroll view height ([c1495ab](https://github.com/expo/vector-icons/commit/c1495ab7db818e6f23eb1d82c1f926decc208d83))
* scroll view height ([8aaa55f](https://github.com/expo/vector-icons/commit/8aaa55fedc3a6916c09ec908bf62da2d8e233206))

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


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.1",
"version": "16.0.0",
"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