Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Bump Fabulous.LiveUpdate from 0.27.1 to 0.51.0 in /TicTacToe#11

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/TicTacToe/Fabulous.LiveUpdate-0.51.0
Open

Bump Fabulous.LiveUpdate from 0.27.1 to 0.51.0 in /TicTacToe#11
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/TicTacToe/Fabulous.LiveUpdate-0.51.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps Fabulous.LiveUpdate from 0.27.1 to 0.51.0.

Release notes

Sourced from Fabulous.LiveUpdate's releases.

0.51.0

  • [Fabulous.XamarinForms] Added a scrollTo property to ListView, ListViewGrouped, Carousel and CollectionView (fsprojects/Fabulous#616)
  • [Fabulous.XamarinForms] Fixed 2 issues with Grid ColumnDefinitions/RowDefinitions (fsprojects/Fabulous#627)
  • [Fabulous.XamarinForms] Fixed an issue with cell recycling in ListView/ListViewGrouped (fsprojects/Fabulous#617)

0.50.2

  • [Fabulous.XamarinForms] Fixed an issue where attached properties could be not applied correctly (fsprojects/Fabulous#592)

0.50.1

0.50.0

BREAKING CHANGES: This release introduces many small breaking changes to provide better type-safety and reducing update calls when using events. Please read the migration guide to know how to update to this new version (https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/migration-guide-to-0.50.html)

  • [Fabulous.XamarinForms] Added support for Xamarin.Forms 4.3 (fsprojects/Fabulous#576)
  • [Fabulous.XamarinForms] Changed the View API to provide better type-safety for properties (see migration guide for more information)
  • [Fabulous.XamarinForms] Changed the behavior of event handlers. Events will no longer be triggered by Fabulous.XamarinForms when it's incrementally updating the properties (e.g. changing Text triggering TextChanged). This was changed to prevent unnecessary calls to the update function and in some cases an infinite loop on Android
  • [Fabulous.CodeGen] Introduced Fabulous.CodeGen, a new library, to help build your own library for your favorite framework using the MVU architecture with Fabulous. More documentation to come.

0.43.0

  • [Fabulous.XamarinForms] Recompiled to resolve the compile errors preventing to upgrade to Xamarin.Forms 4.3, due to breaking changes. Proper support for new stuff in Xamarin.Forms 4.3 will be added later. (fsprojects/Fabulous#574)

0.42.0

0.41.1

0.41.0

  • [Fabulous.XamarinForms] Added support for Xamarin.Forms 4.1 - You can now use the new CheckBox control :) (fsprojects/Fabulous#511)
  • [Fabulous.LiveUpdate] Fixed an issue introduced in 0.40 preventing LiveUpdate to run correctly (fsprojects/Fabulous#513)

0.40.4

0.40.3

  • [Fabulous.XamarinForms] [Extensions] Fixed missing dependencies in the NuGet packages

0.40.2

  • [Fabulous.XamarinForms] Fixed a missing dependency on Xamarin.Forms in the NuGet package Fabulous.XamarinForms

0.40.1

  • [Fabulous.XamarinForms] [Extensions] Fixed an invalid dependency on Fabulous.XamarinForms.Controls instead of Fabulous.XamarinForms (fsprojects/Fabulous#503)

0.40.0

... (truncated)
Changelog

Sourced from Fabulous.LiveUpdate's changelog.

0.51.0

  • [Fabulous.XamarinForms] Added a scrollTo property to ListView, ListViewGrouped, Carousel and CollectionView (fsprojects/Fabulous#616)
  • [Fabulous.XamarinForms] Fixed 2 issues with Grid ColumnDefinitions/RowDefinitions (fsprojects/Fabulous#627)
  • [Fabulous.XamarinForms] Fixed an issue with cell recycling in ListView/ListViewGrouped (fsprojects/Fabulous#617)

0.50.3

  • [Fabulous.XamarinForms] Fixed an issue where the application could crash when LiveUpdate tries to refresh the app with an invalid view (fsprojects/Fabulous#594)
  • [Fabulous.XamarinForms] Fixed an issue where an InvalidCastException could occur (fsprojects/Fabulous#597)

0.50.2

  • [Fabulous.XamarinForms] Fixed an issue where attached properties could be not applied correctly (fsprojects/Fabulous#592)

0.50.1

0.50.0

BREAKING CHANGES: This release introduces many small breaking changes to provide better type-safety and reducing update calls when using events. Please read the migration guide to know how to update to this new version (https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/migration-guide-to-0.50.html)

  • [Fabulous.XamarinForms] Changed the View API to provide better type-safety for properties (see migration guide for more information)
  • [Fabulous.XamarinForms] Changed the behavior of event handlers. Events will no longer be triggered by Fabulous.XamarinForms when it's incrementally updating the properties (e.g. changing Text triggering TextChanged). This was changed to prevent unnecessary calls to the update function and in some cases an infinite loop on Android
  • [Fabulous.CodeGen] Introduced Fabulous.CodeGen, a new library, to help build your own library for your favorite framework using the MVU architecture with Fabulous. More documentation to come.

0.50.0-alpha.7

This is an alpha release of an ongoing work with multiple breaking changes that might not be in the final version.
Please only use this version with a backup of your solution.

  • [Fabulous.XamarinForms] Fix issue for NavigationPage reuse

0.50.0-alpha.6

This is an alpha release of an ongoing work with multiple breaking changes that might not be in the final version.
Please only use this version with a backup of your solution.

  • [Fabulous.XamarinForms] TableView now uses TableRoot and TableSections
  • [Fabulous.XamarinForms] Property methods now have a similar name than before.

0.50.0-alpha.5

This is an alpha release of an ongoing work with multiple breaking changes that might not be in the final version.
Please only use this version with a backup of your solution.

  • [Fabulous.XamarinForms] Fixed bug preventing use of events on ListView
... (truncated)
Commits
  • 758d11e Merge pull request #634 from TimLariviere/releases/0.51.0
  • d311731 v0.51.0
  • 4ea1dd1 Merge pull request #627 from TimLariviere/622-fix-grid-update-issue
  • ee1d8bb Merge pull request #621 from dsyme/upd4
  • f8c9e73 Set valid default values for rowdefs/coldefs + update ap after them
  • 42a7529 tweaks for GTK
  • ba1dd8e gtk2
  • 822fd45 record more versions in Packages.targets
  • 03a5e3e various tweaks for dev on mac
  • ea328b6 fixes to AllControls for use with VS Mac F# 4.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Fabulous.LiveUpdate](https://github.com/fsprojects/Fabulous) from 0.27.1 to 0.51.0.
- [Release notes](https://github.com/fsprojects/Fabulous/releases)
- [Changelog](https://github.com/fsprojects/Fabulous/blob/master/RELEASE_NOTES.md)
- [Commits](fabulous-dev/Fabulous@0.27.1...0.51.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants