Skip to content

Releases: dooboolab-community/dooboo-cli

7.0.1

02 Dec 05:46
Compare
Choose a tag to compare
  • Upgrade react-native-project to 0.66.3.

7.0.0

23 Oct 10:09
Compare
Choose a tag to compare
  • Upgrade react-native project to 0.66+ with dooboo-ui preinstalled.

  • Upgrade expo project to sdk 43 with dooboo-ui preinstalled.

6.6.0

07 Jul 05:01
132a129
Compare
Choose a tag to compare

Update expo project to sdk 42.

https://blog.expo.io/expo-sdk-42-579aee2348b6

6.5.0

29 Jun 02:01
Compare
Choose a tag to compare

Migrate react template to emotion v11 and react-router-dom v6.

6.4.3

25 Jun 03:07
Compare
Choose a tag to compare
  • Add react-native link command at the end. It now includes dooboo-ui.

6.4.2

25 Jun 02:54
Compare
Choose a tag to compare

6.4.2

[Bugfix]

  • Rename package in MainActivity to lowercase.

6.4.1

Fix file search from app.json to app.config.ts.

6.4.0

19 Jun 12:25
cf0b67e
Compare
Choose a tag to compare

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

05 Feb 02:00
Compare
Choose a tag to compare

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

11 Jan 23:49
Compare
Choose a tag to compare

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;

5.0.0

09 Jan 23:47
2c3c0d4
Compare
Choose a tag to compare

React Native template now support web!

  • Renamed callback func more specifically

    • cbResultWeb to cbResultReact and cbResultApp to cbResultReactNative.
    • Replaced cd ios && pod install to npx pod-install.
  • Renamed templates dir to expo
    Expo is the higher condition that overlap react-native. Since we now have some differences between react-native and expo templates, we separate them to expo

  • Separated screen templates for rn and expo

  • Changed pointing RN and EXPO project branches

  • Applied new linting rules and refactor the codebase

  • Added compatibility command for v5