Artur Arseniev
ecacc6a399
Always use isParsedNode if available
1 month ago
Artur Arseniev
4970e93345
Convert ParserCss to a class
1 month ago
Artur Arseniev
2934d1f58d
Convert ParserHtml to class
1 month ago
Artur Arseniev
d1d7881126
Initial setup for custom code parser
1 month ago
Artur Arseniev
2ea1d66618
Initial support for nested CSS rules ( #6760 )
* Add support for nested CSS rules
* Update undo test
* Cleanup resolutions and TS config
* Update jest
* Normalize tests for the latest jsdom version
* Parse nested CSS rules
* Add hidden test for @page at-rule
* Fix VuePress build
* Up CI nodejs
1 month ago
Artur Arseniev
054fd9354d
Add convertAttributeValues to allow parsing HTML attributes values ( #6741 )
3 months ago
tomekcz
47fbb1b048
allow for more complex selectors in parseSelector ( #6684 )
* Partially allow complex state in parseSelector
* removed export by mistake
* prettier fix
3 months ago
nanto_vi, TOYAMA Nao
a94cf2526b
Fix parser to take account of `parser.optionsHtml.keepEmptyTextNodes` option ( #6571 )
* Fix parser to take account of `configParser.optionsHtml.keepEmptyTextNodes`
* Delete unused `editorConfig.keepEmptyTextNodes`
11 months ago
Artur Arseniev
1a498bfb4c
Fix import with malformed inline styles ( #6539 )
1 year ago
mohamed yahia
12f376b752
Add an option to convert attributes with hyphens to camel case ( #6501 )
* Add convertDataGjsAttributesHyphens option
* up
* A few fixes
---------
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
1 year ago
Artur Arseniev
13d1c23b32
Fix and add a few events ( #6397 )
* Remove unused styles
* Remove deprecated command options
* Remove deprecated Commands events
* Add `command:call` event for generic Command calls
* Add `project:get` event
* Add `parse:html:before` and `parse:css:before` events
* Avoid using toggleFramesEvents on component resize
1 year ago
Daniel Starns
922118f5ac
refactor: init change to monorepo ( #6111 )
2 years ago