Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/html-next/flexi-layouts

The layouts portion of flexi
https://github.com/html-next/flexi-layouts

fix(-sustains): addresses import error

d4d3a1957f0bba666db186be40891c27332f1c5a authored over 8 years ago by Chris Thoburn <[email protected]>
update dependencies

7a5a0c6ebd2875a9639078d240b03a75b308298f authored over 8 years ago by Chris Thoburn <[email protected]>
fix(dsl): expose DSL hooks

91cc4601e785b2b1ae278c2450eec704f5d87641 authored over 8 years ago by Chris Thoburn <[email protected]>
feat(dsl): exposes Flexi's DSL for end users to create their own layout syntaxes

41c4318f9a160854ec41fbde2b2b178958719b5b authored over 8 years ago by Chris Thoburn <[email protected]>
fix(move:layout): don't resolve pod prefix if pod prefix is unset

5951da2c34bdf5fb56c0dc4604fd2a669d3fa58b authored over 8 years ago by Chris Thoburn <[email protected]>
fix(columnPrefix): correctly convert attributes to column classes

6ffecce3167a3cce793f218da01030779b937fa5 authored over 8 years ago by Chris Thoburn <[email protected]>
Released v1.1.5

e60d3991f93b4ad6b65d702c4f33c16c4399e990 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #51 from runspired/develop

Path Release

e70e0c36de00d3b7babb016c6eb26535bc382d1e authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge branch 'master' into develop

b1ce982ff237e75de74274bdb8b3f35fde5d185d authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #43 from ksnyde/develop

clarifies use of shim

9ae6446df9a73202384bbace295ba5f6b0bf1d86 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #50 from greyhwndz/fix/corrects-example-layout

Updated podified component in Example Layout

6d765d9c5568c962887bca3c7cb8763ebbea2c0b authored almost 9 years ago by Chris Thoburn <[email protected]>
Updated podified component in Example Layout

1dfe7d2326b0d96df61c90cd85da5d1c70b27a0e authored almost 9 years ago by gbz <[email protected]>
Merge pull request #48 from GCheung55/patch-1

Move debug to dependencies.

368905cfc014c017a090e1316cf53887910e0500 authored almost 9 years ago by Chris Thoburn <[email protected]>
Move debug to dependencies.

Move debug from `devDependencies` to `dependencies` to fix #47.

aa2b2d2a6e3695f1e790d2f8e5f994f32dc1c3de authored almost 9 years ago by Garrick Cheung <[email protected]>
clarifies use of shim

address issue https://github.com/runspired/flexi/issues/39

bc8c8ba3d1508b8391a9cf1a8c876b834cf0fc62 authored almost 9 years ago by Ken Snyder <[email protected]>
Released v1.1.4

ed5046b1774b9fb3c39ad3b683d7a2de993bfb5e authored almost 9 years ago by Chris Thoburn <[email protected]>
turn off development

8aa08df8dc68cb5a80b1157ba4b3185827c74bb2 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.1.3

8a2526aa707256b4bbd41d9d76de3de2f6b04f65 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #41 from runspired/develop

Patch to fix Attribute Conversion

4e15a43a7719b880594d790ac7d3c8d3b8a2c9ec authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #38 from jayphelps/patch-1

15 -> 5 secs per @runspired

12788f16821f928febe339344f04c1a4a0002476 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(attribute-conversion): fixes issue #37 with parsing multiple attributes

9d39e88bcda59cdc19c093cbfb5ca544e8d2d552 authored almost 9 years ago by Chris Thoburn <[email protected]>
15 -> 5 secs per @runspired

552248e0b4ce1c148c993f4093cb0bbc65158be2 authored almost 9 years ago by Jay Phelps <[email protected]>
feat(move:layout): easier refactoring

54f1ad30435b810a5d640feac63a661b051913c3 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #34 from koriroys/refactor/layout-service

refactor(layout-service): more descriptive method name

