Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v2.0.0 - pre-compiled-builds #17

Merged
merged 5 commits into from
Oct 18, 2019
Merged

Conversation

reed-jones
Copy link
Contributor

This release contains a fairly major overhaul of the build system.
It exposes the 'index' of the item to the consumer through the slot props.

The main braking change is how styles are imported.
It removes & exposes the included stylesheet as a separate install. Initial installation has changed from:

import VueTable from '@pderas/vue2-table'; // styles are included by default
Vue.use(VueTable)

to

import VueTable from '@pderas/vue2-table'; // styles must be included manually if desired
import '@pderas/vue2-table/dist/vue-table.css';
Vue.use(VueTable)

@reed-jones reed-jones requested a review from a team October 11, 2019 18:23
@reed-jones reed-jones merged commit fd7b7f8 into master Oct 18, 2019
@reed-jones reed-jones deleted the feature/pre-compiled-builds branch October 18, 2019 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants