Skip to content

Commit

Permalink
Merge pull request #272 from jaredh159/doc-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 authored Feb 15, 2024
2 parents 4881ef6 + d09dcc2 commit c7587fc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7587fc

Please sign in to comment.