Skip to content

Latest commit

 

History

History
215 lines (133 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

215 lines (133 loc) · 5.6 KB

Changelog

This file documents recent notable changes to this project. The format of this file is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Applied Clumit theme to WholeList,Tag, HostNetworkHtml, Modal, and SelectComplex.
  • Added support for InputType::Text in the view_checkbox method.

Changed

  • Changed to hide the Essential::title when it is empty.

Fixed

  • Fixed a bug with incorrect page number display in pagination.

0.9.1 - 2024-07-18

Added

  • Added MoreActionBasic to SelectMiniKind in SelectMini.
  • Added correct CSS styling for MoreActionBasic for SelectMini.
  • Applied Clumit theme to Radio, CheckBox, TabMenu, Modal.
  • Added Svg to fetch and display a SVG file.
  • Added cc-password feature in Cargo.toml.
  • Applied Clumit theme to Sort, SelectMini, SelectSearchable, Input, view_asterisk, Notification.

Fixed

  • Fixed the wrong directory of delete-x.png file from frotary to frontary in theme.css.
  • Fixed Modal error for title header.

Changed

  • Applied cargo fmt with --config group_imports=StdExternalCrate for consistent import grouping.
  • Updated CI process to include --config group_imports=StdExternalCrate with the cargo fmt -- --check command for enforcing import grouping rules.
  • Changed expect message in text macro to show the invalid key name if test feature is enabled
  • Removed the scrollbar in WholeList and adjusted the width size for TabMenu.

0.9.0 - 2024-04-11

Changed

  • Updated Yew to 0.21.0

0.8.2 - 2024-02-13

Changed

  • Add Debug to PagesInfo in order to support unit tests.

0.8.1 - 2023-11-20

Changed

  • Support dynamic titles of CheckBox which are not included language files.

0.8.0 - 2023-11-17

Changed

  • Changed InputEssential::title to a String type.

0.7.5 - 2023-09-19

Fixed

  • Fixed SelectSingle and SelectMini component to compare what value the user has selected with the pre-shortened value of the item selected instead of the shortend value.

0.7.4 - 2023-09-12

Changed

  • Changed SelectSingle and SelectMini component to display what value the user has selected and adjusted height.

0.7.3 - 2023-09-07

Fixed

  • Use readonly instead of disabled in input for others than Safari.

0.7.2 - 2023-07-21

Added

  • Added disable prop in Pages component.

0.7.1 - 2023-07-05

Fixed

  • Check if inputs of IpRangeInput and PortRangeInput have valid ranges.

0.7.0 - 2023-05-17

Added

  • Added IpRangeInput, PortRangeInput, and TextInput to get range and single inputs and not rely on Input component with enable_bool_pop_up prop.

Removed

  • Removed enable_bool_pop_up prop from Input component.

0.6.0 - 2023-05-02

Changed

  • Separate NetworkItem from Item.

[0.5.2] - 2023-04-19

Fixed

  • Check if an HTML element still exists to avoid a null pointer in JS code.

0.5.1 - 2023-04-19

Fixed

  • Fix a bug where tag area gets hidden when edit-related icons are clicked.

0.5.0 - 2023-03-28

Changed

  • Updated Yew to 0.20.

0.4.1 - 2023-03-02

Changed

  • Make multiple <Tag>s available at the same time without <Input>.

Security

  • Turned off the default features of chrono that might casue SEGFAULT. See RUSTSEC-2020-0071 for details.

0.4.0 - 2023-01-24

Changed

  • The main colors are defined as global variables in css for applying themes.

0.3.0 - 2023-01-09

Added

  • InputType::Group, InputItem::Group, and ListItem::Group
  • InputType::Comparison, InputItem::Comparison, and ListItem::Comparison
  • InputType::VecSelect, InputItem::VecSelect, and ListItem::VecSelect

Changed

  • Change String with ViewString in SelectSingle and SelectMultiple.

0.2.0 - 2022-11-27

Changed

  • Make WholeList::Props::data_type optionable.
  • Enable DisplayInfo to include information of multi lines.

0.1.1 - 2022-11-02

Fixed

  • Fixed build with Rust 1.65.

0.1.0 - 2022-11-01

Added

  • Initial release.