From d09dcc218e727a6eeb3da2f3a74f3033b6fdaeeb Mon Sep 17 00:00:00 2001 From: Jared Henderson Date: Thu, 15 Feb 2024 09:59:08 -0500 Subject: [PATCH] document v4.0.0 in changelog, w/ readme link --- changelog.md | 22 ++++++++++++++++++++++ readme.md | 3 +++ 2 files changed, 25 insertions(+) diff --git a/changelog.md b/changelog.md index 580e803..ff60f7c 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,28 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project ad [comment]: # 'Section Titles: Added/Fixed/Changed/Removed' +## [4.0.0] - 2024-02-15 + +> See [migration guide](./migration-guide.md) for upgrading instructions. + +### Fixed + +- media-query off by one pixel error + [(#223)](https://github.com/jaredh159/tailwind-react-native-classnames/issues/223) +- initialization of color scheme when managing color scheme manually (not listening to + device changes) (see + [#266](https://github.com/jaredh159/tailwind-react-native-classnames/pull/266)) + +### Changed + +- `useDeviceContext()` options when opting-out of listening to device color scheme changes + (see [migration-guide](./migration-guide.md)) +- `useAppColorScheme()` no longer allows initial value, moved to `useDeviceContext()` (see + [migration guide](./migration-guide.md) and + [#266](https://github.com/jaredh159/tailwind-react-native-classnames/pull/266)) +- media-query minimum (see + [#223](https://github.com/jaredh159/tailwind-react-native-classnames/issues/223)) + ## [3.6.9] - 2024-02-12 ### Fixed diff --git a/readme.md b/readme.md index 4b06d81..72b398f 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,9 @@ const MyComponent = () => ( ); ``` +> 👋 NB: `v4.0.0` was just released! See [migration guide](./migration-guide.md) for +> upgrading instructions. + ## Features 🚀 - full support for all _native_ RN styles with tailwind counterparts: