# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [2.0.15](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.14...v2.0.15) (2023-11-03) ### [2.0.14](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.13...v2.0.14) (2023-11-03) ### [2.0.13](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.12...v2.0.13) (2023-11-03) ### [2.0.12](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.11...v2.0.12) (2023-09-27) ### [2.0.11](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.10...v2.0.11) (2023-06-29) ### [2.0.10](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.9...v2.0.10) (2023-03-09) ### [2.0.9](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.8...v2.0.9) (2023-02-21) ### [2.0.8](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.7...v2.0.8) (2023-02-21) ### [2.0.7](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.6...v2.0.7) (2023-02-21) ### [2.0.6](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.4...v2.0.6) (2022-10-26) ### [2.0.5](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.4...v2.0.5) (2022-10-26) ### [2.0.4](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.3...v2.0.4) (2022-10-10) ### [2.0.3](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.2...v2.0.3) (2022-10-10) ### [2.0.2](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.1...v2.0.2) (2022-09-20) ### [2.0.1](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0...v2.0.1) (2022-09-05) ## [2.0.0](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.85...v2.0.0) (2022-09-05) ## [2.0.0-rc.85](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.84...v2.0.0-rc.85) (2022-09-05) ## [2.0.0-rc.84](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.83...v2.0.0-rc.84) (2022-08-31) ## [2.0.0-rc.83](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.82...v2.0.0-rc.83) (2022-08-15) ## [2.0.0-rc.82](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.81...v2.0.0-rc.82) (2022-08-12) ## [2.0.0-rc.81](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.80...v2.0.0-rc.81) (2022-08-12) ## [2.0.0-rc.80](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.79...v2.0.0-rc.80) (2022-08-12) ## [2.0.0-rc.79](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.78...v2.0.0-rc.79) (2022-08-12) ## [2.0.0-rc.78](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.77...v2.0.0-rc.78) (2022-08-12) ## [2.0.0-rc.77](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc.76...v2.0.0-rc.77) (2022-08-11) ## [2.0.0-rc.76](https://github.com/whpptjs/whppt-nuxt/compare/v2.0.0-rc75...v2.0.0-rc.76) (2022-08-08) # Changelog ## v2.0.0-rc15 ### Fixes - Fix Custom editor directives arguments format. ## v2.0.0-rc14 ### Fixes - Fix missing NumberInput vue component, it somehow didn't get bundled. ## v2.0.0-rc13 ### Features - Date directive now exists (new features to be added in the future). - New way to initialise data at a template level, templates now have an `init` hook. - New NumberInput.vue component in `~/lib/components/ui`, this is a work around to solve an `input[type=number]` vuex mutation issue in the [@whppt/layouts](https://github.com/whpptjs/layouts) package. ### Fixes - Fix an issue where creating a new page would throw a vuex error (See point 2 of Features). ## v2.0.0-rc12 ### Features - Implemented new module options `defaultPadding` and `defaultMargin`.