- Project follows Semantic Versioning
- Update class names in BaseRating to avoid name clashes
- Add rtl support
- Updgrade to webpack 3 - Unfortunately, hoisting with vue-loader 13 produces a larger bundle size, so sticking with vue-loader 11
- Removed dead pixel column that allowed users to reset rating to 0
- Add new tests
- Change type in README.md
- Update Changelog for 2.0.0
- Tidy glyph build script
- Solved file size issue by seperating
font-awesome
port. - Updated font awesome build script to output individual glyph paths.
- Change
fa-rating
functionailty - Change CDN build process
- Update docs
- Update README.md
- Fixed issue that causes div to be placed inside span.
- Tidy up.
- EsLint config changed to use (most) vue defaults.
- Created new pre-transpiled distributable and set it as main entry point.
- vue-loader, babel-loader, vueify or babelify are no longer required.
- Added new CDN for full library.
- CDN's moved to dist/cdn folder.
- Updated examples to use full library CDN
- Updated README.md
- Updated Docs
- Added pre-transpiled mixins for use with webpack
- Fix typo in README
- Fix typos in README
- Added export of individual font awesome glyphs.
- Added extendable base glyph for font-awesome to allow use of glyphs without importing all of them.
- Added new rate-it component for passing custom rating items.
- Moved glyphs file to root so it can be accessed by
import {fa_glyph} from 'vue-rate-it/glyphs;'
- Added new "extendable" example.
- Updated "Extending" section of docs.
- Initial release