43493ed139e018fb8d9d325421973a2f3348a6d4 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #36 from koriroys/docs/readme

docs(readme): grammar and spelling fixes

5efe606e8b45ca6d98e34f97ab7ea4b454e69b11 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(layout-service): spelling mistake

022884a9c2faa304cec123f88d023348d740223d authored almost 9 years ago by Kori Roys <[email protected]>
docs(readme): grammar and spelling fixes

2f524a6aaf7e96218d2deb9aab916e4ce0140ece authored almost 9 years ago by Kori Roys <[email protected]>
fix(layout-service): prefer orientationIs to deviceIs/deviseIs - better naming

b9acd6bbb1a938d28b078f59b6888ffb44ad81cd authored almost 9 years ago by Kori Roys <[email protected]>
Merge pull request #35 from runspired/master

Release Changes

b67e2eb2ff6eec99f2998f0a17ccb3d6faca5e99 authored almost 9 years ago by Chris Thoburn <[email protected]>
refactor(layout-service): more descriptive method name

a1a70864b53fe90d984fe01d8e5f953c819546ad authored almost 9 years ago by Kori Roys <[email protected]>
Released v1.1.2

554d34205ae6cd8175f2fc802efe3ebd05f4f141 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #33 from runspired/develop

Bugfix Release

c8bf98212251daae2e33f2a49c265786c24cccf1 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #32 from GCheung55/bug/classic-sustain

Fix sustain to work with classic app structure.

2c5a804e4306790c6fdf21e2af71096338a76676 authored almost 9 years ago by Chris Thoburn <[email protected]>
In a classic app sturcture components templates are located in the templates/components directory.

Fallback to look up in a classic structure if a template isn't initially found.

c1688e1a98dc6a4781aa25cdbf54340cefb52558 authored almost 9 years ago by Garrick <[email protected]>
Adding test for classic component.

Moving sustain-classic route and renaming to sustain-classic-component

cb20ebedc143ad457a7463ea6984688497d755a9 authored almost 9 years ago by Garrick <[email protected]>
configure new suave rules

b4138efac17d8ebf657ffc947988c2366b9b9945 authored almost 9 years ago by Chris Thoburn <[email protected]>
adds thank you note

05ecf15664c3d6805f70be9bfd6c53c15015754b authored almost 9 years ago by Chris Thoburn <[email protected]>
adds ember-run-raf for demo site

fdea12b7ee1c1bbe1b3bccbdf463c5d8d5e38f8a authored almost 9 years ago by Chris Thoburn <[email protected]>
Test Setup Configuration

98889ad6a5783fe692981a8182592a3c54c49326 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix max-width breakpoint in dummy app

3df1aa802431116d76cf37cc7ecccc286f21aff7 authored almost 9 years ago by Chris Thoburn <[email protected]>
attempt at 1.12 support

5fa2291a4fff3e60255617ab76e65e87ab941ab8 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix 2.1

43b650c5a90a7921b8ddad133c1691ae4e4d6512 authored almost 9 years ago by Chris Thoburn <[email protected]>
1.13 support and tests

4c1c751f11a7050bd12001f318d6521c478d4c10 authored almost 9 years ago by Chris Thoburn <[email protected]>
bump ember-cli

10eb1408b958664bbd067acc6a4804efb96180a7 authored almost 9 years ago by Chris Thoburn <[email protected]>
code complexity cleanup, eslint configuration

9494cde9c4c90bed7ff02ebd414d0280b955370b authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #31 from runspired/master

Release Changes

fcb61f0541c45dce5809bf6e42372d1f6096767b authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.1.1

62e61a4a8546ea6c1841be02f7d308f88cc2a581 authored almost 9 years ago by Chris Thoburn <[email protected]>
adds description and keywords to package.json

8dd6d67bd5804e31dae878a8215fc062e1bc400e authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #30 from runspired/master

Track Master

81fe86ca0cea91256ef4602441b438e12fd8b0f4 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.1.0

