2.0.0-rc.15 (2019-03-18)
Please see the changelog for a complete list of commits, and the online documentation for usage.
Notable changes:
Fixes
b-carousel
: fix touchmove handler to re-enable swipe gesturesb-form-radio
/b-form-checkbox
: ensure required prop propagated in group modeb-pagination-nav
: fix race condition with clicking prev/next buttonsb-table
: don't emit a row-clicked event when user is selecting textb-table
: allow string values for pagination propsutils/get
/b-table
: handle cases when field value is not array or objectutils/loose-equal
: handle edge case of comparing sparse arraysutils/observeDom
: make sure to check for browser environment
Features
b-pagination-nav
: autodetect current page based on $route/URL changesb-pagination-nav
: add support for passing array of page linksb-pagination-nav
: add scoped slot for page number button content, and allow optional scoping for other slotsb-table
: option to disable sorting on table footer
Other
- additional unit testing on many components.