Skip to content

Releases: opensass/input-rs

v0.2.4

26 Dec 15:09
ea2ea1c
Compare
Choose a tag to compare

What's Changed

  • feat: migrate to dioxus 0.6 && update docs by @wiseaidev in #16

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Dec 17:38
07fe60f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 Dec 12:35
49472bc
Compare
Choose a tag to compare

What's Changed

  • fix: set pattern attribute to match any value if not provided by @wiseaidev in #13

Full Changelog: v0.2.1...v0.2.2

v0.2.1

06 Dec 11:20
4fccee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Dec 07:29
f17f89f
Compare
Choose a tag to compare

feat: revamp && init WASM frameworks support && add all MDN input attributes in #11

Full Changelog: v0.1.10...v0.2.0

v0.1.10

23 Jan 13:42
43fe98f
Compare
Choose a tag to compare

What's Changed

  • rm unnecessary string/str conversions and merge examples by @wiseaidev in #10

Full Changelog: v0.1.9...v0.1.10

v0.1.9

15 Dec 20:58
658fdf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

23 Nov 09:40
dac8bae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 Aug 08:28
40fee50
Compare
Choose a tag to compare

Added support for a telephone input field in 161b003.

v0.1.6

12 Aug 07:23
d8d78cb
Compare
Choose a tag to compare

Up until this release, the following features were added:

  • Initial release on crate.io in 123f62d.
  • textarea and password input fields in 1321d99.
  • Demos and Readme file updates.