2025-04-18 16:49:06 +02:00
## 5.1.1
- Be honest about which Dart and Flutter versions we support
- Relax our Firebase version constraint, we also support the current newest versions
2024-08-14 15:10:55 +02:00
## 5.1.0
* Added `routeToPostDetail` to the `TimelineUserStory` to allow for navigation to the post detail screen.
* Fixed design issues.
2024-06-17 16:31:25 +02:00
## 4.1.0
- Migrate to flutter 3.22 which deprecates the background and onBackground properties in the ThemeData and also removes MaterialStatePropertyAll
2024-06-17 18:32:36 +02:00
- Add categorySelectionButtonSelectedTextColor and categorySelectionButtonUnselectedTextColor to the timeline theme to allow for the customization of the text color of the category selection buttons
2024-06-17 22:00:23 +02:00
- Show loading indicator when loading a post in the post screen
2024-06-17 16:31:25 +02:00
2024-05-09 21:45:24 +02:00
## 4.0.0
- Add a serviceBuilder to the userstory configuration
2024-05-09 22:31:11 +02:00
- Add a listHeaderBuilder for showing a header at the top of the list of posts in the timeline
2024-05-10 09:20:43 +02:00
- Add a getUserId function to retrieve the userId when needed in the userstory configuration
2024-05-10 10:07:15 +02:00
- Fix the timelinecategory selection by removing the categories with key null
2024-05-17 14:38:13 +02:00
- Set an optional max length on the default post title input field
2024-05-17 14:57:01 +02:00
- Add a postCreationFloatingActionButtonColor to the timeline theme to set the color of the floating action button
2024-05-21 07:23:49 +02:00
- Add a post and a category to the postViewOpenPageBuilder function
2024-05-21 08:39:34 +02:00
- Add a refresh functionality to the timeline with a pull to refresh callback to allow additional functionality when refreshing the timeline
2024-05-21 14:16:18 +02:00
- Use the adaptive variants of the material elements in the timeline
2024-05-22 11:25:49 +02:00
- Change the default blue color to the primary color of the Theme.of(context) in the timeline
2024-05-22 11:43:55 +02:00
- Change the TimelineTranslations constructor to require all translations or use the TimelineTranslations.empty constructor if you don't want to specify all translations
2024-05-22 13:51:33 +02:00
- Add a TimelinePaddingOptions class to store the padding options for the timeline
2024-05-22 14:58:27 +02:00
- fix the avatar size to match the new design
2024-05-22 16:51:24 +02:00
- Add the iconbutton for image uploading back to the ReactionBottom
2024-05-23 11:12:22 +02:00
- Fix category key is correctly used for saving timeline posts and category title is shown everywhere
2024-05-23 11:54:43 +02:00
- Fix when clicking on post delete in the post screen of the userstory it will now navigate back to the timeline and delete the post
2024-05-23 13:19:08 +02:00
- Fix like icon being used for both like and unliked posts
2024-05-23 14:40:15 +02:00
- Fix post creator can only like the post once and after it is actually created
2024-05-23 15:59:18 +02:00
- Change the CategorySelectorButton to use more styling options and allow for an icon to be shown
2024-05-24 10:09:56 +02:00
- Fix incorrect timeline reaction name
2024-05-24 12:35:15 +02:00
- Add a dialog for post deletion confirmation
2024-05-27 17:25:07 +02:00
- Add a callback method to determine if a user can delete posts that gets called when needed
2024-05-09 21:45:24 +02:00
2024-04-29 14:35:15 +02:00
## 3.0.1
- Fixed postOverviewScreen not displaying the creators name.
2024-04-25 14:47:16 +02:00
## 3.0.0
- Add default styling and default flow
2024-04-23 13:39:49 +02:00
## 2.3.1
- Updated readme.
- fixed bug in `localTimelinePostService` where it was not possible to make a post.
2024-03-14 12:40:57 +01:00
## 2.3.0
- Added separate open page builders for timeline screens
- Fixed afterPostCreationGoHome routing in gorouter and navigater user stories
2024-03-07 09:37:13 +01:00
## 2.2.0
- Add all routes to gorouter and navigator user stories
- Added enablePostOverviewScreen to config
- Update flutter_image_picker to 1.0.5
2024-02-21 15:37:05 +01:00
## 2.1.0
2024-02-22 13:59:23 +01:00
- Fixed multiline textfield not being dismissible.
- Fixed liking a new post you created.
2024-02-21 15:37:05 +01:00
- Added options to require image and enforce content length in post creation
- Added post overview screen before creating post
2024-02-22 13:59:23 +01:00
2023-11-23 08:55:29 +01:00
## 1.0.0 - November 27 2023
- Improved TimelineService with support for pagination
- Extra screens and configuration
- TimelineUserStory in the flutter_timeline package which uses go_router
## 0.0.1 - November 22 2023
2023-10-09 07:48:03 +02:00
2024-02-22 13:59:23 +01:00
- Initial release