Carbon v0.11.0 Release Notes
Release Date: 2015-11-30 // almost 9 years ago-
- โก๏ธ updated build config,
- ๐ fixed anchorGravity bug,
- ๐ fixed svg bugs,
- โ added Toolbar::getIcon/getIconView methods,
- ๐ fixed visibility animation system,
- ๐ fixed TransitionLayout touches,
- โ added swipe to remove to RecyclerView in samples,
- โ added Toolbar sample,
- โ added EditText selection menu,
- โ added tint to VectorDrawable,
- โ added rounded corners and shadows to TextView,
- โ added Lollipop handles to EditText,
- โก๏ธ updated samples,
- ๐ fixed some preview errors,
- โ added 'text' attribute to Toolbar,
- ๐ fixed issue with inline Toolbar title textColor,
- ๐ fixed wrong EditorMenu position,
- ๐ style changes,
- theme for EditorMenu and Snackbar,
- โก๏ธ updated EditorMenu,
- โก๏ธ updated SeekBar and RangeSeekBar,
- ๐ fixed issue with drawing error messages before first interaction,
- โ added icon attr for Toolbar,
- โ added matchingView & validate listener for EditText,
- ๐ fixed isValid method in EditText,
- EditText uses carbon_errorColor,
- ๐ requestDisallowInterceptTouchEvent for seek bars,
- ๐ fixed BadParcelableException,
- โ added getSelectedIndex, Spinner listener, SaveState & popup background to Spinner,
- ๐ tablet support,
- โ added color swatches,
- ๐ changed EditText's selection handle's alpha on API < 11
Previous changes from v0.10.1
-
- ๐ fixed shadows for views with rounded corners
- 0๏ธโฃ default background for FloatingActionButton
- ๐ fixed Android Marshmallow compatibility issue (FloatMath class)
- โ added ContextWrapper
- โ added VectorDrawable
- โ added easy SVG loading using raw resources and ImageView's src attribute
- โ added NavigationView
- ๐ changed SVGActionButton and ImageActionButton to FloatingActionButton