Browse Source

#2637 notes on added behaviors

pull/2755/merge
Jack Lukic 9 years ago
parent
commit
50264e3602
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -8,6 +8,7 @@
- **Button** - Added `labeled button` variation for display a count next to a button. - **Button** - Added `labeled button` variation for display a count next to a button.
- **Divider** - Vertical divider can now be used multiple times in a single column row (not just 50/50 split). #2808 - **Divider** - Vertical divider can now be used multiple times in a single column row (not just 50/50 split). #2808
- **Dropdown** - Pointing dropdown (dropdown with arrows) now support `upward`, and will automatically move pointer arrows when appearing upward #2733 - **Dropdown** - Pointing dropdown (dropdown with arrows) now support `upward`, and will automatically move pointer arrows when appearing upward #2733
- **Dropdown** - Added `get default text` and `get placeholder text` behaviors for returning text values.
- **Input** - Added `disabled` state for inputs #2694 - **Input** - Added `disabled` state for inputs #2694
- **Label** - Added `basic` label variation, useful for item counts - **Label** - Added `basic` label variation, useful for item counts
- **Menu** - Added new `tabular` menu types, `right tabular`, `bottom tabular`, added many new `tabular` menu variables for customizing - **Menu** - Added new `tabular` menu types, `right tabular`, `bottom tabular`, added many new `tabular` menu variables for customizing

Loading…
Cancel
Save