Skip to content

Releases: z-kit/z-input

Version 1.3.0

Choose a tag to compare

@mkxml mkxml released this 21 Apr 16:50

This is a minor update

Changelog:

  • Theming support with CSS Variables! See README.
  • Removal of PostCSS processing for CSS Variables, thus enabling custom CSS Variables.
  • Dev dependencies upgraded!

Version 1.2.0

Choose a tag to compare

@mkxml mkxml released this 16 Mar 12:47

This is a minor update

Changelog:

  • UI change: labels no longer have a left padding.
  • UI change: darker neutral color for better readability.
  • UI change: removed outline from inputs.
  • No API changes.

Version 1.1.0

Choose a tag to compare

@mkxml mkxml released this 07 Mar 13:26

This is a minor update

Changelog:

  • UI change: color style updated for better accessibility.
  • Contributing guide updated to reflect the project's current state. Removing Selenium references and replacing with nightmare.
  • No API changes.

Version 1.0.2

Choose a tag to compare

@mkxml mkxml released this 04 Mar 20:24

This is a patch version.

Changelog:

  • Migrated nightmare regression testing to nightwatch
  • Removed Java dependency for development
  • Added Greenkeeper badge to README
  • No changes in UI appearance or API

Release v1.0.1

Choose a tag to compare

@mkxml mkxml released this 14 Feb 13:12

CHANGELOG:

  • Fixed for usage to use id instead of name;
  • Correct label usage in stories examples.