-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
33 lines (27 loc) · 1.08 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
v1.0.6
- Improvement: Minor CSS improvements as per the UAT feedback.
- Fix: Compatibility issue with some package bundler and CSS parser.
v1.0.5
- Improvement: Added default stylings for the flyout inner contents.
- Improvement: Added 'target="_blank"' to all the links of inner contents in flyout.
v1.0.4
- Improvement: Made the library compatible to use with npm install.
- Improvement: Added an option to enable/disable the inner content title link.
- Improvement: Improved flyout overlay animation.
- Fix: React app crash when element is null or not found.
v1.0.3
- New: Added ReactJS Hook inside "dist > react".
- Improvement: Implement session data expiry.
- Improvement: Optimized `setLastPostUnixTime` parameter.
- Fix: XML parse issue.
v1.0.2
- New: Highlights new or unread posts.
- New: Excerpt options for long post contents.
- Improvement: Better data caching by instance ID.
- Improvement: Added support multiple feeds.
v1.0.1
- New: Notification badge with counts.
- New: Additional methods for the server-side data management.
- Improvement: Added build headers.
v1.0.0
- Initial release