Skip to content

Releases: codypearce/material-bread

v0.2.10

23 Jul 14:29
Compare
Choose a tag to compare

v0.2.9

v0.2.8

v0.2.7

v0.2.6

v0.2.5

v0.2.4

v0.2.3

v0.2.2

09 Sep 11:03
Compare
Choose a tag to compare

New/Changes

Divider

  • inset has been renamed to insetHeader to better indicate what the inset applies too
  • insetLeft has been added to <Divider /> this shortens the divider by a specific amount and pushes it over that same amount to create inset dividers shown in the Material Docs.

BottomNavigation - @alburdette619

  • BottomNavigation automatically handles dimensions for landscape mode and allows the user to toggle horizontal Item layout. This makes BottomNavigation more usable on the web.

Features

Fixes

Docs

Other

AppbarBottom and Fab

  • Android has some problems with z-index and Animated.Views, this was causing problems with touching the <Fab /> on the <AppbarBottom />, so some changes in the internal structure had to be made. You can read about it here.

v0.2.1

05 Sep 10:45
Compare
Choose a tag to compare

New

Simpler setup
A few changes were implemented to make the initial setup easier and quicker:

  • The package now points by default to the dist standard version "main": "dist/index.js", which means no more babel config required.
  • @babel/runtime is now a dependency as the compiled dist requires some helpers from it.
  • modal-enhanced-react-native-web is now a full dependency to make the setup simpler, however, the plan is still to remove this dependency all together.
  • Icon now pulls the dist version of react-native-icons to further prevent babel setup when getting started

Features

Fixes

Docs