UNPKG

@finsweet/cms-library

Version:

A javascript Library that makes your Webflow CMS. Lists a hell of a lot more powerful.

36 lines (19 loc) 1.21 kB
# Changelog ## Unreleased - Make the setup attribute based. ## 1.9.11 - Prevented infinite loading loops when using the pagination module. ## 1.9.10 - Defaulted the `slider.continuous` property to false while the navigation bug is still not fixed. ## 1.9.9 - Updated the `README.md` file to contain some info about the setup and documentation references, so it's visible in the [NPM page](https://www.npmjs.com/package/@finsweet/cms-library). ## 1.9.7 & 1.9.8 - Fixed the infinite slider no working correctly. ## 1.9.6 - Fixed asyncronous methods like `nest` not returning an awaitable promise as expected. ## 1.9.5 - Added Nest `v2`. Now the nest functionality is more simple to set up: - Anchor tags `<a>` to the correspondent items Collection page are now used to identify them. - The script will now fetch the Collection Page of each **parent** Collection Item and locate all the children. - The script will then nest the **children** Collection Items that are found in the **parent** Collection Page. An example of the setup can be found [here](https://cmsdocs-howto-4aa47e8f45770244ca1de317b.webflow.io/nest/example1-nest-collections-version-2).