Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@ui-kitten/components

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui-kitten/components - npm Package Versions

2

5.3.1

Diff

Changelog

Source

<small>5.3.1 (2023-04-26)</small>

  • fix: BottomNavigation vertical align issue, closes #1721
  • fix: Datepicker selecting month error (#1694, #1687, #1713) (#1725) (8e7aefd), closes #1694 #1687 #1713 #1725
  • fix: ViewPager docs (3e155d8)
  • fix: Popover fixes (#1727, #1723) (d59fb29), closes #1727 #1723
ui-kitten
published 5.3.0 •

Changelog

Source

5.3.0 (2023-04-14)

  • release: v5.2.0 (#1715) (ef892df), closes #1715
  • fix: added frame check for popover state update (#1672) (d6590ec), closes #1672
  • fix: added shrinking to card children container (#1671) (e591303), closes #1671
  • fix: changed tab indicator position to relative, adjusted bottom nav bar layout (#1660) (66c181f), closes #1660
  • fix: check and fixed failing tests (#1673) (4eaafab), closes #1673
  • fix: docs generation (532fa19)
  • fix: fix metro-config for expo usage (#1710) (07bb149), closes #1710
  • fix: fixed passing parameters for menu item for onPress callback (#1669) (ffd7efc), closes #1669
  • fix: linter-errors (#1714) (a8a72af), closes #1714
  • fix: parametrized testIDs for container and text input based on passed prop (#1685) (8bea09f), closes #1685
  • fix: passing disabled prop to select item inner checkbox (#1668) (f736cb1), closes #1668
  • fix(ci): updated GH actions config (#1670) (220e8c8), closes #1670
  • fix(tests): Make tests green on case sensitive file systems (#1528) (740758e), closes #1528
  • fix autocomplete showcases - pick the wrong item onSelect (#1632) (962cfb0), closes #1632
  • Fix/metro config expo (#1712) (d5b9b5a), closes #1712
  • Update link to sketch file on gum road. (#1570) (e92a04a), closes #1570
  • update rn, fix eslint, ts errors (#1655) (b8ca73b), closes #1655
  • feat: add linear and circular progress bars (#1567) (4a8d19d), closes #1567
  • feat: add props for adding custom arrows to calendar component (#1390) (5dacb9a), closes #1390
  • feat: added animationDuration prop to view pager (#1662) (8de3e15), closes #1662
  • feat: updated js and ts templates (#1703) (f80de5b), closes #1703
  • feat(modals): migrate Modal/Popover to the RN's Modal (#1615) (c19ae7b), closes #1615
  • chore: update rn version to 0.70.6 (#1686) (df96d0d), closes #1686
  • feature: menu group - default expand option (#1389) (30e2a5c), closes #1389
  • docs: add theme variables link to theme docs (#1494) (88d1631), closes #1494
  • docs: getting started guide, malformed json example (#1605) (#1606) (d0ececa), closes #1605 #1606 #1605
ui-kitten
published 5.2.0 •

Changelog

Source

5.2.0 (2023-04-13)

ui-kitten
published 5.1.2 •

Changelog

Source

<small>5.1.2 (2022-03-24)</small>

:rocket: Highlights:

  • Improved performance for styles hook & styled components (#1550) (0f8d08e), closes #1550, (#1489) (04481ce), closes #1489
  • Calendar: added initialVisibleDate prop to show specific dates (e66d8cf)
  • Calendar: split navigation on year/month view modes with date view mode (c63a5b4)

:bug: Bug Fixes

  • Calendar: rerender header on arrow press (#1572) (f152170), closes #1572
  • Calendar: fix calendar header (#1580) (c63a5b4), closes #1580
  • Calendar: fix styles of today's date. (#1579) (e66d8cf), closes #1579
  • Input: fixed double tab for Input component for react-native-web (#1596) (d8dcf05), closes #1596
  • Modal: update usage example of modal service (#1559) (2a9ed67), closes #1559
  • Modal: deprecated warn removed (#1519) (add8350), closes #1519
  • Popover: block showing after unmount (#1560) (ab62f87), closes #1560
  • TabIndicator: add a wrapper over the indicator to apply user styles correctly (#1512) (#1547) (8d69c5f), closes #1512 #1547
  • RangePicker: allow to pick one day as completed range (#1573) (d0207f6), closes #1573
  • Updated templates versions (#1485) (313a725), closes #1485
  • gh: set node version for publish to expo extension (#1581) (3032caa), closes #1581

:books: Documentation:

  • Navigation guide update (#1537) (cebfa4f), closes #1537
  • New Akveo logo (393d6c7)
  • Added needed step to fix issue with Expo for Web (#1556) (96cd0a1), closes #1556
  • Added step for docs publishing (a581633)
  • Added part related to design a section with theme hooks examples (#1552) (327e45c), closes #1552
ui-kitten
published 5.1.1 •

Changelog

Source

<small>5.1.1 (2021-07-19)</small>

:rocket: Highlights:

  • Added testID prop for components (#1444) (83c75b0), closes #1444
  • Improved Autocomplete. Now no need to double-click to select item from the list (#1423) (af715a9), closes #1423
  • Documentation fixes and corrections

:rocket: Features

  • Add support for disabling custom mapping file watcher (a985f07)

:bug: Bug Fixes

  • TabIndicator: Now there is ability to change color and other styles without changing active tab (123eb2b)
  • Icon: Fixed warning does not recognize the animationConfig (2624267), closes #1432
  • List: Add forward ItemT to React's ListProps (bdf41d3), closes #1430
  • Modal: Remove warning during state update. (273746a), closes #1448
  • Update eva packages to v2.1.1 (#1481) (05eb9a2), closes #1481
  • Update react-native-svg peer version (#1460) (32a0882), closes #1460
ui-kitten
published 5.1.0 •

Changelog

Source

5.1.0 (2021-04-16)

:rocket: Highlights:

  • Added onMonthChange function to the Calendar component (d70d978)
  • Added ghost appearance for ButtonGroup component (#1382) (849fb48), closes #1382
  • Improved input component caption structure (#1349) (862a12f), closes #1349
  • ModalService can adjust position of items if StatusBar on Android is translucent (#1372) (407356e), closes #1372 #743
  • ViewPager now has swipeEnabled prop (c9e791f)

:rocket: Features

  • Update input styles when view & flex props are intersects each other (#1351) (b9dbd58), closes #1351

:bug: Bug Fixes

  • Modal: Add change orientation event with modal render (#1346) (15fb285), closes #1346
  • Datepicker: Make autodismiss prop optional (123eb2b)
  • Popover: Popover now reacts to Android hardware back button press (2a103ed)
  • ViewPager: Now skips if page is null (c49753b)
  • Input: Fixed cases when input does not detect press around the edges (e992b66)
  • Autocomplete: Async Autocomplete does not show options initially (2ca80e1)
ui-kitten
published 5.0.0 •

Changelog

Source

5.0.0 (2020-05-12)

:star: Highlights

  • Bug fixes and improvements #517

:bomb: Breaking Changes:

  • refactor styled function to be decorator (#1004 #024ac83) Despite this is a breaking change, this helps us to keep the existing code base much cleaner by removing of styledComponentName statics. For the end user this also leads to better type definitions when using refs.

:bug: Bug Fixes:

:books: Documentation:

:rocket: Features:

  • Avatar: add ImageComponent property. (#999 #ec76205 Closes #999)
  • Datepicker: add autoDismiss property` (#1066 #7208751 Closes #1066)
  • Metro Config: the package now includes a command line interface to compile mappings manually. This, for example, solves the case when it's needed to build an app within the CI environment. (#9c515c4)
ui-kitten
published 5.0.0-rc.0 •

ui-kitten
published 5.0.0-alpha.1 •

Changelog

Source

5.0.0-alpha.1 (2020-04-08)

:star: Highlights

  • Rethinking component APIs #517
  • Improve TypeScript definitions by describing Eva properties.
  • React Native 0.62 support (#974 edd0121)

:rocket: Features

  • Documentation: add developer-friendly documentation for each example (38d073e)
  • Documentation: add more details on branding guide (2250f03)

:bug: Bug Fixes

  • fix(components): typography fixes (d73d0dd)

:bomb: Breaking Changes

  • BREAKING CHANGE: combine eva props into one (#884 ee100a5)
  • BREAKING CHANGE: refactor Menu to new api (#789 205eb6d)
  • BREAKING CHANGE: refactor BottomNavigation to new api (8ab5608)
  • BREAKING CHANGE: refactor Button to new api (#564 8e8c8a9)
  • BREAKING CHANGE: refactor Card to new api (#947 9a6415a)
  • BREAKING CHANGE: refactor CheckBox to new api (3ef75e0)
  • BREAKING CHANGE: refactor Drawer to new api (9188551)
  • BREAKING CHANGE: refactor Input to new api (#737 #770 #972 4cae584)
  • BREAKING CHANGE: refactor List to new api (533fa81)
  • BREAKING CHANGE: refactor Menu, Select and Drawer components to new api (#789 #799 #936 #970 df95586)
  • BREAKING CHANGE: refactor popover-based components to new api (0526c80)
  • BREAKING CHANGE: refactor Radio to new api (577241d)
  • BREAKING CHANGE: refactor Tab to new api (2d64770)
  • BREAKING CHANGE: refactor Toggle to new api (c0b5f1e)
  • BREAKING CHANGE: refactor TopNavigation to new api (#777 #810 #863 170e5bb)
ui-kitten
published 4.4.1 •

Changelog

Source

<small>4.4.1 (2020-02-24)</small>

:star: Highlights

Improving performance with build-time Eva processing #517

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc