Skip to content

Releases: codem/silverstripe-html5-inputs

v1.0.0

10 May 07:08
b840d9a
Compare
Choose a tag to compare

What's Changed

Full Changelog

v1.0.0-rc2

27 Mar 02:05
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v0.1.5

27 Mar 01:49
fb30d88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v1.0.0-rc1

22 Jun 03:37
713e431
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Minimum SS5 requirement

Full Changelog: v0.1.4...v1.0.0-rc1

v0.1.4

16 May 04:55
7c31b68
Compare
Choose a tag to compare

What's Changed

  • Better datalist support, lots of fixes and enhancements by @MrJamesEllis in #2

Full Changelog: v0.1.3...v0.1.4

v0.1.3

09 Dec 03:58
Compare
Choose a tag to compare

Changes

  • TelField: reinstate Type() return 11bde1c
  • UrlField: add Type() return of 'url text' 0561537
  • UrlField: modify the failed url parse message when required parts are missing to say something to that effect af74e83

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Oct 05:36
3f88e3d
Compare
Choose a tag to compare

Changes

  • Pattern trait: provide ability to set separate PHP regular expression, in addition to pattern for that element attribute
  • Pattern trait: validate pattern server side
  • UrlField: restrictToHttp - shorthand method, restrict to http and https schemes
  • UrlField: restrictToHttps - shorthand method, restrict to https schemes
  • UrlField: restrictToSchemes - shorthand method, restrict URL to starting with one or more schemes
  • UrlField: setRequiredParts - URL must contain all of the parts set
  • General documentation update to support changes
  • Add UrlField tests

v0.1.1

30 Apr 01:03
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changes

  • TelField: Type() returns 'text tel' to ensure consistent styling (daa31c7)

v0.1

16 Feb 05:20
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Changes

Initial versioned release