Skip to content

Latest commit

 

History

History
121 lines (85 loc) · 8.38 KB

CHANGELOG.md

File metadata and controls

121 lines (85 loc) · 8.38 KB

3.1.2 (2018-09-21)

Bug Fixes

  • rkSwitch: onValueChange parameters not passed to android component (d1db657)

3.1.1 (2018-09-20)

Features

  • rkText: add prop-types validation (ea193cb)

Notes

  • rkAvoidKeyboard: this component is deprecated since 3.1.1 version. Will be completely deleted in 3.2.0 version.

3.1.0 (2018-09-19)

Bug Fixes

  • rkTextInput: non-editable rkTextInput crash on Android (e755ce1)
  • rkModalImg: more than 10 items render (c98d45c)
  • rkCard: nullable subview render (0275291)
  • rkChoice: antialiased render on Android (c86d57c)

Features

  • build: eslint integration and project adopt (24d268b)
  • build: add expo 27 and RN 0.56 support (8c8b987)
  • rkSwitch: component implementation (08dd2df)
  • rkGallery: component implementation (2a9f652)
  • rkGalleryImage: component implementation (794b117)

Notes

  • rkModalImg: this component is deprecated since 3.1.0 version. Will be completely deleted in 3.2.0 version. Use rkGallery or rkGalleryImage instead.

3.0.1 (2018-04-25)

Bug Fixes

  • docs: upgrade docs devDependencies to fix docs AOT build issue (7d77561)
  • rkModalImage: images doesn't rotate on android (d8054e2)
  • rkModalImg: fix swipe images in full screen mode on android (4923bd2)
  • rkPicker: change animation type to 'fade' (c9a9f5c)

Features

  • rkButton: add capability pass custom touchable (0840df4)

3.0.0 (2018-01-08)

Bug Fixes

  • button: add TouchableOpacity props support (d29f627)
  • common: rewrite rkChoice (d0a5a4a)
  • common: rewrite rkChoice. Refactoring (ddafac3)
  • common: rewrite rkChoice. Will be refactored (1cfeceb)
  • common: small style changes (6f3a8d2)
  • docs: fix #17 contact icons (258b14d)
  • docs: fix demo phone (924ca2a)
  • docs: fix footer social icons (7c63461)
  • docs: fix google analytics (41e3b98)
  • docs: fix header styles (d691756)
  • docs: fix home page copy (75fe65d)
  • docs: fix main font (2e079ad)
  • docs: fix package.json commands (04459ec)
  • docs: fix prod build (409b2b2)
  • docs: fix relative url (875c748)
  • docs: fix scroll top (1010404)
  • docs: fix styles (a2c15c2)
  • docs: fix styles (d309cce)
  • docs: fix top menu redirect (d5f1a6a)
  • docs: fix transition & font-weight (2e55ff8)
  • docs: hide contact icons, build comandas (731a22d)
  • docs: ie and edge fixes (5498029)
  • docs: improve header (7a5837a)
  • docs: improve styles (ba12b86)
  • docs: navigation issues fix, make links work (001ca02)
  • forms: image rkCardImg doesn't work (d22d195)
  • homepage: fix gradient (9041511)
  • homepage: fix homepage layouts (bb33eae)
  • rkModalImg: rkModalImage doesn't support orientation in full screen mode (ecf4fd9)
  • rkTabView: scrollView issue with RkTabView (eeeb839)
  • scroll: prevent body from scrolling under menu (4f86a5d)

Features

  • common: create RkPicker component. (#34) (c248964)
  • common: implements inherit types (0de3725)
  • common: avoid type mapping when there is only one component (4db1270)
  • common: convert ExplorerApp to an Expo application (38cd85a)
  • docs: add full pages title (e15981d)
  • docs: add google analytics for docs pages (449ab0d)
  • docs: change homepage text (1408401)
  • docs: fix npm scripts (9c80182)
  • docs: layout improvements (4db4368)
  • docs: extractNonStyleValue doesn't consider rkType (3d7ddf2)
  • rkButton: add hitSlop to RkButton style (14d0033)
  • rkChoice: refactor RkChoice component in order to get rid of content style property (bc5f773)
  • rkTabView: add possibility to place content of tabs above of the tabs. (ac29043)

BREAKING CHANGES

  • rkChoice: specifying of content of component in style property was removed.