Skip to content

Releases: codem/silverstripe-html5-inputs

v2.0.0-rc1

27 Jun 06:23

Choose a tag to compare

v2.0.0-rc1 Pre-release
Pre-release

Changes

Full Changelog: v1.0.1...v2.0.0-rc1

v1.0.1

27 Jun 03:14
250d171

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 May 07:08
b840d9a

Choose a tag to compare

What's Changed

Full Changelog

v1.0.0-rc2

27 Mar 02:05

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

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

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

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

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

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

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Changes

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