Carbon v0.11.0 Release Notes

Release Date: 2015-11-30 // over 8 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