[{"version":"0.4.0","markdown":"- 24fb1c75: Added support to use any regular element as a CMS element, essentially allowing users to do things like:\n\n  - Filtering a list of static elements.\n  - Sorting a list of static elements.\n  - Creating Tabs from static elements.\n  - Creating Slides from static elements.\n  - etc...\n\n  Users can now do this is by adding the following Attributes to any element:\n\n  - `fs-cms-element=\"wrapper\"`\n  - `fs-cms-element=\"list\"`\n  - `fs-cms-element=\"item\"`\n  - `fs-cms-element=\"pagination-wrapper\"`\n  - `fs-cms-element=\"pagination-next\"`\n  - `fs-cms-element=\"pagination-previous\"`\n  - `fs-cms-element=\"page-count\"`\n  - `fs-cms-element=\"empty\"`\n\n  This essentially tells Attributes to not only look for the native Webflow elements (Collection List Wrapper, Collection List, etc...), but to also look for these Attributes.\n\n  In order to make static systems work, users have to replicate the same exact structure of the Webflow native CMS. So for example, to create a static list, users have to define elements using the same architecture:\n\n  ```\n  |_ Collection List Wrapper (fs-cms-element=\"wrapper\")\n    |_ Collection List (fs-cms-element=\"list\")\n      |_ Collection List Item (fs-cms-element=\"item\")\n  ```"},{"version":"0.3.0","markdown":"- e4b3b680: Created new `window.fsAttributes.destroy()` method to support SPA environments.\n  This new method allows users to destroy all Attributes instances, cleaning up event listeners, observers, states, global variables, etc.\n\n  Websites that use a client-side router that simulates an SPA environment like [barba.js](https://barba.js.org/) or [Swup](https://swup.js.org/) can now properly init and destroy Attributes.\n  After destroying, Attributes can be manually re-initted by calling `window.fsAttribute[ATTRIBUTE_KEY].init()`.\n\n  Updated changesets system, now all updates will be correctly reflected in [the official updates page](https://www.finsweet.com/attributes/updates)."},{"version":"0.2.1","markdown":"- Updated dependencies [4792998a]\n- Updated dependencies [4792998a]\n  - @global/constants@1.2.0\n  - @finsweet/attributes-cmscore@1.8.0\n  - @global/factory@1.1.5"},{"version":"0.2.0","markdown":"- 07f32375: Created `fs-cmsattribute` Attribute- Updated dependencies [07f32375]\n  - @global/constants@1.1.0\n  - @global/factory@1.1.4\n  - @finsweet/attributes-cmscore@1.7.2"},{"version":"0.1.3","markdown":"- Updated dependencies [d8a4bf6f]\n  - @finsweet/attributes-cmscore@1.7.1"},{"version":"0.1.2","markdown":"- Updated dependencies [ef56d454]\n  - @finsweet/attributes-cmscore@1.7.0"},{"version":"0.1.1","markdown":"- 5801086b: Use departments and offices associated with jobs for filters"},{"version":"0.1.0","markdown":"- 2190d26f: Integrated with `cmsload` and `cmsfilter` and added all features."},{"version":"0.0.4","markdown":"- 96c6f6b0: Added filter for group by jobs"},{"version":"0.0.3","markdown":"- a00e5a8f: Added nested collection"},{"version":"0.0.2","markdown":"- 9e2dbe6c: Added missing description and removing all CMS List template items."},{"version":"0.0.1","markdown":"- a721125f: Added package"}]