v3 features
See original GitHub issueHere’s the stuff I’d like to land in the next major version:
- Consolidate the require.js support into a single transform that uses the require.js optimizer to do all the work
- Fix the very complex situation with base assets. This will remove a lot of complexity and means that we cannot support
behavior: url(relative/path/to/foo.htc)
,AlphaImageLoader(src='relative/path/to/foo.bar')
andGETSTATICURL('relative/path/to/foo.bar')
anymore. - Web worker support
- Disallow relative hrefs from HTML fragments and get rid of the stupid
fixBaseAssetsOfUnresolvedOutgoingRelationsFromHtmlFragments
andassumeThatAllHtmlFragmentAssetsWithoutIncomingRelationsAreNotTemplates
transforms. - Make relations fully managed by their source asset. This could simplify the API and will get rid of the sometimes huge
assetGraph._relations
array. Won’t have to breakassetGraph.findRelations
, I think. - Come up with a replacement for
GETSTATICURL
based on a system.js plugin. - Webpack support.
- Get rid of all transpilation.
- Remove the support for angular.js templates.
- Model
'...'.toString('url')
as a relation and mapGETSTATICURL('...')
to that, but with a deprecation warning (https://github.com/assetgraph/assetgraph/pull/569). - Add
crossorigin
getter to relations (https://github.com/assetgraph/assetgraph/issues/578)
This is all leading up to adding support for incremental builds in some shape or form, which will presumably also require a major version bump. That’ll take a while to get right, though, so perhaps we should consider that a v4 thing for now.
// cc @Munter @gustavnikolaj @guybedford
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Yamaha R15S Specifications, Features, Mileage, Weight, ...
Specifications of Yamaha R15S ; Displacement, 155 cc ; Engine Type, Liquid-cooled, 4-stroke, SOHC, 4-valve ; No. of Cylinders, 1 ; Max Power,...
Read more >V3 - Mathews Archery
The 2021 V3 features our longest riser to axle-to-axle ratio to give hunters a more compact, maneuverable rig while maintaining industry-lea.
Read more >Yamaha R15S Specifications & Features, Mileage, Weight
Yamaha R15S is powered by 155 cc engine.This R15S engine generates a power of 18.6 PS @ 10000 rpm and a torque of...
Read more >vivo V3 - Full phone specifications - GSMArena.com
vivo V3 Android smartphone. Announced Apr 2016. Features 5.0″ display, Snapdragon 616 chipset, 13 MP primary camera, 8 MP front camera, 2550 mAh...
Read more >Specifications & Features of Yamaha YZF R15 V3 [2018 - 2021]
Features · Odometer · DRLs (Daytime running lights) · Mobile App Connectivity · GPS & Navigation · USB charging port · Front storage...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released 3.0.0 / ag-b 5.0.0 / ag-sprite 2.0.0 / ag-i18n 0.1.0.
Released 3.0.0-0 (and ag-b 5.0.0-0). The version numbers were chosen by
npm version premajor
.