~cod-italy/domus/HTMLutils

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Claudio Canavese
  • Date: 2020-08-04 10:31:23 UTC
  • Revision ID: cod@cod-web.net-20200804103123-mzd1pqemvv9a2xzh
type submit now supports label, fixed test for max attribute in range and minor html improvements in the test page

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
 
7
## [Unreleased] - 2020-08-04
 
8
### Changed
 
9
- HTML_utils::makeFormFieldText type submit now supports label attribute
 
10
- HTML_utils::checkFormFieldRange fixed test for max attribute
 
11
- test.php better html for this page
 
12
 
 
13
## [Unreleased] - 2019-03-12
 
14
### Changed
 
15
- HTML_utils::CheckFormField supports "false" as check method to avoid all checks or "true" to enable common checks
 
16
- HTML_utils::checkFormFieldDate now supports external parsing rules
 
17
- test.php better css means quicker tests
 
18
 
7
19
## [Unreleased] - 2019-03-12
8
20
### Changed
9
21
- merge from trunk