Releases: monkvision/monkjs
Releases · monkvision/monkjs
Release 1.1.3
- Fix isAvailable Camera bug for web app on iOS devices (cc7ca17)
Full Changelog: 1.1.2...1.1.3
Release 1.1.2
- Fix isAvailable Camera bug for web app on android devices (324ea46)
- Enable expo https and fix react version (f874c89)
- Add configurations (79f4fd4)
Full Changelog: 1.1.1...1.1.2
Release 1.1.1
- Add CRA demo (9d2bfc3)
- Merge pull request #58 from monkvision/feature/FE-80/inspection-tuto-screen (7071044)
- Update tutorial view (dcf92d6)
- Merge branch 'main' into feature/FE-80/inspection-tuto-screen (b4386ad)
- Merge pull request #88 from monkvision/proposal/cameraview-refactoring (d399405)
- Merge branch 'proposal/cameraview-refactoring' of https://github.com/monkvision/monkjs into proposal/cameraview-refactoring (d174499)
- Fixed media queries, improved the camera view (de441c8)
- Merge branch 'main' into feature/FE-80/inspection-tuto-screen (88bde9c)
- Merge branch 'main' into proposal/cameraview-refactoring (cae940e)
- Merge pull request #87 from monkvision/improvement/advices (41e59b4)
- Fixing media queries, not for notch devices (4b30727)
- 🚀 Replace .gif advice assets by .webp to avoid performance drop on Android (3f1ee87)
- Merge pull request #86 from monkvision/docs/expo-workflows (c924645)
- Enhance documentation (6dbdc9f)
- Merge branch 'main' into docs/expo-workflows (c162ae9)
- Merge remote-tracking branch 'origin/docs/expo-workflows' into docs/expo-workflows (7850e01)
- Add docs for expo bare and managed workflows project (4e4ba68)
- Merge pull request #85 from monkvision/FE-100_create_advice_carousel (1d19de0)
- Add docs for expo bare and managed workflows project (782ef18)
- 🎉 Fixed yarn lock merge conflict, and proptypes misleading (94e7d3e)
- Resolve merge conflict locally (43a6a9e)
- 🔥 Remove all external carousel packages and creating a new carousel using ScrollView (f5d5ad4)
- Fix documentation (77e7881)
- Fix README.md (9b77b83)
- creating a new advices carousel with react-native-swiper-flatlist (10fda3c)
- [FE-80] Fix lint (d3b11b0)
- [FE-80] Replace svg by png (68fbd38)
- [FE-80][WIP] Add Inspection tuto screen (904a3cc)
What's Changed
- Fe 100 create advice carousel by @BenHakimIlyass in #85
- Add docs for expo bare and managed workflows project by @alexandre-em in #86
- 🚀 Replace .gif advice assets by .webp to avoid performance dro… by @BenHakimIlyass in #87
- Fixing media queries, not for notch devices by @BenHakimIlyass in #88
- [FE-80] Inspection tuto screen by @alexandre-em in #58
New Contributors
- @alexandre-em made their first contribution in #86
Full Changelog: 1.1.0...1.1.1
Release 1.1.0
- Update READMEs (5ec2a03)
Full Changelog: 1.1.0-5...1.1.0
Release 1.0.9
- Release @monkvision/react-native v1.0.9 (f6fced3)
- Release @monkvision/corejs v1.0.9 (177fca2)
- Fix prerelease v1.1.0 issues (48304ac)
- Merge pull request #83 from monkvision/FE-174_fix_picture_scroll_preview_height (f767e1e)
- Fixed PictureScrollPreview, by changing padding with margin (49e5977)
- Merge pull request #80 from monkvision/FE-169_scroll_to_the_active_sight (d0c9503)
- Fix propTypes exportation (9d8fdd1)
- Fix iterate issue after merge conflict (da85043)
- Merge main into current (4ddcfaa)
- Merge branch 'main' into FE-169_scroll_to_the_active_sight (0859434)
- Refactor values and propTypes (9ed0f90)
- Release @monkvision/react-native-views v1.0.9-0 (3f4ee21)
- Release @monkvision/react-native v1.0.9-0 (3f7509f)
- Updates packages (2ce6412)
- Release @monkvision/corejs v1.0.9-0 (aeab58d)
- Rollback AdvicesView (a8a7bda)
- Adding an auto scroll when ever we go to the next picture preview (a2164b5)
- Merge pull request #79 from monkvision/main (2fbc583)
- Separating styles, sightCard from the PictureScrollPreview and adding scroll trigger to the active sight (f1439b4)
What's Changed
- Pulling the new changes from main by @BenHakimIlyass in #79
- Fe 169 scroll to the active sight by @BenHakimIlyass in #80
- Fixed PictureScrollPreview, by changing padding with margin by @BenHakimIlyass in #83
Full Changelog: 1.0.8...1.0.9
Release 1.0.8
- Release @monkvision/react-native v1.0.8 (b0c0b15)
- Release @monkvision/corejs v1.0.8 (67ffc70)
- Merge pull request #76 from monkvision/FE-100_advice_modal (7c0e2c9)
- Rough fixing modal on android (d226644)
- Merge remote-tracking branch 'origin/FE-100_advice_modal' into FE-100_advice_modal (4d6eddf)
- Merge branch 'FE-100_advice_modal' of https://github.com/monkvision/monkjs into FE-100_advice_modal (1afe849)
- Fixed lint issues (38f3545)
- Merge branch 'main' into FE-100_advice_modal (c300867)
- Fix navigation module and bypass auth for the test app (f0a3c58)
- Merge branch 'main' into FE-100_advice_modal (9307710)
- Fix Loading on Native devices (fc6f5fb)
- Merge branch 'main' into FE-100_advice_modal (b6bd6e9)
- Fixing carousel dots, re-organizing advicesView file (38bdb75)
- Adding auto swipe to the right (without having a loop) (2f269b8)
- Merge pull request #75 from monkvision/routing (e2cbc6b)
- Refactor routing and add watch compounded script (4fb69e2)
- Adding advice screens, text, icons and carousel (2ab6b24)
- Merge pull request #74 from monkvision/FE-172_sightsweel (1f163d4)
- Fix SightsWheel and handle interior pics (07aa728)
- Refactor sights and complete inspection API (988ad75)
- Fix Camera pause/unpause (8484654)
- Show Modal on button click (9fabc58)
What's Changed
- Fix SightsWheel and handle interior pics by @natsukiai in #74
- Refactor routing and add watch compounded script by @natsukiai in #75
- Fe 100 advice modal by @BenHakimIlyass in #76
New Contributors
- @BenHakimIlyass made their first contribution in #76
Full Changelog: 1.0.7...1.0.8
Release 1.0.7
- Release @monkvision/react-native v1.0.7 (1e8357d)
- Release @monkvision/corejs v1.0.7 (eaef1c3)
- Add interior sight masks (ae7f12a)
- Fix documentation (8b864fb)
Full Changelog: 1.0.6...1.0.7
Release 1.0.6
- Release @monkvision/react-native v1.0.6 (11e5ad8)
- Release @monkvision/corejs v1.0.6 (2de3ee9)
- Enhance CRA workflow and patch fix issues (0287996)
Full Changelog: 1.0.5...1.0.6
Release 1.0.5
Full Changelog: 1.0.4...1.0.5
Release 1.0.4
- Fix overuse of vector icons dependency (e8847dd)
Full Changelog: 1.0.3...1.0.4