Skip to content
Snippets Groups Projects
Select Git revision
  • ec574cc6251fb02b829df5c0c17d45a7928e0eb8
  • master default protected
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • 3.3.0
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.4.12
  • 2.4.11
  • 2.4.10
  • 2.4.9
  • 2.4.8
  • 2.4.7
  • 2.4.6
  • 2.4.5
  • 2.4.4
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3.2
  • 2.3.1
  • 2.3
25 results

changelog.txt

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    changelog.txt 1.29 KiB
    # Changelog
    
    ## [2.4.4] - 2021-04-26
    ### Fixed
    - Added description_tip to Renderer
    
    ## [2.4.2] - 2021-03-10
    ### Fixed
    - When no value is provided use default in validation
    
    ## [2.4.1] - 2021-02-01
    ### Fixed
    - Invalid namespaces
    
    ## [2.4.0] - 2021-01-20
    ### Added
    - Support for persistence ^3
    
    ## [2.3.2] - 2020-11-30
    ### Fixed
    - Fixed bug with the double name & type attribute
    
    ## [2.3.1] - 2020-10-20
    ### Fixed
    - JsonNormalizedRenderer now renders only fields that can be converted to json
    
    ## [2.3] - 2020-10-15
    ### Added
    - Added Timepicker field
    - Added JsonSerializer
    
    ## [2.2.2] - 2020-09-23
    ### Changed
    - Fixed namespace for number field
    
    ## [2.2.1] - 2020-08-18
    ### Changed
    - Fixed bug with the "select multiple" field
    
    ## [2.2.0] - 2020-07-30
    ### Added
    - Date picker field
    
    ## [2.1.0] - 2020-07-17
    ### Added
    - Action/method attribute for form
    
    ## [2.0.4] - 2020-06-24
    ### Added
    - new button form field
    - new input type number form field
    ### Changed
    - fixed nonce template
    
    ## [2.0.3] - 2020-06-22
    ### Added
    - css class in JSON renderer
    
    ## 2.0.2 - 2020-06-17
    ### Changed
    - Skip saving empty keys in the PersistentContainer
    
    ## 2.0.1 - 2020-06-05
    ### Changed
    - Stable version of persistent library is used
    
    ## 2.0.0 - 2020-05-26
    ### Changed
    - Whole library has been rewritten