• v0.25.0 839383f3cc

    0.25.0 Stable

    ashpie released this 2022-03-07 17:52:34 +01:00 | 6 commits to main since this release

    Breaking changes

    Front

    • fix(back/flash): retrieve all flashed fields 2e3c5d16 | $locals.flash now contains everything that was flashed
    • feat(front/style): add hr default style 9f17c5b8 | This might affect the looks of your hr tags
    • feat(front/NavMenu): put logout button on the Account link under an extendable dropdown menu fd2852c3 | This may break your customized NavMenu

    Features

    Back

    • feat(back/auth): add use() method to AuthProof and call it on successful login attempt 41a083ba

    Front

    • feat(front/Field): expose file list 7a49e47a
    • feat(front/Form): allow overriding onSubmit function 0e0e633e
    • feat(front/CopyableText): add simple button mode 81a62be3
    • feat(front/data-table): add actions cell, col-grow and col-grow-cell 2c3286d3
    • feat(front/form): allow forms to be disabled, add disabled buttons style 6714e413

    Bug fixes

    Back

    • fix(websockets): send cookies manually for session authentication 535c8afd
    • fix(front/CopyableText): don't display title when not provided cb5001ce
    • fix(back/auth): refactor auth success, fix message saying 'Welcome undefined' when there is no UserNameComponent 27e9abc5

    Front

    • fix(front/checkbox): change value to boolean and use handleInput 231aa8dc
    • fix(front/checkbox): prevent checkbox double click event 67dc33ad
    • fix(front/Icon): better match icon type against Lucide Icons full name instead of starting with fa to avoid collisions 1e72ec71
    • fix(front/FlashMessages): only display relevant flash bags ee561138
    • fix(front/account): fix first panel tag name (div->section) 144a7289
    • fix(front/Field): prevent label from having a greater z-index than the mobile menu 3eb33c64
    • fix(front/forms): simplify and fix usage of flashed previousFormData and validation errors 4cfcaac1
    • fix(front/auth/login): show password field if previousFormData has password 8c083d56
    • fix(front/auth/register form): don't show password register method if there is no UserNameComponent 3d960dcc
    • fix(front/auth/login form): don't show password login method if there is not UserPasswordComponent e19a627e

    Common

    • fix(common/Time): fix humanizeDuration for duration > 1 year 0c4349fa
    Downloads