Skip to content

chore(master): release 9.0.0#1

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
release-please--branches--master--components--datetimepicker
Open

chore(master): release 9.0.0#1
github-actions[bot] wants to merge 1 commit intomasterfrom
release-please--branches--master--components--datetimepicker

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 13, 2025

🤖 I have created a release beep boop

9.0.0 (2026-02-17)

⚠ BREAKING CHANGES

  • jest/setup.js was removed as it's not needed
  • actually, should not be breaking but it's a big update
  • android: new arch support (#730)
  • actually, should not be breaking but there were changes in typings
  • locale prop removed
  • only Android API level >=21 (Android 5) and iOS >= 11 are supported��
  • you need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)

Features

Bug Fixes

  • (android) fix issue with minimumDate/maximumDate when using timeZoneOffsetInMinutes (#519) (bdf6179)
  • add ios.componentProvider to codegenConfig (#981) (5c58b3c)
  • add missing pbxproj for autolinking (#659) (f4efa58)
  • android button labels not working (#648) (b7e1a0c)
  • android spinner not working with latest build sdk (#418) (bd79efe)
  • android: bring back parent dialog theme (#680) (53703fa)
  • android: gradle 8 compatibility (#791) (63c9804)
  • android: improve color resource handling in Common.java (#913) (8527354)
  • android: improve spinner buttons contrast (#674) (228587e)
  • android: keep date between min and max (#699) (91245a1)
  • android: mark context as final (#723) (490dead)
  • android: re-enable setting max date (#908) (1d966e6)
  • android: remove deprecated activity getter (#1003) (f4b046a)
  • android: spinner buttons were invisible (#673) (9b5a631)
  • android: time picker spinner to consider keyboard input (#661) (b6ed713)
  • avoid crashing on web (#625) (69589a0)
  • Break in Windows JS following #574 (#605) (24f3452)
  • bump minimum iOS version to match RN support (#353) (20c9d67)
  • call lifecycle addObserver on main thread (#347) (39a1a61)
  • change specs to support RN 70 (#748) (850f033)
  • ci: correct repo url (#1018) (933f8dd)
  • classCastException on Huawei devices with android 7.0 (#329) (#434) (671435e)
  • compute date picker dimensions in native (#656) (a34f667)
  • dismiss android datepicker dialog upon unmount (#337) (62abaff)
  • dismiss android time picker on unmount (#436) (d4b298d)
  • distribute jest folder in npm (#641) (a953390)
  • do not animate set date on ios (#442) (b8ef9f0)
  • do not update android dialog on each re-render (#374) (16bff74)
  • do not use reactNativeVersion in build.gradle (#720) (e848f31)
  • expo plugin using getAppThemeGroup (#978) (4726566)
  • fabric: fix Fabric component & TM specs for new architecture (#877) (bd7c078)
  • fix link in readme (#207) (162c9be)
  • force Java version on CI (#896) (7b0541d)
  • hide calender view when spinner mode is selected on android tablets (#601) (e3854e9)
  • ignore node version on yarn install (#471) (3c39559)
  • ios width (b6f75a8)
  • ios width (bfe0b41)
  • ios width (dd7d7b3)
  • ios: add countdown to UIDatePickerMode converter (#804) (c2d9a6e)
  • ios: avoid min>max date picker crash (#1009) (08db857)
  • ios: header import (#841) (2448886)
  • ios: minuteInterval breaks minimumDate (#992) (5266faf)
  • ios: picker width too small (#675) (f4767e8)
  • ios: remove potential division by zero minute interval (#997) (e65a5d3)
  • ios: use YGNodeConstRef in shadow view (#868) (765ddf8)
  • lint with prettier (becd194)
  • move all fragment work to UI thread (#356) (267a20f)
  • move ios fabric files to ios folder (#669) (033026c)
  • new arch support for 0.74 (#888) (950cea9)
  • only apply button text color fix to spinner (#685) (3b1db5f)
  • prevent unrecognized selector setHighlightsToday on iOS 14 (#249) (b8048c0)
  • remove dependency on upstream RN styles for SpinnerTimePickerDialog and SpinnerTimePickerStyle (#424) (fcf5943)
  • remove postinstall for example (#580) (10bf5ca)
  • remove unnecessary peer dependencies (#468) (06fbbb1)
  • Resolve Missing Deploy Target in Windows (#311) (5c8d7b0)
  • resolve timezoneOffsetInMinutes android bugs (#472) (b87a0c4)
  • return result of android dialog dismissal to JS (#636) (98335f2)
  • revert "chore: refer to android styles directly by ID (#435)" (#438) (394ca80)
  • Revert "feat: move module out of RNC npm scope (#404)" (#405) (4756782)
  • Revert "fix: android spinner not working with latest build sdk (#418)" (#419) (d2e90b8)
  • RN Windows Dependency and Example (#267) (ab9c486)
  • RN windows v0.68 compatibility (#583) (2b38ceb)
  • support building with xCode 12 (#588) (9e3a091)
  • time being reset to 0:00 when date changes (#417) (a9efbb3)
  • time picker sometimes resets to previous value (#234) (fda536b)
  • Update RNDateTimePickerComponentView to import cpp relatively (#670) (45e3a5e)
  • update simple-plist to fix security vulnerability (#594) (e3f0b1d)
  • use android resource ids instead of names (#541) (717a76f)
  • windows: add dll information resource file (#825) (1860b57)
  • windows: ARM64 support (d39735a)
  • windows: class not registered error (#710) (84673b2)
  • windows: unable to override WindowsTargetVersion (#714) (5ad973c)
  • xcode 12 compatibility (#293) (3243e61)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--master--components--datetimepicker branch 7 times, most recently from d4bbd89 to 76e9982 Compare November 14, 2025 08:58
@github-actions github-actions bot force-pushed the release-please--branches--master--components--datetimepicker branch from 76e9982 to 699a9ca Compare November 15, 2025 20:03
@github-actions github-actions bot force-pushed the release-please--branches--master--components--datetimepicker branch from 699a9ca to ec70cdc Compare February 17, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants