AdminBro v3.3.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • 3.3.0 (2020-11-01)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow to bundle slatejs (26d2c52)
    • array manipulaton in deeply nested propertiescloses: #645 (7f0bb71)
    • bring back design-system as a dependency (cb3fa32)
    • chaning Date to objects in flat.set error (291cb83)
    • clear BaseRecord#populated when value is undefined (54dae81)
    • clicking nav closes the sidebar (ffc92a6), closes #601
    • duplicated virtual properties for nested keys (8043757)
    • โšก๏ธ edit action updates context.record (d18f296)
    • error when passing prop: undefined (748d2ee)
    • export missing PropertyType (1063365)
    • export missing types (5e9308f)
    • filter params set by setRecord in useRecord (82ea4d5)
    • ๐Ÿ›  fix performance issues in large records (05ea7ee)
    • ๐Ÿ– handle Date when coverting to formData (5cdd80d)
    • ๐Ÿ– handle wrong value in BaseRecord#populated (75acbf6)
    • ๐Ÿ‘Œ improve filtering params in useRecord (49da96e)
    • ๐Ÿ‘Œ improve styling for a section in edit component (6dea8c0)
    • ๐ŸŽ‰ initialize i18n only if its not already, extend otherwise (e05b2f9)
    • logout button now skips react router (37cd486)
    • ๐Ÿ“ memoize property in BasePropertyComponent (b7ac269)
    • ๐Ÿ”€ merging params and customParam in useRecord (a580eb7)
    • missing actions (c74615b)
    • ๐Ÿ’… multiple style issues (3161436)
    • ๐Ÿ†• new action populates record before returning (19dd439)
    • old record being rendered in recordAction (09ebcd0)
    • overlapping error message (d3d61c1)
    • population logic for deeply nested properties (1ada282), closes #645
    • populator fetched references for wrong types (0528057)
    • pssing params to richtext (fd6a3b1), closes #603
    • โœ‚ remove useEffect causing useRecord to reset (8760ab0), closes #624
    • ๐Ÿ“‡ rename data to context (3d19230)
    • search by not searchable property (31bf9d2)
    • sidebar big zIndex don't overlap eveything (1872408)
    • sidebar width when content was too big (18265b7)
    • ๐Ÿฑ wrong company url when assetsCDN is set (1027e05)
    • wrong npmignore ignoring all app folders (ed3be71)
    • babel: add babel plugin for styled components (fa9fb8f)
    • bundle: exit with no zero code on bundle error (29cabb1)
    • bundle: fix babel input paths (b516e9f)
    • bundle: move to default import (2660f56)

    ๐Ÿ”‹ Features

    • ๐Ÿšš ability to move resource on top in the navigation (28e0a5d)
    • โž• add custom property to Action (9d9f0cc)
    • โž• add filterOutParams, selectParams to flat (4ba1552)
    • โž• add flat module (ec7e53d)
    • โž• add isArray to PropertyOptions (3e21cba), closes #576
    • โž• add new get and set functions to BaseRecord (438b7f1), closes #566
    • โž• add new options to useRecord hook (323ea9a)
    • โž• add new props property (607de55)
    • โž• add new shortcut methods to ViewHelpers (6915056), closes #294
    • โž• add new useResource hook (3fe39f7), closes #325
    • โž• add option to create nested schemas in JSONB (fe543d2), closes #157 #444
    • โž• add useAction hook and rewrite action button (f1b0123)
    • โฌ†๏ธ bump bundled dependencies (f108eaa)
    • โฌ†๏ธ bump design system to the latest version (8c690f9)
    • โฌ†๏ธ bump design-system version (ee12a81)
    • โฌ†๏ธ bump desing-system (1f306ee)
    • ๐Ÿ”„ change buttons in record in list (a9bac06)
    • ๐Ÿ”„ change show components (20cc6a6)
    • define reference in PropertyOptions (052661d), closes #583 #416
    • flat.filterOutParams takes more properties (478af85)
    • handling onverriding params in BaseRecord (3dd1747)
    • migrate to ButtonGroup (6ddd2d7)
    • ๐Ÿšš move populator logic to the adminbro core (bf7055e), closes #587
    • ๐Ÿšš move state of sidebar visibility to the local store (221fcfa)
    • option to nest actions under parents (0c064c3)
    • pass multiple arguments to flat.selectParams (046292d)
    • pass property.custom to all edit renderers (7592239), closes #258
    • ๐Ÿ‘‰ show/hide label in PropertyOptions (df110c6)
    • ๐Ÿ’… style post settings (2680cae)
    • ๐Ÿ‘Œ support for jsonb fields (bb9de77), closes #631 #628 #491 #444
    • โšก๏ธ update design system (cae3b84)
    • โšก๏ธ update sidebar to the latest design system (9cdb33c)
    • wrap bulk actions with ButtonGroup (203268f)
    • bundle: allow any external dependecy in custom components (f069b70)
    • bundle: migrate to new rollup plugins (3ef7f0b)
    • bundler: allow use jsnext modules (922e2f7)