d9471a298d5b54119b79b13aed6f995f71a3b851 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #25 from runspired/develop

Release 1.1.0

6f83c82f8e0aa1ee68d463574181a5342412ecee authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #29 from runspired/feat/sustain-hooks

Feat/sustain hooks

4ec7c4eaf7619db8628eaad8db595f581bc4eef3 authored almost 9 years ago by Chris Thoburn <[email protected]>
adds docs

d735dffa930ee120c9ab696db6d6fbccbacebb53 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(tagless components): tagless components are now correctly handled

941b9be629c3792da056232480781fac282f7869 authored almost 9 years ago by Chris Thoburn <[email protected]>
better lifecycle hooks, failing test for multiple top level elements within a tagless component being sustained

bf1ccadfcf2e1ea4952badac19ba9a18ea1f1f6f authored almost 9 years ago by Chris Thoburn <[email protected]>
feat(sustain-hooks): adds tests and fixes bugs with hooks

c23077b943bb6739d35a9d03c3ed05c755a75817 authored almost 9 years ago by Chris Thoburn <[email protected]>
feat(move-hooks): implements didMove and willMove hooks

bf3d408e1c2c845b83fe4765fea7193edcb9de03 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #28 from runspired/feat/sustain-labels

Adds documentation for labels and namespaces them

0db6c1919d188a23867be8330447ffeaf4eef26b authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(labels): ensure labels are namespaced

a26496c563de6ff59d308c9f66c9585b521b7ba8 authored almost 9 years ago by Chris Thoburn <[email protected]>
feat(labels): adds documentation for label

cf39a3fe01854fa78d06475060752a7cd34fbd49 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #27 from runspired/feat/sustain-labels

feat(label): implements labels and tests, resolves #16

9b9f37804d0d7c886cf522c6000b525ed25cdcb6 authored almost 9 years ago by Chris Thoburn <[email protected]>
feat(label): implements labels and tests, resolves #16

84761b738b945581a70e475f16ea693b9d3c0afb authored almost 9 years ago by Chris Thoburn <[email protected]>
lookup a component's layout if not explicitly defined

843da9fe998193af0f8e677f382f294a39c844d0 authored almost 9 years ago by Chris Thoburn <[email protected]>
adds failing test for non-explicit layouts

c88be93573404a1aa0a8fbe4a9353057585cd6d0 authored almost 9 years ago by Chris Thoburn <[email protected]>
turn off debug

81ded2516007200751ce1effbe7e043efdfeb6e2 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(mobile-first): ensure we always fall back to closest layout

74109e37d580496501ac1dfedfabde420116c993 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix(layout-compile): improves efficiency of compiled templates, and resolves mobile-first issue

a4f4f7f1c49b441cdc768d3eed966c89ef78fa3a authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #26 from elidupuis/mobile-first-test

Add breaking mobile-first test

5d8f7dd70ceeb35282eb08c1c116ddfb59d07f2c authored almost 9 years ago by Chris Thoburn <[email protected]>
Add breaking mobile-first test

