Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/forms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.2
Choose a base ref
...
head repository: nette/forms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.3
Choose a head ref
  • 12 commits
  • 38 files changed
  • 2 contributors

Commits on Sep 28, 2016

  1. supports Nette\Utils\IHtmlString

    dg committed Sep 28, 2016
    1 Configuration menu
    Copy the full SHA
    ce893b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    46caa19 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. netteForms.js: fixed issue with button type=submit with html [Closes #…

    …137]
    
    If button have some HTML inside, like <i class="icon icon-send"></i> and user click on I instead of button, nette thinks there is no submittedBy button, that is not true, as <i> have parent button element, so we need to go thru DOM tree, to check if the button isnt parent of clicked element.
    Radovan Kepák authored and dg committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    6318da7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. becomes NPM package

    dg committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    f37a01d View commit details
    Browse the repository at this point in the history
  2. tests: bower replaced with npm

    dg committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    dbee858 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    6c2efb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. @return self -> static

    dg committed Dec 12, 2016
    4 Configuration menu
    Copy the full SHA
    a3600d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Configuration menu
    Copy the full SHA
    0bff7ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c2d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d764b90 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. BaseControl::setAttribute() and setType() aliased to setHtmlAttribute…

    …() and setHtmlType()
    dg committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b99385a View commit details
    Browse the repository at this point in the history
  2. updated netteForms.min.js

    dg committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c2618a1 View commit details
    Browse the repository at this point in the history
Loading