Skip to content

Releases: sitegeist/Sitegeist.Monocle

Fix set header in MockController and Linebreak in HTML preview

02 Sep 13:11
041402e
Compare
Choose a tag to compare

Add setting `alwaysShowPrototypes` to exclude items from `hiddenPrototypeNamePatterns`

14 Jan 09:47
Compare
Choose a tag to compare

Add setting `alwaysShowPrototypes` to exclude items from `hiddenPrototypeNamePatterns`

14 Jan 09:45
748a774
Compare
Choose a tag to compare
Merge pull request #114 from bwaidelich/feature/89-prototype-whitelist

FEATURE: Prototype Whitelist

Prepare for Neos 5.1

05 Dec 16:36
781fd5f
Compare
Choose a tag to compare
v7.0.1

TASK: Do not render header comment in preview page to avoid conflicts…

Support Neos 5 / Flow 6

23 Sep 10:45
70b09e3
Compare
Choose a tag to compare
Merge pull request #111 from sitegeist/feature/flow6-compatibility

Flow 6 compatibility

Relax version constraints to support Neos 5

13 Sep 07:14
b72f01d
Compare
Choose a tag to compare
v6.1.1

TASK: Relax version constraint for Neos 5

FEATURE: Allow defining of whole props and propSets as Fusion prototypes or expressions

11 Jul 07:28
87d33fc
Compare
Choose a tag to compare

Defining whole props and propSets as Expressions or Fusion prototypes allows to
centralize the fixtures and even extract them into separate json files.

When props or propSets cannot be evaluated directly the keys below are evaluated
as RawArray as before so this change is a non breaking feature.

prototype (Vendor.Site:Example) < prototype(Neos.Fusion:Component) {
    @styleguide {
        propSets {
            //  
            // classic way with RawArray beeing assumed
            //
            classic {
                title = "hello world"
            }
            //
            // new ways via direct eel and fusion prototypes
            //
            fromEelExpression = ${{title: 'hello world'}}
            fromFusionPrototype = Vendor.Site:Example.Fixtures
            fromJsonFile = ${Json.parse(File.readFile('_path_to_fixctures.json'), true)}	}
        }
    }
}

BUGFIX: Fix locale handling in backend

16 Jun 21:15
54d6da4
Compare
Choose a tag to compare
Merge pull request #107 from sitegeist/bugfix/locales

BUGFIX: Fix locale handling in backend

Update yarn dependencies

17 May 13:34
45b8bee
Compare
Choose a tag to compare
Merge pull request #105 from sitegeist/task/yarnUpgrade

TASK: Update yarn dependencies

Fix js-error when reloading the monocle module

29 Mar 15:57
334aeeb
Compare
Choose a tag to compare
Merge pull request #102 from bwaidelich/98-fix-reload

BUGFIX: Fix reloading of Monocle Preview