1.0.113 — 2024-05-21
Bug Fixes
- plugin-compiler-alipay: Fixed
inputevent not firing when compiling Alipay → WeChat. (971810c) - runtime-mini: Removed the erroneous
saveImageToPhotosAlbum→saveImagetransform that was applied in Alipay-to-WeChat scenarios. (7a00597)
1.0.112 — 2024-05-10
Features
- plugin-compiler: Added
web-protarget recognition and compilation support. - plugin-compiler: Added
.cssfile type compilation support. - plugin-compiler: Added custom
template renderhook support. - plugin-compiler:
web-probuilds no longer emit.jsonoutput files. - runtime-web: Exported runtime method shorthand aliases.
Bug Fixes
- runtime-web: Fixed vertical alignment issue caused by incorrect line-height.
1.0.111 — 2024-05-06
Features
- runtime-web:
<textarea>height now auto-updates whenvalueis changed via props.
1.0.110 — 2024-04-26
Features
- plugin-compiler-web:
@importstatements inside style files can now be written to the output style file. - plugin-compiler-web: TabBar is now compatible with WeChat usage patterns when compiling to web.
- plugin-compiler: CSS class name compression now allows business-defined priority to take precedence during short class name generation.
- plugin-compiler: Runtime method replacement now handles
returnstatements correctly (with enhanced detection). - runtime-web:
loadingcomponent styles updated to align with the latest Alipay style. - runtime-web: TabBar now handles the case where no
iconis configured.
Bug Fixes
- plugin-compiler-web: Fixed empty-value fallback when reading user config.
1.0.109 — 2024-04-18
Bug Fixes
- plugin-compiler: Fixed regex
lastIndexnot being reset when validating class names during CSS compression, causing intermittent match failures. - plugin-compiler: CSS compression now supports hyphen-connected class names and multiple adjacent variable expressions.
1.0.108 — 2024-04-15
Features
- plugin-compiler-web / runtime-web: Navigation bar and status bar height can now be changed dynamically.
- plugin-compiler: Added support for WeChat-specific class name usage patterns.
1.0.107 — 2024-04-11
Features
- plugin-compiler: CSS compression now handles more dynamic class binding scenarios.
1.0.106 — 2024-04-03
Features
- plugin-compiler-alipay: Custom tabBar component directory is now adjusted based on the compile target.
- plugin-compiler-alipay: Custom tabBar attribute mapping added for mini-programs.
- runtime-mini: The
getTabBarmethod is now marked as supported. - runtime-web:
rich-textextended attribute support added.
1.0.104 — 2024-04-02
Features
- plugin-compiler-web / runtime-web:
selectOwnerComponentAPI support added. - plugin-compiler-web / runtime-web:
createInnerAudioContextadded.
Bug Fixes
- runtime-web / plugin-compiler-web: Fixed TypeScript errors.
1.0.103 — 2024-03-25
Features
- plugin-compiler: Optimised class name splitting logic.
- plugin-compiler: Improved file path suffix removal logic.
- plugin-compiler: Added
disableDynamicClassDetectionparameter to allow opting out of dynamic class name detection. - plugin-compiler-baidu: Removed type-check warning for Baidu targets.
1.0.102 — 2024-03-22
Features
- plugin-compiler-web: CSS
classattribute now supports ternary expressions whenstyleScopeis enabled. - plugin-compiler-web: Conditional rendering now supports ternary expressions.
- runtime-web: TabBar can now be changed dynamically at runtime.
1.0.101 — 2024-02-23
Features
- runtime-web: Map event notification mechanism is now compatible with older Safari browsers.
Bug Fixes
- runtime-web: Setting
maxlengthon an<input type="number">was being ignored.
1.0.99 — 2024-02-19
Features
- plugin-compiler: The
copyconfiguration now supportsfilter,force, andcontextoptions.
1.0.97 — 2024-01-30
Features
- plugin-compiler: Added
externalsTypecustomisation support.
Bug Fixes
- runtime-web: Fixed iOS auto-blur issue caused by overly frequent
inputsync.
1.0.96 — 2024-01-17
Features
- plugin-compiler-web:
slotattribute now supports dynamic binding. - runtime-web:
regionchangemap event now includes thecausedByparameter.
1.0.95 — 2024-01-16
Bug Fixes
- runtime-web: Multiple
<checkbox>components on the same page can now be used independently. - runtime-web: Fixed page not matching when URL was missing a leading
/.
1.0.95-beta.1 — 2024-01-15
Features
- runtime-mini:
observernow fires only when data has changed relative to the default value, instead of always firing on first render.
1.0.95-beta.0 — 2024-01-15
Features
- runtime-mini: Fixed
observer/createdtiming issue in WeChat-to-Alipay scenarios; fixed componentbatchedUpdateserror.
1.0.90 — 2023-12-12
Features
- plugin-compiler: Added component-level cross-platform output interoperability. (#97)
Bug Fixes
- runtime-web: Fixed
sliderdisplayed value not matching the configured value. (#135)
1.0.85 — 2023-11-06
Features
- core: WeChat-to-Alipay page
behaviorsnow work correctly. (#122) - plugin-compiler-alipay: WeChat
mapcomponentpolygonsproperty is now converted to Alipay’spolygon. (#124)
Bug Fixes
- runtime-mini: Added support for
catch-prefixed event callbacks.
This page shows the most recent entries. For the complete release history,
visit the
CHANGELOG on GitHub.