Releases: InteractionDesignFoundation/nova-html-card
Releases · InteractionDesignFoundation/nova-html-card
1.3.0
Improvements
- ✨ Add MarkdownConverter interface to have an ability to use a custom implementation
- ✨ Add a basic test
1.2.2
Add a hack to use full-width while keeping original card order (see Nova issue #1895)
1.2.1
Fixes
- Simplify CSS: don't use
min-height
for Card
- Don't add margin at the bottom of the last
p
1.2.0
Features
- Add
withoutCardStyles()
method to don't use standard Nova Card styling (background, padding, etc) #6
1.1.1
- ✨ Add space between paragraphs #4
- ✨ Fix max height issue to big cards
1.1.0
- Support rendering of blade views #1
- Add an an option to center card's content #2