- Email / Mailbox: Removed invalid import which was breaking the component Pull Request
- Mailbox: Fixed border style regression Pull Request
- Mailbox: Supports server-side pagination Pull Request
- Agenda: Supports timezone agnostic all day events Pull Request
- Conversation: Supports custom styling using css variables Pull Request
- Email: Supports custom styling using css variables Pull Request
- Mailbox:
unread_status
prop has been deprecated - Email:
unread
prop has been deprecated
- General bug fixes related to Email and Mailbox components
- Fixed css variables for style overrides and custom data handling
- Sanitize svelte @html bindings to prevent XSS Pull Request
- Refactored internal component properties to be accessed through internal _this object Pull Request
- Email: Added overflow auto to the message body for cases where the body of the html content exceeds the parent width Pull request
- Email: Component thread's message body overflows container Pull Request
- Mailbox: Fixed not able to delete threads in outlook accounts issue Pull Request
- Mailbox: Fixed displayed message body not being updated once it has been fetched Pull Request
- General bug fixes related to Email and Mailbox components
- Conversation: Refactored to use nylas-contact-image and fixed multiple avatar fetches Pull Request
- Mailbox: Removed query params from window url in the requests for threads Pull request
- Email: Fixed emails height sometimes causing content to overflow Pull Request
- Email: Fixed case where creating a new email component in the same parent app as a fully loaded email would cause an infinite loop Pull Request
- Package updates and general improvements with setting manifest properties
- Mailbox: Style improvements for refreshing mailbox Pull Request
- Ensure access_token props are always passed through to request headers Pull request
- README & components index: Updated with our new launched components (Email, Mailbox, Conversation) 🎉
- Mailbox: Fixed a bug where the component did not respect the parent container width Pull Request
- Email: Fixed a bug where access_token prop was not being sent in the requests Pull Request
- Conversation: Fixed a bug where access_token prop was not being sent in the requests Pull Request
- Mailbox: Fixed a bug where access_token prop was not being sent in the requests Pull Request
- Nylas Email, Nylas Mailbox and Nylas Conversation components launched 🎉
- Composer: Fixed a bug where
value
prop was not reactive. This fix allows users to dynamically change the value Pull Request
- ContactList: Fixed a bug where prop value
show_filter
was not being read from the manifest Pull Request
- ContactList: Default value of
sort_by
prop is now set toname
instead oflast_emailed
Pull Request
- Composer now supports Message Tracking for Nylas accounts (Pull Request)
- New Issue templates, including an RFC template (Pull Request)
- Better tree shaking from our common stores/connections (Pull Request)
- Better testing for Composer component's replace_fields property (Pull Request)
- Code of Conduct and Contributing files added (Pull Request)
- Nylas Components Open Sourced 🎉