Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2022

Updates the requirements on seed to permit the latest version.

Release notes

Sourced from seed's releases.

0.8.0

  • [BREAKING] Rename linear_gradient! to linearGradient! for consistency with the other svg macros (same with radial_gradient! and mesh_gradient!) (#377).
  • Fixed base_path with a trailing slash parsing / handling.
  • Fixed C macro memory / WASM file size issue.
  • Added examples tests, service_worker, resize_observer, component_builder, i18n and unsaved_changes (#459).
  • Fixed UrlRequested handling (#459).
  • [BREAKING] Hidden and renamed module effects to effect.
  • Added App::update_with_option.
  • Added Navigator and BeforeUnloadEvent into Seed's web_sys.
  • Fixed runtime exception when using binary data in WS on some browsers (#470).
  • Exported macro with_dollar_sign!.
  • [deprecated] RequestAnimationFrameTime + RequestAnimationFrameHandle + request_animation_frame are deprecated.
  • [deprecated] set_interval + set_timeout are deprecated.
  • [deprecated] class! is deprecated in favor of C!.
  • [BREAKING] Removed deprecated AppBuilder with sink, mount_point, routes, window_events, etc. (Use App::start instead.)
  • [BREAKING] Removed support for deprecated global messages (GMsg, GMs, ..). Use orders.notify + orders.subscribe instead.
  • Relaxed view and update type in App::start from fn to FnOnce + Clone.
  • [BREAKING] Removed deprecated Ev::TriggerUpdate.
  • [deprecated] simple_ev is deprecated.
  • Exposed dependency console_error_panic_hook.
  • Fixed double UrlChanged firing by removing hashchange listener.
  • Added Request::bytes.
  • Build Changes - Remove all workspace=false and instead defined default_to_workspace=false in the config.
  • Build Changes - Make all core cargo-make tasks private with default namespace and remove clear=true from all seed tasks.
  • Build Changes - Remove installation instructions and instead depend on core cargo-make installation tasks.
  • Build Changes - Replace rust for_each implementation with duckscript which is much shorter, simpler and faster (in case you don't have cargo-script installed).
  • Build Changes - Enforce minimal cargo-make version: 0.32.1.
  • Added new Orders methods request_url (#518) and msg_sender (#502).
  • [BREAKING] Orders::msg_mapper returns Rc<..> instead of Box<..>.
  • Reexported pub use wasm_bindgen_futures::{self, spawn_local, JsFuture}; and pub use futures::{self, future::{self, FutureExt, TryFutureExt}}; in lib.rs.
  • Updated example websocket.
  • Fixed link handling (#527).
  • Fixed attribute ordering (#335).
  • Implemented Display for Node (#294).
  • Fixed url requests from pages when the hash routing is used.
  • Fixed url encoding, serializing in push_route and the method Url::hash_path.
  • Added Url methods skip_hash_base_path and encode_uri_component (#424).
  • Added Node::NoChange.
Changelog

Sourced from seed's changelog.

v0.8.0

  • [BREAKING] Rename linear_gradient! to linearGradient! for consistency with the other svg macros (same with radial_gradient! and mesh_gradient!) (#377).
  • Fixed base_path with a trailing slash parsing / handling.
  • Fixed C macro memory / WASM file size issue.
  • Added examples tests, service_worker, resize_observer, component_builder, i18n and unsaved_changes (#459).
  • Fixed UrlRequested handling (#459).
  • [BREAKING] Hidden and renamed module effects to effect.
  • Added App::update_with_option.
  • Added Navigator and BeforeUnloadEvent into Seed's web_sys.
  • Fixed runtime exception when using binary data in WS on some browsers (#470).
  • Exported macro with_dollar_sign!.
  • [deprecated] RequestAnimationFrameTime + RequestAnimationFrameHandle + request_animation_frame are deprecated.
  • [deprecated] set_interval + set_timeout are deprecated.
  • [deprecated] class! is deprecated in favor of C!.
  • [BREAKING] Removed deprecated AppBuilder with sink, mount_point, routes, window_events, etc. (Use App::start instead.)
  • [BREAKING] Removed support for deprecated global messages (GMsg, GMs, ..). Use orders.notify + orders.subscribe instead.
  • Relaxed view and update type in App::start from fn to FnOnce + Clone.
  • [BREAKING] Removed deprecated Ev::TriggerUpdate.
  • [deprecated] simple_ev is deprecated.
  • Exposed dependency console_error_panic_hook.
  • Fixed double UrlChanged firing by removing hashchange listener.
  • Added Request::bytes.
  • Build Changes - Remove all workspace=false and instead defined default_to_workspace=false in the config.
  • Build Changes - Make all core cargo-make tasks private with default namespace and remove clear=true from all seed tasks.
  • Build Changes - Remove installation instructions and instead depend on core cargo-make installation tasks.
  • Build Changes - Replace rust for_each implementation with duckscript which is much shorter, simpler and faster (in case you don't have cargo-script installed).
  • Build Changes - Enforce minimal cargo-make version: 0.32.1.
  • Added new Orders methods request_url (#518) and msg_sender (#502).
  • [BREAKING] Orders::msg_mapper returns Rc<..> instead of Box<..>.
  • Reexported pub use wasm_bindgen_futures::{self, spawn_local, JsFuture}; and pub use futures::{self, future::{self, FutureExt, TryFutureExt}}; in lib.rs.
  • Updated example websocket.
  • Fixed link handling (#527).
  • Fixed attribute ordering (#335).
  • Implemented Display for Node (#294).
  • Fixed url requests from pages when the hash routing is used.
  • Fixed url encoding, serializing in push_route and the method Url::hash_path.
  • Added Url methods skip_hash_base_path and encode_uri_component (#424).
  • Added Node::NoChange.

v0.7.0

  • [BREAKING] Custom elements are now patched in-place (#364). Use el_key to force reinitialize an element.
  • Added el_key method for adding keys to Els (#354).
  • Enabled all additional markdown extensions.
  • Removed 'static bound from El and Node.
  • [BREAKING] Changed perform_cmd and seed::browser::service::fetch return type to T instead of Result<T, T>.
  • Added Aria attributes.
  • [BREAKING] UpdateEl<T> changed to UpdateEl<Ms> and fn update(self, el: &mut T); to fn update_el(self, el: &mut El<Ms>); (#370).
  • Added trait UpdateElForIterator<Ms>.

... (truncated)

Commits

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.


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)

Updates the requirements on [seed](https://github.com/seed-rs/seed) to permit the latest version.
- [Release notes](https://github.com/seed-rs/seed/releases)
- [Changelog](https://github.com/seed-rs/seed/blob/master/CHANGELOG.md)
- [Commits](seed-rs/seed@0.8.0...0.8.0)

---
updated-dependencies:
- dependency-name: seed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 8, 2023

Superseded by #5.

@dependabot dependabot bot closed this Mar 8, 2023
@dependabot dependabot bot deleted the dependabot/cargo/seed-0.9 branch March 8, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant