Skip to content

Releases: yandex-ui/nanoislands

v0.3.10 — patch

06 Mar 15:16
Compare
Choose a tag to compare
0.3.10 — patch
Fixes
  • nb-select: Fix adding selected item to source
  • nb-select: Fix double "source-changed" event on addToSource
  • gray color for togglers text

v0.3.9 — patch

04 Mar 14:33
Compare
Choose a tag to compare
0.3.9 — patch
  • Added opportunity apply to suggest a custom input field.
Fixes
  • nb-select js error in ie8 on disable/enable fixed
  • nb-select #setState escapes text twice
  • nb-select must save state after #removeFromSource()

v0.3.8 — patch

03 Mar 18:10
Compare
Choose a tag to compare
0.3.8 — patch
Fixes
  • enable/disable must affect node fix XSS in nb-suggest #_setText() fix XSS in nb-suggest #setSource()

v0.3.7 — patch

03 Mar 11:20
Compare
Choose a tag to compare
0.3.7 — patch
Fixes
  • Shift the method 'getYateModuleName' to a nb.Block instance.
  • [Input] Input.blur doesn't work
  • [Button] Fix disabled state for pseudo and file buttons

v0.3.6 — patch

28 Feb 14:07
Compare
Choose a tag to compare
  • [Checkbox] Emulates "change" event for IE<9
  • [Select] IE<9 must degrade to native contol

v0.3.5 — patch

27 Feb 14:08
Compare
Choose a tag to compare
  • [Checkbox] fix checkbox empty string value rendering
  • adds opacity IE fallback

v0.3.4 — patch

25 Feb 08:02
Compare
Choose a tag to compare
Fixes
  • [Checkbox] Checkbox without @attr now returns "on" for #getValue()
  • [Input] Input doesn't trigger events on #setValue() if new value is the same
  • [Select] fix XSS in jUI menu rendering

v0.3.2 — patch

21 Feb 12:34
Compare
Choose a tag to compare
0.3.2 — patch
  • [Popup] refactor — isOpen() method
  • [Input] error optional params
Fixes
  • Input Error fixes
  • add !important to prevent style override
  • IE < 8 doesn't support node.hasAttribute method. Use $(node).prop

v0.3.1 — patch

20 Feb 13:00
Compare
Choose a tag to compare
0.3.1 — patch
  • nb-gap added
  • not minimazed libs/jqery-ui.cudstom.js
Fixes
  • fix #203 — Не всегда с первого раза переключается чекбокс в ИЕ9

v0.3.0 — "Mirror, Mirror"

19 Feb 14:15
Compare
Choose a tag to compare
  • add nb-nodeset-to-xml helper
Fixes
  • fix #220
  • nb-input must fire nb-changed event on setValue
  • fix #217
  • Added pointer-events: none for .is-disabled
  • fix #214
API changes
  • Added group classes
  • [Input]
    • placeholder renamed to hint