Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onmotion/react-native-autocomplete-dropdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: onmotion/react-native-autocomplete-dropdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Oct 6, 2024

  1. docs: upd expo example

    onmotion committed Oct 6, 2024
    Copy the full SHA
    97fb07c View commit details
  2. docs: qr

    onmotion committed Oct 6, 2024
    Copy the full SHA
    22e9463 View commit details
  3. docs: qr

    onmotion committed Oct 6, 2024
    Copy the full SHA
    073363e View commit details

Commits on Oct 14, 2024

  1. Copy the full SHA
    cb056eb View commit details

Commits on Oct 20, 2024

  1. Merge pull request #142 from drastus/main

    fix: fix type for flatListProps
    onmotion authored Oct 20, 2024
    Copy the full SHA
    28838db View commit details

Commits on Nov 22, 2024

  1. Copy the full SHA
    05f13f7 View commit details
  2. Merge pull request #146 from onmotion/fix/direction-calculation-with-kb

    fix: improve calculateDirection with a keyboard
    onmotion authored Nov 22, 2024
    Copy the full SHA
    46c1f51 View commit details
  3. Copy the full SHA
    b68539f View commit details
  4. Merge pull request #147 from onmotion/fix/measurement-inside-modal

    fix: measurement inside ios modal
    onmotion authored Nov 22, 2024
    Copy the full SHA
    7df36a4 View commit details
  5. Copy the full SHA
    99317bd View commit details
  6. Fix/types (#149)

    * release: 4.1.0
    
    * release: 4.2.0
    
    * fix: fix types
    onmotion authored Nov 22, 2024
    Copy the full SHA
    e012e77 View commit details
  7. release: 4.2.1 (#150)

    onmotion authored Nov 22, 2024
    Copy the full SHA
    a420ba8 View commit details
  8. feat: simplify types

    onmotion committed Nov 22, 2024
    Copy the full SHA
    3927d74 View commit details
  9. Copy the full SHA
    a31cfe3 View commit details
  10. release: 4.3.0 (#152)

    onmotion authored Nov 22, 2024
    Copy the full SHA
    da787bb View commit details

Commits on Dec 4, 2024

  1. fix: fix #154

    onmotion committed Dec 4, 2024
    Copy the full SHA
    36ac622 View commit details
  2. release: 4.3.1 (#155)

    onmotion authored Dec 4, 2024
    Copy the full SHA
    e1ff8f5 View commit details

Commits on Feb 6, 2025

  1. feat: add enableLoadingIndicator prop for activity indicator control … (

    #160)
    
    * feat: add enableLoadingIndicator prop for activity indicator control display
    
    * fix: ClearIconComponent still displayed when loading but enableLoadingIndicator is false
    robinshin authored Feb 6, 2025
    Copy the full SHA
    7b0b9ce View commit details
  2. release: 4.4.0 (#161)

    onmotion authored Feb 6, 2025
    Copy the full SHA
    805f484 View commit details

Commits on May 7, 2025

  1. fix: explicit passing Dropdown props to prevent maximum update depth (#…

    …166)
    
    * fix: explicit passing Dropdown props to prevent maximum update depth
    
    * chore: update README links
    
    * fix: explicit passing Dropdown props to prevent maximum update depth
    
    * chore: change props order
    robinshin authored May 7, 2025
    Copy the full SHA
    9c3f7f2 View commit details
  2. React 19 support (#170)

    * Working with React 19 (#168)
    
    * fix: update MutableRefObject import to use React namespace
    
    * fix: update dependencies in useEffect hooks for better stability and clean up props spreading
    
    * fix: update devDependencies and dependencies for compatibility with latest versions
    
    * fix: update dependencies and scripts for compatibility with latest versions
    
    * fix: update Android build configuration for compatibility and enable new architecture
    
    * fix: update dependencies in yarn
    
    * fix: update type definitions
    
    * chore: rebase (#169)
    
    * fix: typo
    
    * fix: keyboardAvoidingView bahavior
    
    ---------
    
    Co-authored-by: Sergi Gonzalez <31130069+TheHypnoo@users.noreply.github.com>
    onmotion and TheHypnoo authored May 7, 2025
    Copy the full SHA
    9f00e71 View commit details

Commits on May 12, 2025

  1. add theme prop (#165)

    Ahmed-Alsalim authored May 12, 2025
    Copy the full SHA
    079c5b2 View commit details
Showing with 4,726 additions and 5,072 deletions.
  1. +24 −0 .commitlintrc.json
  2. +2 −1 .markdownlint.json
  3. +84 −58 README.md
  4. +2 −1 README^2.md
  5. +3 −2 README^3.md
  6. +0 −2 example/.bundle/config
  7. +1 −1 example/App.tsx
  8. +11 −3 example/Gemfile
  9. +5 −9 example/__tests__/App.test.tsx
  10. +4 −4 example/android/app/build.gradle
  11. +2 −2 ...rc/main/java/com/{autocomletedropdownplayground → autocompletedropdownplayground}/MainActivity.kt
  12. +3 −2 ...main/java/com/{autocomletedropdownplayground → autocompletedropdownplayground}/MainApplication.kt
  13. +1 −1 example/android/app/src/main/res/values/strings.xml
  14. +6 −6 example/android/build.gradle
  15. +1 −1 example/android/gradle.properties
  16. BIN example/android/gradle/wrapper/gradle-wrapper.jar
  17. +1 −1 example/android/gradle/wrapper/gradle-wrapper.properties
  18. +4 −2 example/android/gradlew
  19. +2 −0 example/android/gradlew.bat
  20. +1 −1 example/android/settings.gradle
  21. +2 −2 example/app.json
  22. +29 −11 example/components/ModalExample.tsx
  23. +15 −7 example/components/RemoteDataSetExample.tsx
  24. +12 −3 example/components/RemoteDataSetExample2.tsx
  25. +8 −0 example/components/RemoteDataSetExample3.tsx
  26. +0 −705 example/ios/AutocomleteDropdownPlayground.xcodeproj/project.pbxproj
  27. +0 −6 example/ios/AutocomleteDropdownPlayground/AppDelegate.h
  28. +0 −31 example/ios/AutocomleteDropdownPlayground/AppDelegate.mm
  29. +0 −10 example/ios/AutocomleteDropdownPlayground/main.m
  30. +0 −66 example/ios/AutocomleteDropdownPlaygroundTests/AutocomleteDropdownPlaygroundTests.m
  31. +0 −24 example/ios/AutocomleteDropdownPlaygroundTests/Info.plist
  32. +486 −0 example/ios/AutocompleteDropdownPlayground.xcodeproj/project.pbxproj
  33. +12 −12 ...pleteDropdownPlayground.xcodeproj/xcshareddata/xcschemes/AutocompleteDropdownPlayground.xcscheme}
  34. +1 −1 ...downPlayground.xcworkspace → AutocompleteDropdownPlayground.xcworkspace}/contents.xcworkspacedata
  35. +48 −0 example/ios/AutocompleteDropdownPlayground/AppDelegate.swift
  36. 0 ...downPlayground → AutocompleteDropdownPlayground}/Images.xcassets/AppIcon.appiconset/Contents.json
  37. 0 ...os/{AutocomleteDropdownPlayground → AutocompleteDropdownPlayground}/Images.xcassets/Contents.json
  38. +1 −1 example/ios/{AutocomleteDropdownPlayground → AutocompleteDropdownPlayground}/Info.plist
  39. +1 −1 example/ios/{AutocomleteDropdownPlayground → AutocompleteDropdownPlayground}/LaunchScreen.storyboard
  40. 0 example/ios/{AutocomleteDropdownPlayground → AutocompleteDropdownPlayground}/PrivacyInfo.xcprivacy
  41. +1 −6 example/ios/Podfile
  42. +759 −523 example/ios/Podfile.lock
  43. +18 −20 example/package.json
  44. +26 −36 package.json
  45. BIN screens/expo-example-qr-v4.png
  46. BIN screens/expo-qr.png
  47. +38 −32 src/AutocompleteDropdownContext.tsx
  48. +3 −2 src/Dropdown.tsx
  49. +4 −2 src/RightButton.tsx
  50. +464 −471 src/index.tsx
  51. +6 −5 src/types/index.ts
  52. +2,635 −2,998 yarn.lock
24 changes: 24 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [
2,
"always",
[
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"release"
]
],
"subject-case": [2, "never", ["sentence-case", "start-case", "pascal-case", "upper-case"]]
}
}
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"default": true,
"MD007": { "indent": 4 },
"MD007": { "indent": 8 },
"MD045": false,
"MD013": {"line_length": 800},
"MD033": false,
"no-hard-tabs": false
Loading