Changelog

v1.0

2024/08/19

  • Released!

v1.0.1

2024/08/27

  • Quick start guide section and video added.

v1.0.2

2024/09/03

  • Collection+ video updated.

v1.1.2

2024/09/11

  • Maintenance

  • Compatibility updates.

v1.1.3

2024/09/21

  • Updating documentation.

v.1.2.3

2024/09/27

  • Date Filter+ now supports setting the date value as a text, this enables the user to use Framer's native fetch feature. The user may use any API that returns a date in ISO 8601 format, unlocking the functionality of having a dynamic date filter for the current date.

  • Added documentation to Date Filter+ for using fetch for dynamic date filtering.

  • Date Filter+ component has a link to this documentation page.

v1.2.5

2024/10/21

  • Updating documentation for the new upcoming videos. Simplification of various sections.

v1.3.5

2024/10/28

  • Bug Fix: Collection list was not rendering when references were being used within the CMS item.

  • Compatibility updates in preparation for new filter, Reference Filter+.

v2.0

2024/11/22

Breaking

  • Major update, key features:

    1. Reference Filter+: A powerful new filter designed specifically for handling Framer's recent CMS reference fields.

    2. Count+: Display search result counts across one or multiple collection lists. Additionally, choose to show the total number of active filters for one or more collections, or highlight specific active filters for targeted collections.

    3. Search+: Enable real-time text search across multiple collections simultaneously, targeting selected fields with precision.

    4. Clear+: Gain control over clearing filters and searches. Instead of clearing everything, specify exactly which filters or Search+ inputs to reset, and for which collections.

    5. Collection+: Leverage unique ID numbers to identify your lists. This enables the use of the same collection list with independent filtering or searching, customized by different CMS Plus components.

v2.0.1

2024/11/25

  • Updating and expanding documentation for the latest version.

  • Updating components with links to the documentation. This will help keep components' control descriptions to a minimum, and will always link to the latest docs.

v2.0.2

2024/11/26

  • Updating documentation and adding links to the components themselves.

v2.0.3

2024/11/28

  • Documentation for Filter+ components added, along with links to the doc pages on the components.

v2.1.3

2024/12/03

  • Bug Fix: Collection+ would reset and clear all filters whenever the viewport was resized to a different breakpoint while the component was on the page.

v2.2.3

2024/12/06

  • Count+ now has two interactions. Interactions are only accessible when inserting Count+ into a component. This will allow auto transitioning to custom variants when the count is zero or above zero. Added properties and a creative use case section for Count+ documentation.

v2.3.3

2024/12/09

  • All components have been renamed for better identification and organization. Can now be found in the assets panel under "CMS Plus".

v2.3.4

2024/12/12

  • Bug Fix: Filter+ Reference was breaking if it was being used for a mismatched CMS field type other than reference. This has been resolved. The intent for a type mismatch is an unusable filter.

v2.3.5

2024/12/17

  • Bug Fix: Filter+ PlainText was not filtering when using IS SET or ISN'T SET conditions, because it was checking if the user entered a value on the Filter+ component first. It has been fixed to ignore that step since the filter should only have to check on the collection to see if a value exists at all.

v2.4.5

2024/12/23

  • Bug Fix: Using any Filter+ directly on the page without inserting into a button was not being applied or cleared. This has been fixed. This method can now be used to set default filters. Listing filters on the page without the use of buttons or toggles are now properly detected. Documentation will be promptly updated.

  • Maintenance and optimization updates. Refactoring of various processes for upcoming features and fixes.