Skip to content

Bump leptos-fluent from 0.0.21 to 0.1.5#29

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/leptos-fluent-0.1.5
Closed

Bump leptos-fluent from 0.0.21 to 0.1.5#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/leptos-fluent-0.1.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 26, 2024

Bumps leptos-fluent from 0.0.21 to 0.1.5.

Release notes

Sourced from leptos-fluent's releases.

v0.1.5

See CHANGELOG.

v0.1.4

See CHANGELOG.

v0.1.3

See CHANGELOG.

v0.1.2

See CHANGELOG.

v0.1.1

See CHANGELOG.

v0.1.0

See CHANGELOG.

v0.0.37

See CHANGELOG.

v0.0.36

See CHANGELOG.

v0.0.35

See CHANGELOG.

v0.0.34

See CHANGELOG.

v0.0.33

See CHANGELOG.

v0.0.32

See CHANGELOG.

v0.0.31

See CHANGELOG.

v0.0.30

See CHANGELOG.

v0.0.29

See CHANGELOG.

v0.0.28

See CHANGELOG.

v0.0.27

See CHANGELOG.

... (truncated)

Changelog

Sourced from leptos-fluent's changelog.

2024-06-26 - [0.1.5]

New features

  • Add leptos_fluent::SsrHtmlTag component to render it on SSR to sync global attributes of <html> tag with the current language.
  • Add new feature system to enable functionalities that require system information. Useful on non wasm targets like desktop applications. See GTK example.
  • Add initial_language_from_system parameter to leptos_fluent! macro to set the initial language from the system language. Useful for desktop applications. Must be enabled the new feature system to use it.
  • Add initial_language_from_data_file parameter to leptos_fluent! macro to set the initial language from a data file when using system feature.
  • Add set_language_to_data_file parameter to leptos_fluent! macro to set the current language to a data file when using system feature.
  • Add data_file_key parameter to leptos_fluent! macro to specify the file key to store the current language when using system feature.
  • Add initial_language_from_system_to_data_file parameter to leptos_fluent! macro to set the initial language from the system language to a data file when using system feature.

Enhancements

  • Use files tracker API instead of include_bytes! quirk to track files when nightly feature is enabled.

2024-06-25 - [0.1.4]

New features

  • Add initial_language_from_navigator_to_localstorage parameter to leptos_fluent! macro to set the initial language from the browser language to local storage.
  • Add initial_language_from_navigator_to_cookie parameter to leptos_fluent! macro to set the initial language from the browser language to a cookie.

2024-06-24 - [0.1.3]

New features

  • Add initial_language_from_localstorage_to_cookie parameter to leptos_fluent! macro to set the initial language from local storage to a cookie.
  • Allow to call leptos_fluent::I18n context to get and set the current active language with i18n() to get and i18n(lang) to set when the feature nightly is enabled.

... (truncated)

Commits
  • 049d236 Use files tracker API on nightly to track files (#165)
  • 1cd7025 Add examples of leptos_fluent! invocations to book (#164)
  • 5d5dfe6 Allow persistent storage on desktop applications (#163)
  • a4f90a2 Add SsrHtmlTag component (#161)
  • a50c6df Optimize builds with new parameter (#160)
  • 22cfbd1 Add initial_language_from_system to leptos_fluent! (#159)
  • 30be319 Prepare new release (#158)
  • 98da5c1 Produce less code with leptos_fluent! macro (#157)
  • 2afbcda Produce less code on nightly with leptos_fluent! (#156)
  • 1e778bd Add initial_language_from_navigator_to_cookie to leptos_fluent! (#154)
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [leptos-fluent](https://github.com/mondeja/leptos-fluent) from 0.0.21 to 0.1.5.
- [Release notes](https://github.com/mondeja/leptos-fluent/releases)
- [Changelog](https://github.com/mondeja/leptos-fluent/blob/master/CHANGELOG.md)
- [Commits](mondeja/leptos-fluent@v0.0.21...v0.1.5)

---
updated-dependencies:
- dependency-name: leptos-fluent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 26, 2024
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 27, 2024

Superseded by #30.

@dependabot dependabot Bot closed this Jun 27, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/leptos-fluent-0.1.5 branch June 27, 2024 15:54
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.

0 participants