This demonstrates how a larger breakpoint layout (desktop) is rendered when a
smaller layout (mo...

84d415c52861b1515b76b8b3f549d6d8320e8420 authored almost 9 years ago by Eli Dupuis <[email protected]>
Merge pull request #24 from runspired/feat/sustain-performance

remove forgotten logs

3062052407210615ba0547cb86db9e3ce26b168a authored almost 9 years ago by Chris Thoburn <[email protected]>
remove forgotten logs

6489f696e14b8804a1b2cf2a0c70e091f67cef12 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #22 from runspired/feat/sustain-performance

Faster initial sustain render

ddbbe8456790311df4855845d28fa7bf79b8878e authored almost 9 years ago by Chris Thoburn <[email protected]>
fixes tests

f7d1b295f5bf23add490bc1c76a99742a0981574 authored almost 9 years ago by Chris Thoburn <[email protected]>
remove forgotten logs

f28f18ac675f6f9d60fed94692722d273de8afd5 authored almost 9 years ago by Chris Thoburn <[email protected]>
implements sustains which render their own components instead of relying on sustainables-support and sustain-containers

7a2c25361cdce3ecd026ace2d895c4710a34e921 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.0.1

2c508307778ab46d8469969d67b0ede1829d780b authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #21 from runspired/develop

set build branches to fix missing builds

0764632d6c39e16c6a45857acbadf993ffb838e4 authored almost 9 years ago by Chris Thoburn <[email protected]>
set build branches

b39c39c00ee404b96fc1f871ebe89ebcb7440cbd authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #20 from runspired/develop

Fixes leaky sustain movements

40f2042cc2003ddc35ca2e6c643eecb2fd9d9601 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #19 from knownasilya/patch-1

Fix layout path typo

d8c61105c14d2636425b7bb2e7c3c009375fc135 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix leaky movement

e06f9eadc675c006982a7b11488ce8f2da9427fa authored almost 9 years ago by Chris Thoburn <[email protected]>
Fix layout path typo

53592ded3797db00587fe6f0893e612acf35f25d authored almost 9 years ago by Ilya Radchenko <[email protected]>
adds blog post link to readme

56e40f1ecb578897f99a6ce92aae0144281f9cb1 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix overview wording

711287f6d10723cb8ce0cb16829611738dd656f0 authored almost 9 years ago by Chris Thoburn <[email protected]>
fix dummy site title

db5b2e53d094698b90eb5a854c2f387fe2366bc8 authored almost 9 years ago by Chris Thoburn <[email protected]>
adds missing layout attribute docs page

0929e70c878776cede4421f210e2d84c6cec5638 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.0.0

e7134b21d800b027fd890bb9b84db5665a40969f authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #1 from runspired/develop

Initial Release

f92943bc3b9a0cca257c5483722efeaa78854ffd authored almost 9 years ago by Chris Thoburn <[email protected]>
hide unready blueprint commands

3ea8cb6ca89a1bdb56410c0fa0701a654e4e7638 authored almost 9 years ago by Chris Thoburn <[email protected]>
update readme

b6e03cb897c90d21059c5879dbc9767f471187f5 authored almost 9 years ago by Chris Thoburn <[email protected]>
Merge pull request #18 from runspired/feat/documentation

Feat/documentation

f00026c8eb75de9694b8eeac94e6e296f853462a authored almost 9 years ago by Chris Thoburn <[email protected]>
completes documentation

6de3979b236d2476141ae6a73192aa74b63d3a9d authored almost 9 years ago by Chris Thoburn <[email protected]>
remove background color

2fb1f47a3e423df6e3a2cee109a2f3e50fb6fc1f authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.0.0-alpha.9

11acafb552237a138c3ade25093135ef4ee8c682 authored almost 9 years ago by Chris Thoburn <[email protected]>
remove log

a7c00a527f1a4450ccd2be0a44a69ebd3a0a5281 authored almost 9 years ago by Chris Thoburn <[email protected]>
flexi shouldn't be present, not should be present

5ba0853c953f7869f1ed70ecd9e27c24abfa88b7 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.0.0-alpha.8

2980e978bfc61fc1e8c9fb11f3c91c95f422f84e authored almost 9 years ago by Chris Thoburn <[email protected]>
avoid generator attempting to parse the config file incorrectly

64a00adebade35283cca9090ef60e8c1b3600076 authored almost 9 years ago by Chris Thoburn <[email protected]>
Released v1.0.0-alpha.7

4340a765136dd558f3f4f7cd7322f7ec7926a1d6 authored almost 9 years ago by Chris Thoburn <[email protected]>
better escape hatch

7a3bc2000bdcd94859ca974042ddbef2ae659f5a authored almost 9 years ago by Chris Thoburn <[email protected]>