Ionic React v4.6.1 Release Notes

Release Date: 2019-07-09 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    • app: add hydrated to hide white screen with multiple ionic dependencies (#18649)
    • datetime: datetime no longer reports having a value if none is set (#18541) (92e0f98), closes #17979 #18540
    • fab-button: set opacity on disabled fab button (#18685) (6042b39), closes #18682
    • icon: load icons properly with baseHref (#18650), (#18637)
    • icon: bind icon name properly (#18707)
    • infinite-scroll: fix scroll listener (0d58101)
    • item: do not disable entire item if there are multiple inputs (#18696) (dfa2b13), closes #18655 #18670
    • router-link: add missing target prop (#18659) (1f51ab2), closes #18655
    • router-outlet: fix swipe to go back (b69fb69)
    • scss: copy all scss files (36a58df)
    • searchbar: proper styling after navigating (#18642)
    • slides: use correct order for pushing slides dynamically (#18633)
    • tabs: select proper tab by default and do not emit tab change if selectedTab is undefined (03c834c)
    • overlay: make create opts optional (44c88ad)

    ๐ŸŽ Performance Improvements