Skip to content

Releases: startupjs/startupjs

v0.21.1 (April 23, 2020)

23 Apr 13:01
9f33362
Compare
Choose a tag to compare

App

  • Make $render.params available before route render

v0.21.0 (April 21, 2020)

22 Apr 20:08
422ecee
Compare
Choose a tag to compare

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 (April 20, 2020)

22 Apr 19:43
Compare
Choose a tag to compare

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 (April 18, 2020)

22 Apr 19:36
Compare
Choose a tag to compare

MDX

  • Fix ul, ol, li styles

v0.19.2 (April 18, 2020)

22 Apr 19:34
Compare
Choose a tag to compare

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 (April 17, 2020)

17 Apr 11:28
fc41725
Compare
Choose a tag to compare

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 (April 10, 2020)

14 Apr 13:17
4ad1464
Compare
Choose a tag to compare

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 (April 10, 2020)

14 Apr 12:28
81105d6
Compare
Choose a tag to compare

UI

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

v0.18.3 (April 8, 2020)

08 Apr 09:19
fdcda5c
Compare
Choose a tag to compare

Init

  • Fix batching

React-sharedb

  • Add option to observer for forwarding ref

Bundler

  • Improve transformer for keep options in observer

v0.18.2 (April 7, 2020)

07 Apr 10:11
d1bef47
Compare
Choose a tag to compare

MDX

  • Improve highlight (support html and js syntax)
  • Mock all html elements as P
  • Add styles for inline code

Routing template

  • Force compile missing server dependency @startupjs/app/server

Model

  • Rewrite to ES5

React-sharedb

  • Move batching to the top level
  • Rewrite batching to ES5

UI

  • [User] Fix passing size for description
  • [Button] Add push option for having multiple buttons in a row
  • [MenuItem] Change default background color from white to transparent
  • [Button] Add max-width of 400px
  • [Button] Add docs