Skip to content

Releases: LunatiqueCoder/luna

Release 1.2.6

13 May 21:11
Compare
Choose a tag to compare

Release 1.2.5

19 Mar 21:40
Compare
Choose a tag to compare

v1.2.4

05 Mar 23:16
Compare
Choose a tag to compare

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

24 Dec 08:13
Compare
Choose a tag to compare

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

04 Dec 23:45
Compare
Choose a tag to compare

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

01 Dec 11:07
Compare
Choose a tag to compare

What's Changed

  • Web Vitals by @criszz77 in #36

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Nov 16:58
108367c
Compare
Choose a tag to compare

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

18 Nov 19:04
Compare
Choose a tag to compare

v1.0.2

10 Nov 15:41
Compare
Choose a tag to compare
  • Bump versions
  • Fix babel plugins (proposal class properties)
  • Improved example (by using user device preferences, etc.)

v1.0.1

02 Nov 07:01
Compare
Choose a tag to compare
  • 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.