diff --git a/CHANGELOG.md b/CHANGELOG.md index f75c3022a..06c3654cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased + +# 0.13.10 + * Fix regression, some `Text!` in `Wrap!` not rendering. # 0.13.9 diff --git a/README.md b/README.md index f3bb6c34b..32114a1d5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First add `zng` to your `Cargo.toml`, or call `cargo add zng -F view_prebuilt`: ```toml [dependencies] -zng = { version = "0.13.9", features = ["view_prebuilt"] } +zng = { version = "0.13.10", features = ["view_prebuilt"] } ``` Then create your first window: diff --git a/crates/zng-view-prebuilt/Cargo.toml b/crates/zng-view-prebuilt/Cargo.toml index e2d5a9d13..d23c14c47 100644 --- a/crates/zng-view-prebuilt/Cargo.toml +++ b/crates/zng-view-prebuilt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-view-prebuilt" -version = "0.13.9" +version = "0.13.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" diff --git a/crates/zng-view/src/lib.rs b/crates/zng-view/src/lib.rs index 4a9c38f0b..c1eeb22fe 100644 --- a/crates/zng-view/src/lib.rs +++ b/crates/zng-view/src/lib.rs @@ -11,7 +11,7 @@ //! //! ```toml //! [dependencies] -//! zng = "0.13.9" +//! zng = "0.13.10" //! zng-view = "0.7.5" //! ``` //! diff --git a/crates/zng-wgt-ansi-text/Cargo.toml b/crates/zng-wgt-ansi-text/Cargo.toml index ab9f8dcaa..bed2527eb 100644 --- a/crates/zng-wgt-ansi-text/Cargo.toml +++ b/crates/zng-wgt-ansi-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-ansi-text" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } diff --git a/crates/zng-wgt-button/Cargo.toml b/crates/zng-wgt-button/Cargo.toml index d6b613188..79cd98030 100644 --- a/crates/zng-wgt-button/Cargo.toml +++ b/crates/zng-wgt-button/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-button" -version = "0.5.9" +version = "0.5.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -27,5 +27,5 @@ zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9", optional = true } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10", optional = true } diff --git a/crates/zng-wgt-dialog/Cargo.toml b/crates/zng-wgt-dialog/Cargo.toml index 6dd7bf365..fda62d895 100644 --- a/crates/zng-wgt-dialog/Cargo.toml +++ b/crates/zng-wgt-dialog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-dialog" -version = "0.2.9" +version = "0.2.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -22,11 +22,11 @@ zng-ext-window = { path = "../zng-ext-window", version = "0.4.7" } zng-app = { path = "../zng-app", version = "0.14.7" } zng-var = { path = "../zng-var", version = "0.5.15" } zng-ext-l10n = { path = "../zng-ext-l10n", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } -zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.9" } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } +zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.10" } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-transform = { path = "../zng-wgt-transform", version = "0.3.7" } diff --git a/crates/zng-wgt-image/Cargo.toml b/crates/zng-wgt-image/Cargo.toml index dff25fbe5..24c2e4397 100644 --- a/crates/zng-wgt-image/Cargo.toml +++ b/crates/zng-wgt-image/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-image" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -17,7 +17,7 @@ zng-app = { path = "../zng-app", version = "0.14.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } zng-ext-image = { path = "../zng-ext-image", version = "0.3.7" } zng-ext-window = { path = "../zng-ext-window", version = "0.4.7" } -zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.9" } +zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.10" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } serde = { version = "1.0", features = ["derive"] } diff --git a/crates/zng-wgt-inspector/Cargo.toml b/crates/zng-wgt-inspector/Cargo.toml index e42fdd886..d4a32613a 100644 --- a/crates/zng-wgt-inspector/Cargo.toml +++ b/crates/zng-wgt-inspector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-inspector" -version = "0.3.9" +version = "0.3.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -33,26 +33,26 @@ zng-ext-image = { path = "../zng-ext-image", version = "0.3.7" } zng-ext-config = { path = "../zng-ext-config", version = "0.4.7", default-features = false } zng-ext-l10n = { path = "../zng-ext-l10n", version = "0.6.7" } zng-view-api = { path = "../zng-view-api", version = "0.11.5" } -zng-wgt-dialog = { path = "../zng-wgt-dialog", version = "0.2.9" } +zng-wgt-dialog = { path = "../zng-wgt-dialog", version = "0.2.10" } zng-ext-window = { path = "../zng-ext-window", version = "0.4.7" } -zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.9" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } -zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.9" } +zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.10" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } +zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.10" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } -zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.9" } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } +zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } -zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.9" } +zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.10" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9" } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9" } -zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.9" } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10" } +zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.10" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-layout = { path = "../zng-layout", version = "0.2.36" } zng-var = { path = "../zng-var", version = "0.5.15" } diff --git a/crates/zng-wgt-markdown/Cargo.toml b/crates/zng-wgt-markdown/Cargo.toml index d20dc1eb2..1ea42ea27 100644 --- a/crates/zng-wgt-markdown/Cargo.toml +++ b/crates/zng-wgt-markdown/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-markdown" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,22 +13,22 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9" } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9" } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10" } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10" } zng-wgt-grid = { path = "../zng-wgt-grid", version = "0.4.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } -zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.9" } +zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.10" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-transform = { path = "../zng-wgt-transform", version = "0.3.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } -zng-wgt-image = { path = "../zng-wgt-image", version = "0.4.9" } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9" } +zng-wgt-image = { path = "../zng-wgt-image", version = "0.4.10" } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } zng-ext-input = { path = "../zng-ext-input", version = "0.6.7" } diff --git a/crates/zng-wgt-material-icons/Cargo.toml b/crates/zng-wgt-material-icons/Cargo.toml index 904c6e0da..2d301fa9f 100644 --- a/crates/zng-wgt-material-icons/Cargo.toml +++ b/crates/zng-wgt-material-icons/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-material-icons" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -34,7 +34,7 @@ zng-app = { path = "../zng-app", version = "0.14.7" } zng-wgt = { path = "../zng-wgt", version = "0.6.7" } zng-var = { path = "../zng-var", version = "0.5.15" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } phf = { version = "0.11", default-features = false } tracing = "0.1" diff --git a/crates/zng-wgt-menu/Cargo.toml b/crates/zng-wgt-menu/Cargo.toml index af8f377b4..a6b920d2a 100644 --- a/crates/zng-wgt-menu/Cargo.toml +++ b/crates/zng-wgt-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-menu" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -17,21 +17,21 @@ zng-app = { path = "../zng-app", version = "0.14.7" } zng-layout = { path = "../zng-layout", version = "0.2.36" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } -zng-wgt-panel = { path = "../zng-wgt-panel", version = "0.4.9" } +zng-wgt-panel = { path = "../zng-wgt-panel", version = "0.4.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } zng-ext-input = { path = "../zng-ext-input", version = "0.6.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9" } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9" } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10" } zng-ext-l10n = { path = "../zng-ext-l10n", version = "0.6.7" } -zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.9" } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9" } +zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.10" } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10" } diff --git a/crates/zng-wgt-panel/Cargo.toml b/crates/zng-wgt-panel/Cargo.toml index 62d2c56a8..88ef66fb9 100644 --- a/crates/zng-wgt-panel/Cargo.toml +++ b/crates/zng-wgt-panel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-panel" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,5 +13,5 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9" } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10" } zng-app = { path = "../zng-app", version = "0.14.7" } diff --git a/crates/zng-wgt-progress/Cargo.toml b/crates/zng-wgt-progress/Cargo.toml index f978a63ef..f09951bb7 100644 --- a/crates/zng-wgt-progress/Cargo.toml +++ b/crates/zng-wgt-progress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-progress" -version = "0.2.9" +version = "0.2.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } zng-layout = { path = "../zng-layout", version = "0.2.36" } zng-app = { path = "../zng-app", version = "0.14.7" } diff --git a/crates/zng-wgt-rule-line/Cargo.toml b/crates/zng-wgt-rule-line/Cargo.toml index 8ac29e50e..7b6466eac 100644 --- a/crates/zng-wgt-rule-line/Cargo.toml +++ b/crates/zng-wgt-rule-line/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-rule-line" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -14,4 +14,4 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } diff --git a/crates/zng-wgt-settings/Cargo.toml b/crates/zng-wgt-settings/Cargo.toml index 75ca0fb22..456fca900 100644 --- a/crates/zng-wgt-settings/Cargo.toml +++ b/crates/zng-wgt-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-settings" -version = "0.2.9" +version = "0.2.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -17,24 +17,24 @@ zng-wgt = { path = "../zng-wgt", version = "0.6.7" } zng-var = { path = "../zng-var", version = "0.5.15" } zng-ext-config = { path = "../zng-ext-config", version = "0.4.7" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } -zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.9" } +zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } -zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.9" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9" } +zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.10" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } -zng-wgt-markdown = { path = "../zng-wgt-markdown", version = "0.4.9" } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9" } +zng-wgt-markdown = { path = "../zng-wgt-markdown", version = "0.4.10" } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10" } zng-ext-input = { path = "../zng-ext-input", version = "0.6.7" } zng-ext-window = { path = "../zng-ext-window", version = "0.4.7" } -zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.9" } +zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.10" } zng-env = { path = "../zng-env", version = "0.3.8" } zng-ext-l10n = { path = "../zng-ext-l10n", version = "0.6.7" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } diff --git a/crates/zng-wgt-text-input/Cargo.toml b/crates/zng-wgt-text-input/Cargo.toml index 4fc19f839..ae6466589 100644 --- a/crates/zng-wgt-text-input/Cargo.toml +++ b/crates/zng-wgt-text-input/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-text-input" -version = "0.5.9" +version = "0.5.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } @@ -22,9 +22,9 @@ zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-wgt-undo = { path = "../zng-wgt-undo", version = "0.3.7" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } -zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.9" } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } +zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.10" } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } zng-wgt-data = { path = "../zng-wgt-data", version = "0.3.7" } zng-app = { path = "../zng-app", version = "0.14.7" } diff --git a/crates/zng-wgt-text/Cargo.toml b/crates/zng-wgt-text/Cargo.toml index 1f7a0b0a6..0283cc9d1 100644 --- a/crates/zng-wgt-text/Cargo.toml +++ b/crates/zng-wgt-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-text" -version = "0.5.9" +version = "0.5.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" diff --git a/crates/zng-wgt-toggle/Cargo.toml b/crates/zng-wgt-toggle/Cargo.toml index 0be85ea60..f0035d880 100644 --- a/crates/zng-wgt-toggle/Cargo.toml +++ b/crates/zng-wgt-toggle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-toggle" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } zng-wgt-input = { path = "../zng-wgt-input", version = "0.3.7" } @@ -21,7 +21,7 @@ zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-filter = { path = "../zng-wgt-filter", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-wgt-transform = { path = "../zng-wgt-transform", version = "0.3.7" } diff --git a/crates/zng-wgt-tooltip/Cargo.toml b/crates/zng-wgt-tooltip/Cargo.toml index d01032e4d..6b55b4033 100644 --- a/crates/zng-wgt-tooltip/Cargo.toml +++ b/crates/zng-wgt-tooltip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-tooltip" -version = "0.5.9" +version = "0.5.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -15,7 +15,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } zng-wgt-access = { path = "../zng-wgt-access", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } diff --git a/crates/zng-wgt-undo-history/Cargo.toml b/crates/zng-wgt-undo-history/Cargo.toml index 6645d47e7..f6d865b72 100644 --- a/crates/zng-wgt-undo-history/Cargo.toml +++ b/crates/zng-wgt-undo-history/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-undo-history" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,8 +13,8 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } diff --git a/crates/zng-wgt-window/Cargo.toml b/crates/zng-wgt-window/Cargo.toml index d0111108e..027808f24 100644 --- a/crates/zng-wgt-window/Cargo.toml +++ b/crates/zng-wgt-window/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-window" -version = "0.7.9" +version = "0.7.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -22,7 +22,7 @@ dyn_closure = ["zng-wgt/dyn_closure"] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } zng-wgt-container = { path = "../zng-wgt-container", version = "0.5.7" } zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-app = { path = "../zng-app", version = "0.14.7" } zng-ext-window = { path = "../zng-ext-window", version = "0.4.7" } zng-ext-config = { path = "../zng-ext-config", version = "0.4.7", default-features = false } @@ -36,7 +36,7 @@ zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } # used only by fallback_chrome zng-wgt-size-offset = { path = "../zng-wgt-size-offset", version = "0.3.7" } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7" } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9", default-features = false } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10", default-features = false } serde = { version = "1.0", features = ["derive"] } paste = "1.0" diff --git a/crates/zng-wgt-wrap/Cargo.toml b/crates/zng-wgt-wrap/Cargo.toml index 04f9c2586..598a2d90e 100644 --- a/crates/zng-wgt-wrap/Cargo.toml +++ b/crates/zng-wgt-wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng-wgt-wrap" -version = "0.4.9" +version = "0.4.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -13,7 +13,7 @@ keywords = ["gui", "ui", "user-interface", "zng"] [dependencies] zng-wgt = { path = "../zng-wgt", version = "0.6.7" } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } zng-ext-font = { path = "../zng-ext-font", version = "0.5.9" } zng-layout = { path = "../zng-layout", version = "0.2.36" } zng-app = { path = "../zng-app", version = "0.14.7" } diff --git a/crates/zng/Cargo.toml b/crates/zng/Cargo.toml index f313a440f..5deb3598f 100644 --- a/crates/zng/Cargo.toml +++ b/crates/zng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zng" -version = "0.13.9" +version = "0.13.10" authors = ["The Zng Project Developers"] edition = "2021" license = "Apache-2.0 OR MIT" @@ -396,31 +396,31 @@ zng-wgt-data-view = { path = "../zng-wgt-data-view", version = "0.4.7", optional zng-wgt-fill = { path = "../zng-wgt-fill", version = "0.3.7" } zng-wgt-style = { path = "../zng-wgt-style", version = "0.4.7" } zng-wgt-checkerboard = { path = "../zng-wgt-checkerboard", version = "0.4.7", optional = true } -zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.9", optional = true } +zng-wgt-window = { path = "../zng-wgt-window", version = "0.7.10", optional = true } zng-wgt-layer = { path = "../zng-wgt-layer", version = "0.4.7" } -zng-wgt-undo-history = { path = "../zng-wgt-undo-history", version = "0.4.9", optional = true } -zng-wgt-image = { path = "../zng-wgt-image", version = "0.4.9", optional = true } -zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.9" } -zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.9", optional = true } -zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.9", default-features = false, optional = true } +zng-wgt-undo-history = { path = "../zng-wgt-undo-history", version = "0.4.10", optional = true } +zng-wgt-image = { path = "../zng-wgt-image", version = "0.4.10", optional = true } +zng-wgt-text = { path = "../zng-wgt-text", version = "0.5.10" } +zng-wgt-text-input = { path = "../zng-wgt-text-input", version = "0.5.10", optional = true } +zng-wgt-button = { path = "../zng-wgt-button", version = "0.5.10", default-features = false, optional = true } zng-wgt-stack = { path = "../zng-wgt-stack", version = "0.4.7", optional = true } -zng-wgt-panel = { path = "../zng-wgt-panel", version = "0.4.9" } +zng-wgt-panel = { path = "../zng-wgt-panel", version = "0.4.10" } zng-wgt-grid = { path = "../zng-wgt-grid", version = "0.4.7", optional = true } -zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.9", optional = true } -zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.9", optional = true } -zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.9", optional = true } -zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.9", optional = true } +zng-wgt-wrap = { path = "../zng-wgt-wrap", version = "0.4.10", optional = true } +zng-wgt-rule-line = { path = "../zng-wgt-rule-line", version = "0.4.10", optional = true } +zng-wgt-toggle = { path = "../zng-wgt-toggle", version = "0.4.10", optional = true } +zng-wgt-menu = { path = "../zng-wgt-menu", version = "0.4.10", optional = true } zng-wgt-scroll = { path = "../zng-wgt-scroll", version = "0.5.8", optional = true } -zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.9", optional = true } -zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.9", optional = true } -zng-wgt-markdown = { path = "../zng-wgt-markdown", version = "0.4.9", optional = true } -zng-wgt-inspector = { path = "../zng-wgt-inspector", version = "0.3.9", optional = true } -zng-wgt-settings = { path = "../zng-wgt-settings", version = "0.2.9", optional = true } -zng-wgt-dialog = { path = "../zng-wgt-dialog", version = "0.2.9", optional = true } -zng-wgt-progress = { path = "../zng-wgt-progress", version = "0.2.9", optional = true } +zng-wgt-ansi-text = { path = "../zng-wgt-ansi-text", version = "0.4.10", optional = true } +zng-wgt-tooltip = { path = "../zng-wgt-tooltip", version = "0.5.10", optional = true } +zng-wgt-markdown = { path = "../zng-wgt-markdown", version = "0.4.10", optional = true } +zng-wgt-inspector = { path = "../zng-wgt-inspector", version = "0.3.10", optional = true } +zng-wgt-settings = { path = "../zng-wgt-settings", version = "0.2.10", optional = true } +zng-wgt-dialog = { path = "../zng-wgt-dialog", version = "0.2.10", optional = true } +zng-wgt-progress = { path = "../zng-wgt-progress", version = "0.2.10", optional = true } zng-wgt-slider = { path = "../zng-wgt-slider", version = "0.2.7", optional = true } -zng-wgt-material-icons = { path = "../zng-wgt-material-icons", version = "0.4.9", default-features = false, optional = true } +zng-wgt-material-icons = { path = "../zng-wgt-material-icons", version = "0.4.10", default-features = false, optional = true } zng-ext-single-instance = { path = "../zng-ext-single-instance", version = "0.4.7", optional = true } tracing = "0.1" @@ -432,7 +432,7 @@ zng-view-api = { path = "../zng-view-api", version = "0.11.5", default-features zng-view = { path = "../zng-view", version = "0.7.5", default-features = false, optional = true } [target.'cfg(not(any(target_arch = "wasm32", target_os = "android", target_os = "ios")))'.dependencies] -zng-view-prebuilt = { path = "../zng-view-prebuilt", version = "0.13.9", optional = true } +zng-view-prebuilt = { path = "../zng-view-prebuilt", version = "0.13.10", optional = true } [build-dependencies] cfg_aliases = "0.2" diff --git a/crates/zng/README.md b/crates/zng/README.md index d592e0941..da0edaa68 100644 --- a/crates/zng/README.md +++ b/crates/zng/README.md @@ -10,7 +10,7 @@ First add `zng` to your `Cargo.toml`, or call `cargo add zng -F view_prebuilt`: ```toml [dependencies] -zng = { version = "0.13.9", features = ["view_prebuilt"] } +zng = { version = "0.13.10", features = ["view_prebuilt"] } ``` Then create your first window: diff --git a/crates/zng/src/app.rs b/crates/zng/src/app.rs index b3a412f1e..b0f7a8a9a 100644 --- a/crates/zng/src/app.rs +++ b/crates/zng/src/app.rs @@ -23,7 +23,7 @@ //! //! ```toml //! [dependencies] -//! zng = { version = "0.13.9", features = ["view_prebuilt"] } +//! zng = { version = "0.13.10", features = ["view_prebuilt"] } //! ``` //! //! ```no_run diff --git a/crates/zng/src/icon.rs b/crates/zng/src/icon.rs index 66188db71..ab8b6e154 100644 --- a/crates/zng/src/icon.rs +++ b/crates/zng/src/icon.rs @@ -80,7 +80,7 @@ pub use zng_wgt_text::icon::{ico_color, ico_size, GlyphIcon, GlyphSource, Icon}; /// [Material Design Icons]: https://github.com/google/material-design-icons /// /// ```toml -/// zng = { version = "0.13.9", features = ["material_icons"] } +/// zng = { version = "0.13.10", features = ["material_icons"] } /// ``` /// /// Handlers are registered for [`ICONS`] that provides the icons, the raw codepoints and glyph icon metadata is available in each font module. diff --git a/crates/zng/src/lib.rs b/crates/zng/src/lib.rs index 99d371a94..a4571c03f 100644 --- a/crates/zng/src/lib.rs +++ b/crates/zng/src/lib.rs @@ -17,7 +17,7 @@ //! //! ```toml //! [dependencies] -//! zng = { version = "0.13.9", features = ["view_prebuilt"] } +//! zng = { version = "0.13.10", features = ["view_prebuilt"] } //! ``` //! //! Then create your first app: