Skip to content
Snippets Groups Projects
Select Git revision
  • c714865f6edc9b82f600dccf2a23c4636b5478f4
  • master default protected
  • feat/npm-publish
  • feat/demo-deploy
  • change-demo-deploy
  • remove-smoke
  • feat/acceptance-tests
  • feature/deploy-composer.json
  • feature/mysql-bin-logs
  • skip-codecept-for-libs
  • include-composer-json
  • exclude-wp-assets
  • update_codecept_image
  • fix/silenced-copy
  • remove-free-translations
  • codeception-with-optional-step
  • improve-parallelization
  • linter-exit
  • change-images
  • fix/linter
  • globally-raise-mem-limit
  • no-symlink2
22 results

lint.yml

Blame
  • changelog.txt 1.38 KiB
    # Changelog
    
    ## [2.4.5] - 2021-06-02
    ### Fixed
    - Added text multiple field
    - Added image input field
    
    ## [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
    
    ## 1.0 - 2019-12-16 =
    * First release