Releases: LunatiqueCoder/luna
Releases · LunatiqueCoder/luna
Release 1.2.6
- Bump versions (6abd1ef)
Release 1.2.5
- Bump versions (25acd82)
v1.2.4
What's Changed
- fix: vector-icons android double-include, ios navigation stack crash, dependencies by @mikehardy in #50
Full Changelog: v1.2.3...v.1.2.4
v1.2.3
What's Changed
- feat(pages): auto-deploy to github-pages on merge to master by @mikehardy in #39
- perf: use initialWindowMetrics on SafeAreProvider by @mikehardy in #40
- style(lint): remove eslint quotes rules so prettier wins by @mikehardy in #41
- fix(web): if no page title or route title, don't emit hyphen by @mikehardy in #42
- feat(deps): general dependency maintainance tooling by @mikehardy in #47
- build(deps): yarn package:update, pin react-scripts@^4 by @mikehardy in #48
Full Changelog: v.1.2.2...v1.2.3
v.1.2.2
What's Changed
- feat(web): add web-compatible linking and titling in react-navigation by @mikehardy in #38
Full Changelog: v1.2.1...v.1.2.2
v1.2.1
v1.2.0
What's Changed
- Release v1.1.0 by @criszz77 in #28
- fix(android): android 12 compatibility by @mikehardy in #30
- fix(paths): use directory-relative paths by @mikehardy in #29
- docs(README): no longer contains elements, link to icons readme by @mikehardy in #31
- Converge with upstream (react-native-typescript-template, and react-native/template) by @mikehardy in #32
- @mikehardy/lint battles by @mikehardy in #33
- Refactor develop by @criszz77 in #34
- Release 1.2.0 by @criszz77 in #35
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Replace react-app-rewired and customize-cra with CRACO.
- New JSX Transform
- Improved example.
v1.0.2
- Bump versions
- Fix babel plugins (proposal class properties)
- Improved example (by using user device preferences, etc.)
v1.0.1
- removes React.FC from the template because it has a few downsides. More information here: facebook/create-react-app#8177
- removes react-native-elements because it's not needed. The user should be able to choose what he'd like to use. react-native-vector-icons and react-navigation are staying because they're the the recommended choice to use React Native for web.