Release Notes
Version 1.0.1
Some smaller changes and fixes have been made. And the documentation-site has been updated.
- Changed the alorithmn for compact pagination, for a more predictable behavior:
- First two and last two pages will always be clickable
- If you are on the first or last two pages, the lookup-pages will be docked at them. Like a ship that docks on a port.
- Compact Pages will be displayed, if there are at least 4 Pages to compress.
- Changed the context-keys to prevent possible keyCollision in the future.
- Exposed attribute
currentPage
for Datatable to enable 'jump to Page' functionality. - If you have a sorted DataTable and filter by some columns, the table retains it's sortet Data.
- You no longer need event-listeners for you input-elements to run your filterFunction.
- I have yet to find a way to run a filterFunction internally and have the UI update correctly. The data itself was correct, but the displayed data wasn't updated. For now you can filter your array externally and have the correct data displayed in your UI while retaining the sort.
- Accordion now animates with CSS-transition. For them smooth transitions. By extension the attribute
animate
has been removed. - Accordion can now be opened and closed via script.
- Tabs can now be opened via script.
Version 1.0
It's finally in a solid production-ready state. All the neccessary features are ready.
A few minor things have changed from 0.9, like name changes. Nothing major.
The additional components 'Accordion' and 'AccordionItem' have been added.
The documentation-site has been updated.