Skip to content

Releases: restarone/violet_rails

0.9.97

10 Mar 19:00
96d21fc
Compare
Choose a tag to compare

What's Changed

add iOS repo + more examples

Full Changelog: 0.9.96...0.9.97

0.9.96

26 Feb 15:28
5e73774
Compare
Choose a tag to compare

What's Changed

Addresses: #1397

Demo:

Screen.Recording.2023-02-06.at.13.09.33.mov

Full Changelog: 0.9.95...0.9.96

0.9.95

24 Feb 15:16
5da187f
Compare
Choose a tag to compare

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

22 Feb 13:22
5f74f68
Compare
Choose a tag to compare

What's Changed

  • [feature] purge unattached active storage blob by @Pralish in #1423

[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

11 Feb 21:55
750f5dc
Compare
Choose a tag to compare

What's Changed

  • update Brakeman by @ajaystha42 in #1412

Full Changelog: 0.9.92...0.9.93

0.9.92

09 Feb 23:14
1205ec9
Compare
Choose a tag to compare

What's Changed

[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

06 Feb 00:24
567bcf8
Compare
Choose a tag to compare

What's Changed

  • [bug fix] Cannot change account email from user settings by @Pralish in #1403

[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

31 Jan 03:00
a1c806e
Compare
Choose a tag to compare

What's Changed

Addresses: #1292 Screen Shot 2023-01-04 at 8 07 53 AM

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://stackoverflow.com/questions/66296057/intersectionobserver-does-not-work-on-small-screens-for-long-sections-js/

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

25 Jan 22:34
b43d050
Compare
Choose a tag to compare

What's Changed

  • [bug fix] Dynamic links get broken in send_email by @Pralish in #1380

[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

21 Jan 23:37
fe18115
Compare
Choose a tag to compare

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