Startupjs Versions Save

⚡ Universal React Native + Web framework with isomorphic collaborative DB and observables

v0.21.1

4 years ago

App

  • Make $render.params available before route render

v0.21.0

4 years ago

README.md

  • Update list of packages

Styleguide

  • Fix android release build

UI

  • [Tag, MenuItem, Button] Remove rightIcon prop. Add iconPosition prop for change icon position from left to right
  • [Tag] Add en doc. Remove onIconPress.
  • [TextInput]
    • Add iconPosition prop to change icon position from left to right
    • Add onIconPress handler
  • [Link] Add new component
  • [Breadcrumbs] Refactor to new Link component
  • [Checkbox] Fix unchecked view on android
  • [Div] Add pushed prop for left margin
  • [Collapse, Menu] Fix warnings related to missing prop key

MDX

  • Use Link component from @startupjs/ui for links

v0.20.0

4 years ago

Routes-middleware

  • Add polyfill for global react-native-web styles
  • Add mode option defaulting to react-native, another one is web

Babel-preset-startupjs

  • Add package

Bundler

  • Move babel configuration out into it's own preset and a package babel-preset-startupjs
  • Deprecate usage of old config directly from bundler
  • Move react-hot-loader into peerDependencies

Styleguide

  • Use new babel config

Templates

  • Use new babel config

v0.19.3

4 years ago

MDX

  • Fix ul, ol, li styles

v0.19.2

4 years ago

UI

  • [Div] Add variants opacity and highlight for different touches behaviour
  • [TextInput] Fix duplicating styles

MDX

  • Implement ul, ol, li

Docs

  • Update README.md

v0.19.1

4 years ago

Bundler

  • Add ability to use hooks in the mdx examples

Hooks

  • add useBackPress hook for catching back press event on android

App

  • goTo move 'replace' argument to options

Routes-middleware

  • pass req to getHead

v0.19.0

4 years ago

UI

  • [Icon] Add default color
  • [Tag] Add onPress for icons
  • [Content] Add component
  • [Drawer] Rename to DrawerSidebar

Bundler

  • Auto force compile all modules starting with react-native-

Styleguide

  • Move documentation generation into a separate package @startupjs/docs

Docs

  • Add package

v0.18.4

4 years ago

UI

  • [Collapse] Add missing onChange to prop types
  • [Button] Rename push prop to pushed

v0.18.3

4 years ago

Init

  • Fix batching

React-sharedb

  • Add option to observer for forwarding ref

Bundler

  • Improve transformer for keep options in observer

v0.18.1

4 years ago

DEPRECATED Unnecessary changes in this version that break the package