Skip to content

Releases: OsmiCSX/osmi

v1.3.0

29 Jul 10:29
a98ec75
Compare
Choose a tag to compare

1.3.0 (2021-07-29)

Upgrade

  • new: Upgrade React Native version to 0.64.2
  • new: Upgrade React version to 17.0.1

Enhancement

  • new: Alias path for importing App Core Modules

Bug Fixes

  • fix: Fix default key for redux persist config
  • fix: Fix flipper version incompatible

v1.2.2

28 Jun 07:53
b390297
Compare
Choose a tag to compare

1.2.2 (2021-06-28)

Bug Fixes

  • new: Fix issue #8 -- fix generate new project on windows (#9 by @DeVoresyah)

Boilerplate

  • fix: Fix issue #7 -- fix blank white screenon LaunchScreen.js (#6 by @rizbud)
  • bump: Bump osmicsx from 0.5.1 to 0.6.3

v1.2.0

25 Jan 17:27
0aeeae0
Compare
Choose a tag to compare

1.2.0 (2021-01-26)

Bug Fixes

  • generate: Fix issue #3 -- generate container and component support Namespace (#3 by @DeVoresyah)

Boilerplate

  • dependency: Add react-native-vector-icons to boilerplate (#4 by @rizbud)

v1.1.0

13 Jan 18:34
2032022
Compare
Choose a tag to compare

1.1.0 (2021-01-14)

Features

  • cli: Support namespace for generating new App and Components

How to Upgrade

Add osmiVersion: 1.1.0 into package.json in your project folder.

Example:

{
  "name": "TestApp",
  "version": "0.0.1",
  "osmiVersion": "1.1.0"
}