Skip to content

Releases: RatMD/miru

Version 0.0.26 - Experimental

11 Mar 20:37

Choose a tag to compare

Pre-release
  • Add: New icon, icon-props, icon-loading, icon-loading-props properties on FormControl component.
  • Add: New loading property to SharedControlProps components, supporting another state.
  • Add: New field and icon slot on FormControl component.
  • Update: Replace duration-300 to duration-200 on every component.

Version 0.0.25 - Experimental

11 Mar 19:42

Choose a tag to compare

Pre-release
  • Fix: Temporary solution for typing issues on TableStd component.
  • Fix: Build process stopped working on partial components.

Version 0.0.24 - Experimental

11 Mar 19:26

Choose a tag to compare

Pre-release
  • Info: node.js support has been increased to v22.
  • Add: New MiruOptions plugin options handler + root as first option key.
  • Add: New $miru called custom property to access new $miru options.
  • Add: New vitest + @vue/test-utils testing framework.
  • Add: New badge variant on AlertMessage component.
  • Add: New AlertDialog component, similar to the ConfirmDialog one + basic story demonstration.
  • Add: New DividerStd component with different variants + basic story demonstration.
  • Add: New PagedPagination component with different variants + basic story demonstration.
  • Add: New ProgressBar component with different variants + basic story demonstration.
  • Add: New transition property on CollapseSupport component to change the desired timing function.
  • Add: New closable and escape properties on OffcanvasStd component.
  • Add: New Queue utility class.
  • Add: New merge utility function to deeply merge multiple objects.
  • Add: New slugify utility function as Laravel-inspired slugifier.
  • Add: New strspn utility function.
  • Add: New versionCompare utility function prociing semantic versioning comparison.
  • Update: package.json dependencies.
  • Update: Finish PopoverStd component, stylings and demonstration.
  • Update: Use info color on AlertMessage component + Fix dark stylings.
  • Update: Minor styling changes on DialogStd component.
  • Update: Change size on CheckboxField, RadioField and SwitchField components.
  • Update: Remove tabindex from ActionButton on the PasswordField component.
  • Fix: PopoverStd component.

Version 0.0.23 - Experimental Alpha

22 Jun 09:28

Choose a tag to compare

Pre-release
  • Update: package.json dependencies.

Version 0.0.22 - Experimental Alpha

22 Jun 09:20

Choose a tag to compare

Pre-release
  • Add: New label slot on Checkbox to support HTML content.

Version 0.0.21 - Experimental Alpha

13 Jun 12:14

Choose a tag to compare

Pre-release
  • Add: New validationMessage function on useForm composable.

Version 0.0.20 - Experimental Alpha

13 Jun 12:00

Choose a tag to compare

Pre-release
  • Fix: Missing valibot upgrade and typing issue.

Version 0.0.19 - Experimental Alpha

13 Jun 11:54

Choose a tag to compare

Pre-release
  • Update: package.json dependencies.

Version 0.0.18 - Experimental Alpha

26 May 20:14

Choose a tag to compare

Pre-release
  • Add: New tabindex property on FormControl and control components.
  • Update: Use SharedControlProps on many different control components.
  • Update: Use disabled, required and invalid on NumberField control component.

Version 0.0.17 - Experimental Alpha

26 May 11:42

Choose a tag to compare

Pre-release
  • Update: package.json dependencies.
  • Update: PopoverStd and ContextMenu components.
  • Fix: Missing directives bundle entries.