Releases: restarone/violet_rails
0.9.97
What's Changed
- Update README.md by @donrestarone in #1447
add iOS repo + more examples
Full Changelog: 0.9.96...0.9.97
0.9.96
0.9.95
What's Changed
- [bug fix] dynamic property render in snippets by @ajaystha42 in #1424
Addresses: #1355
Demo:
Screen.Recording.2023-02-19.at.23.05.15.mov
Full Changelog: 0.9.94...0.9.95
0.9.94
What's Changed
[feature] purge unattached active storage blob
Addresses: #1083
DEMO:
Screen.Recording.2023-02-18.at.11.27.48.PM.mov
Full Changelog: 0.9.93...0.9.94
0.9.93
0.9.92
What's Changed
- [Bug Fix] CMS association not detected when API form is rendered (#1405) by @alis-khadka in #1408
[Bug Fix] CMS association not detected when API form is rendered
Addresses: #1321
DEMO
Screen.Recording.2023-02-06.at.3.58.31.PM.mov
Full Changelog: 0.9.91...0.9.92
0.9.91
What's Changed
[bug fix] Cannot change account email from user settings
Addresses: #1375
Demo:
Screen.Recording.2023-02-02.at.8.51.32.PM.mov
Full Changelog: 0.9.90...0.9.91
0.9.90
What's Changed
Addresses: #1292
Determining the visibility threshold for section views
Threshold indicates at what percentage of the target's visibility the tracking should be executed. 0.75 threshold indicates that the tracking is done when 75% of the section is visible in the screen.
However for larger sections, 75% of the content can never be visible. Therefore we need to adjust the threshold.
A good rule of thumb is if the section is double the screen size, adjust the threshold to slightly less than 0.5 and if the section is 4 times the screen size, adjust threshold to less than 0.25, and so on
REF:
https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#thresholds
Co-authored-by: Pralish Kayastha [email protected]
Co-authored-by: Pralish Kayastha [email protected]
Full Changelog: 0.9.89...0.9.90
0.9.89
What's Changed
[bug fix] Dynamic links get broken in send_email
Addresses: #1052
Demo:
Screen.Recording.2022-09-05.at.10.36.14.PM.mov
Co-authored-by: Pralish Kayastha [email protected]
Co-authored-by: Pralish Kayastha [email protected]
Full Changelog: 0.9.88...0.9.89
0.9.88
What's Changed
- [bug fix] API resource undefined method error by @ajaystha42 in #1378
Addresses: #1357 Demo:
Screen.Recording.2023-01-20.at.23.33.28.mov
Full Changelog: 0.9.87...0.9.88