Every two weeks, we show you how Cappuccino is growing.
Cappuccino
New
The
CPSegmentedControlsupports the mini and small control size. (Dogild - PR)Possibility to select part of a textual
CPDatePickerwhen dragging. (Dogild - PR)
Changes/Fixes
Key Value Observinggenerated new and old values in the change dictionary regardless of the options provided when adding the observer. Now it respects the options passed in the methodaddObserver:forKeyPath:options:context:. Optimization has been added, the speed improvement is 10% to 200%. (mrcarlberg - PR) and (primalmotion - PR)The size of
CPSecuredtextFieldis now calculated correctly bynib2cib. (ahankinson - PR)Fixed: the total height of a
CPCollectionViewwas too short and theCPCollectionViewtruncated the last view(s). (daboe01 - PR)When a
CPTableViewhas its selection style set toCPTableViewSelectionHighlightStyleNone, don’t require two clicks to select a control in a row anymore. (Dogild - PR)The
CPTableViewwon’t enable the bezeled state of a non-selectableCPTextFieldwhen clicking on it. (Dogild - PR)A selectable text mouse cursor style is shown when the mouse hovers above an enabled and editable or selectable
CPTextField. (Dogild - PR)The size of
CPSegmentedControlis now calculated correctly bynib2cib. (Dogild - PR)Fixed: when closing and reopening a
CPWindowthe first responder would not reset. (Dogild - PR)
Cucapp
New
- Cucapp now contains a CLI mode. The CLI allows you to simulate user events from the JavaScript console, useful when debugging your Cucumber tests. (Dogild - PR)