Releases: TomokiMiyauci/mapcss
Releases · TomokiMiyauci/mapcss
v1.0.0-beta.48
Features
- core: change cssObject types to accept declaration block definition (74f3281)
- core: change cssObject types to remove Root AST (2306333)
v1.0.0-beta.47
Bug Fixes
- config: change import resource mod to independent file (cdc0cce)
- config: fix resolving relative path, export sub module (48469d1)
v1.0.0-beta.46
Bug Fixes
- core: injected CSS should be placed first (8834f25), closes #32
Features
- common: common variables and theme move to common (42c2c81)
- config: add config and config file resolve functions (6f27c28)
- core: generate of
css
property accept array (3abb517), closes #33
v1.0.0-beta.45
Bug Fixes
- preset_tw: fix minus(-) modifier that nagativify number or number with unit only (9a4e706), closes #30
v1.0.0-beta.44
Bug Fixes
- core: fix resolve css map algorism (2e338fd), closes #28
v1.0.0-beta.43
Features
- config: add minimum mapcss config definition (e13067e)
- core: remove extract feature from
generate
function (1b2702c), closes #26
- core: rename types of
Config
to GenerateConfig
(9098f79)
v1.0.0-beta.42
Features
- preset_svg: add color mode interface to select output css format (2412826)
- preset_svg: change
presetSvg
interface that accept first argument as svgMap
(e7a284e)
- preset_svg: rename export name
presetSvg
to presetSVG
(b044332)
v1.0.0-beta.41
Bug Fixes
- preset_svg: change deps registry for avoid build error (8e5dbdb)
- remove
mod.ts
under the project root (8bad6e4), closes #24
v1.0.0-beta.40
Bug Fixes
- preset_svg: remove vendor prefix from css definition (9c118b1), closes #23
v1.0.0-beta.39
Bug Fixes
- core: fix statement order logic (6f86977)