File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 0.3.0] ( https://github.com/vuejs/petite-vue/compare/v0.2.3...v0.3.0 ) (2021-09-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix parsing chained modifiers ([ 15f75e9] ( https://github.com/vuejs/petite-vue/commit/15f75e94db3ce1d3630d7ffc10e2db4748d94f3e ) )
6
+ - fix v-cloak on toggle ([ #71 ] ( https://github.com/vuejs/petite-vue/issues/71 ) ) ([ f41981b] ( https://github.com/vuejs/petite-vue/commit/f41981b32ae4832e58223f55c209fd112dfbede7 ) )
7
+ - v-for update on move ([ #79 ] ( https://github.com/vuejs/petite-vue/issues/79 ) ) ([ 9af4ea3] ( https://github.com/vuejs/petite-vue/commit/9af4ea35957053665e586556f7ffb90b9077db26 ) )
8
+ - ** v-model:** ensure v-model listeners are attached before v-on ([ 06d3aa7] ( https://github.com/vuejs/petite-vue/commit/06d3aa79b066410fe4e270b1a9dad65cb8d3fb97 ) ), closes [ #65 ] ( https://github.com/vuejs/petite-vue/issues/65 )
9
+
10
+ ### Features
11
+
12
+ - bind methods to context ([ #74 ] ( https://github.com/vuejs/petite-vue/issues/74 ) ) ([ 167c49d] ( https://github.com/vuejs/petite-vue/commit/167c49d6940c6f35c6002093d8807ac0e835dcea ) )
13
+ - custom delimiters ([ eda903c] ( https://github.com/vuejs/petite-vue/commit/eda903c0a93fe048219b74b0a44064c87b553ad4 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " petite-vue" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " 5kb subset of Vue optimized for progressive enhancement" ,
5
5
"files" : [
6
6
" dist"
You can’t perform that action at this time.
0 commit comments