diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3860f..76f5d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 3.4.0 + +- Add `prefix` prop to ipl-input to display arbitrary text before the text input +- Allow adding labels to ipl-checkbox through its default slot +- Allow ipl-checkbox to be created without a label +- Clean up styles for ipl-checkbox and ipl-small-toggle when they have no labels + +# 3.3.3 + +- Update exports in package.json to export types correctly + # 3.3.2 - Remove pointer cursors where they shouldn't be diff --git a/package.json b/package.json index d87d1da..89a1150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iplsplatoon/vue-components", - "version": "3.3.3", + "version": "3.4.0", "description": "Vue components for internal Inkling Performance Labs utilities.", "homepage": "https://github.com/IPLSplatoon/vue-components", "repository": "https://github.com/IPLSplatoon/vue-components",