Releases: hyochan/dooboo-cli
7.1.0
7.0.1
7.0.0
6.6.0
Update expo project to sdk 42.
6.5.0
6.4.3
6.4.2
6.4.0
Integrate dooboo-ui to react-native
and expo
projects.
6.3.0
Update react
and react-native
templates to emotion
Update expo
project template to sdk 41
.
6.2.1
Android app registry name to original.
6.2.0
React Native project is now based on 0.64.+
.
6.1.0
Changed generate component path: templates
=> uis
6.0.7
6.0.7
Fixed provider template paths.
6.0.6
Fix sed
script during test file creation.
Changed theme.font
=> theme.text
in template files.
6.0.5
Fix typo in react-native
page tempalte.
6.0.4
Generate files in plural dir. Now the boilerplate has all plural folder name.
6.0.2
Boilerplates are not configured in atomic design pattern.
5.1.1
5.1.1
Changed react-native screen template text to Page
from Screen
. Because we now have withScreen
wrapper in it which shouldn't be changed.
5.1.0
Added withScreen
utility function imports rather than wrapping Container
which is removed in react-native
template.
5.0.2
Added below style for react-native
screen template to fulfil the screen.
flex: 1;
align-self: stretch;