-
- Full and clean re write of initCliLoader function using constant time to access objects + tree shaking.
- Returning the intervalId so users can clear the loader with clearInterval(intervalId).
- Updated website to reflect changes in the examples sections.
- Site changes and loader updates with the current naming convention (permanent) to follow.
- exports
- Added new loader, 'emojis_10'.
- Some loaders have been renamed to follow the naming convention, final change.
- New loader, initCliLoader which takes in a loader name and optional speed and keyframes parameters for full customization.
- Updated data structure for tree shaking.
- Added animated menu showing all loader links in a grid
- Added animation for grid, buttons, links in grid
- loader name changes - View changelog or website for more
- Footer updated with new links
- Various aria updates
- Changelog page added to site
- Function to parse changelog added
- Github sponsors button added
- Moved icons to Footer
- Added dynamic header to each page
- Custom dynamic sentences for every page visit
- Moved share component towards top of component view
- Changed padding for buttons in component view
- Re styled buttons for sharing
- TopBar now links to Changelog page
- Footer links are temporary, but icons are hidden on small screens
- Memoization and lazy loading techniques and more performance optimizations to come
- Back button on changelog page
- Loader "logo" renamed to "vercel"
- VARIANT LOADER NAMES deleted. Exampe: arrows_variant_1 is now simply just arrows_1, without the variant keyword.
- circle is now circle_1
- circleHalves is now circle_2
- circleQuarters is now circle_3
- balloon is now balloon_1
- balloon2 is now balloon_2
- squareNoise is now squares_5
- squareCorners is now squares_6
- squareDots is now squares_7
- squareDots2 is now squares_8
- squareTriangle is now squares_9
- updated jsdoc comments
- re wrote the loaders file, saving 13kb unminified. Not tested yet
- Added basic logic for invalid speed values
- rm UnstableCliLoader
- Import and export UnstableCliLoader
- UnstableCliLoader added for testing purposes and subject to change.
- b1542dd: Added a copy keyframes component for site, unstable cli loader to test in production environments'
- Remove unstable react component, optional deps.
- Next js component now available! New 🚚 loader added in emojis
- Update package.json with more metadata for npm
- new loaders added! arrowsv4, arrowsv5, barsv4, barsv5
- Readme update
- Readme example bug
- 335fb7a: New! You can now do custom initializations with loaders by using initCustomLoader(speed,keyframes). Learn more on the site! New! Zero dependency initialization, where you just copy the code from the site without installing any other loaders! New fresh site changes'
- 0bf987b: Added new components!
- rename material to bar_variant_3
- Import loaders from cli loaders json, updated website with filtering and previews, more to come!
- Added lines, categories + speed types
- default export
- Exposing variables, started example app
- 52ddd9f: ignore prettier, changesets, npmignore, publish to npm
- 52ddd9f: change project name