Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
2525578
Add petite-vue plugins support
ws-rush Jul 16, 2022
b66a6dd
Add `$root` refer to component root element
Aug 29, 2022
980daf5
Change scope of ref with `v-scope`
Aug 29, 2022
53bb85f
Change project name
ws-rushx Feb 17, 2023
f07deba
typo
ws-rushx Feb 17, 2023
765ad2c
Change package name and version
ws-rushx Feb 17, 2023
3b3a1bb
Expose $el to v-scope
ws-rushx Feb 18, 2023
251feaa
Update package and Readme
ws-rushx Feb 18, 2023
c06ead9
Fix refrences
ws-rushx Feb 23, 2023
f66176f
Change release
ws-rushx Feb 23, 2023
579cd71
Support <template> in
ws-rushx Feb 23, 2023
2feafa6
Rename project
ws-rushx May 19, 2023
8fbf6da
Added `watchEffect`
lucafabbian Nov 8, 2023
7cd9f30
Merge pull request #1 from lucafabbian/main
ws-rush May 24, 2024
72ff52c
fix: fix pico-vue dependcies to 3.2.27
ws-rushx Jun 3, 2024
a218db7
deps: update typescript dependcy to 5.4.5
ws-rushx Jun 11, 2024
f50d781
dependcy: upgrade vite to 5.2.13
ws-rushx Jun 11, 2024
c5b0f5d
depndcy: uupdate @vue/reactivity to 3.2.45
ws-rushx Jun 11, 2024
9369a77
dependcy: fix @vue@reactivity version
ws-rushx Jun 11, 2024
de86716
release: [email protected]
ws-rushx Jun 11, 2024
17ae0ab
change: rename project to pocket-vue
ws-rush Sep 23, 2025
3ee6a93
fix: update commits example to use working API endpoint
ws-rush Sep 23, 2025
bc3965e
Merge pull request #5 from ws-rush/fix-exmaple
ws-rush Sep 23, 2025
c907a3d
test: add comprehensive test suite and testing guide
ws-rush Sep 23, 2025
c7e636b
fix: types for { moduleResolution: Node16 }
ws-rush Sep 23, 2025
e0f97a0
chore: update dependencies and build configuration to modern standards
ws-rush Sep 23, 2025
a1d2ec6
Merge pull request #6 from ws-rush/upgrade-deps
ws-rush Sep 23, 2025
fe3ff5f
fix: build command
ws-rush Sep 23, 2025
13a59b9
Merge pull request #7 from ws-rush/fix--build-command
ws-rush Sep 23, 2025
da2ca0b
change: convert 'range' automaticlly to number without need .number m…
ws-rush Sep 23, 2025
ad765c7
chore: typo
ws-rush Sep 23, 2025
f965e5e
fix: todomvc example
ws-rush Sep 23, 2025
a13c956
docs: update CDN links and version information
ws-rush Sep 23, 2025
3b809d0
fix: v-if nested in v-for template tag
ws-rush Sep 23, 2025
3e430cc
Merge pull request #9 from ws-rush/enhances
ws-rush Sep 23, 2025
b69d189
release: v1.0.0
ws-rush Sep 23, 2025
0f496de
Merge pull request #10 from ws-rush/enhances
ws-rush Sep 23, 2025
857258e
fix(v-bind): Enhance reactivity and testing reliability
ws-rush Sep 25, 2025
2bcb8d5
fix(v-bind): correctly remove attributes when value is null/undefined
ws-rush Sep 25, 2025
dd23362
chore: clean unneeded tests
ws-rush Sep 25, 2025
27291f0
fix: package published w/o dist
ws-rush Sep 26, 2025
7bf2d56
release: v1.0.1
ws-rush Sep 26, 2025
8d0e507
fix: elemenate node spesfic code from bundles
ws-rush Sep 26, 2025
3770193
fix(doc): correct cdn links
ws-rush Sep 26, 2025
0e8052b
release: v1.0.2
ws-rush Sep 26, 2025
49ee3ad
config: add types export
ws-rush Sep 26, 2025
ab42316
Merge branch 'main' of https://github.com/ws-rush/pocket-vue into tes…
ws-rush Sep 26, 2025
fb3da69
fix: types generation
ws-rush Sep 26, 2025
ca6493f
fix: types generation
ws-rush Sep 26, 2025
9c8cd8a
release: v1.1.0
ws-rush Sep 26, 2025
675b5c2
release: v1.1.1
ws-rush Sep 26, 2025
56405d9
release: v1.1.2
ws-rush Sep 26, 2025
8649d52
Merge pull request #11 from ws-rush/test-coverage
ws-rush Sep 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
TODOs.md
node_modules
dist
explorations
44 changes: 31 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@
## [0.4.1](https://github.com/vuejs/petite-vue/compare/v0.4.0...v0.4.1) (2022-01-18)
## [1.1.2](https://github.com/ws-rush/pocket-vue/compare/v1.1.1...v1.1.2) (2025-09-26)

## [1.1.1](https://github.com/ws-rush/pocket-vue/compare/v1.0.2...v1.1.1) (2025-09-26)

### Bug Fixes

- types generation ([ca6493f](https://github.com/ws-rush/pocket-vue/commit/ca6493fe9bb86859c0e39450207a5f1897ec14af))
- types generation ([fb3da69](https://github.com/ws-rush/pocket-vue/commit/fb3da690f48ba7ada0ae75115c56f04bccb82410))
- **v-bind:** correctly remove attributes when value is null/undefined ([2bcb8d5](https://github.com/ws-rush/pocket-vue/commit/2bcb8d59ad702714e1367b1a784fc691cc1fe0b4))
- **v-bind:** Enhance reactivity and testing reliability ([857258e](https://github.com/ws-rush/pocket-vue/commit/857258e1b6573070c559aa17026661b7bd6d017f))

# [1.1.0](https://github.com/ws-rush/pocket-vue/compare/v1.0.2...v1.1.0) (2025-09-26)

### Bug Fixes

- custom delimiters in child contexts ([#90](https://github.com/vuejs/petite-vue/issues/90)) ([1bbd4d1](https://github.com/vuejs/petite-vue/commit/1bbd4d1c00c6c19f2ee6740e728fb274101fc6c9))
- types generation ([ca6493f](https://github.com/ws-rush/pocket-vue/commit/ca6493fe9bb86859c0e39450207a5f1897ec14af))
- types generation ([fb3da69](https://github.com/ws-rush/pocket-vue/commit/fb3da690f48ba7ada0ae75115c56f04bccb82410))
- **v-bind:** correctly remove attributes when value is null/undefined ([2bcb8d5](https://github.com/ws-rush/pocket-vue/commit/2bcb8d59ad702714e1367b1a784fc691cc1fe0b4))
- **v-bind:** Enhance reactivity and testing reliability ([857258e](https://github.com/ws-rush/pocket-vue/commit/857258e1b6573070c559aa17026661b7bd6d017f))

# [0.4.0](https://github.com/vuejs/petite-vue/compare/v0.3.0...v0.4.0) (2021-12-10)
## [1.0.2](https://github.com/ws-rush/pocket-vue/compare/v1.0.1...v1.0.2) (2025-09-26)

### Breaking Changes
### Bug Fixes

- require vue: prefix for lifecycle hooks ([a981928](https://github.com/vuejs/petite-vue/commit/a9819283f8504a9c2d0cea4d9d122028eba2d10d))
- **doc:** correct cdn links ([3770193](https://github.com/ws-rush/pocket-vue/commit/37701932a2d9a36799c49d2df82bff28a7c2ecfd))
- elemenate node spesfic code from bundles ([8d0e507](https://github.com/ws-rush/pocket-vue/commit/8d0e507fb313284d5c03545bc90fff741355369c))

# [0.3.0](https://github.com/vuejs/petite-vue/compare/v0.2.3...v0.3.0) (2021-09-14)
## [1.0.1](https://github.com/ws-rush/pocket-vue/compare/v1.0.0...v1.0.1) (2025-09-26)

### Bug Fixes

- fix parsing chained modifiers ([15f75e9](https://github.com/vuejs/petite-vue/commit/15f75e94db3ce1d3630d7ffc10e2db4748d94f3e))
- fix v-cloak on toggle ([#71](https://github.com/vuejs/petite-vue/issues/71)) ([f41981b](https://github.com/vuejs/petite-vue/commit/f41981b32ae4832e58223f55c209fd112dfbede7))
- v-for update on move ([#79](https://github.com/vuejs/petite-vue/issues/79)) ([9af4ea3](https://github.com/vuejs/petite-vue/commit/9af4ea35957053665e586556f7ffb90b9077db26))
- **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)
- package published w/o dist ([27291f0](https://github.com/ws-rush/pocket-vue/commit/27291f048ba2b3deb3842465486a1e310cf027df))

### Features
# [1.0.0](https://github.com/ws-rush/pocket-vue/compare/v0.4.1...v1.0.0) (2025-09-23)

### Bug Fixes

- bind methods to context ([#74](https://github.com/vuejs/petite-vue/issues/74)) ([167c49d](https://github.com/vuejs/petite-vue/commit/167c49d6940c6f35c6002093d8807ac0e835dcea))
- custom delimiters ([eda903c](https://github.com/vuejs/petite-vue/commit/eda903c0a93fe048219b74b0a44064c87b553ad4))
- build command ([fe3ff5f](https://github.com/ws-rush/pocket-vue/commit/fe3ff5fb71d6889d11bbc47461683135e7f58990))
- fix pico-vue dependcies to 3.2.27 ([72ff52c](https://github.com/ws-rush/pocket-vue/commit/72ff52cc479b9c6600104a74e826754294ad45d9))
- todomvc example ([f965e5e](https://github.com/ws-rush/pocket-vue/commit/f965e5e41d0c81dba4d834298a8784f4abf246c2))
- types for { moduleResolution: Node16 } ([c7e636b](https://github.com/ws-rush/pocket-vue/commit/c7e636b19024760177caa616404e2cab8a35dc80))
- update commits example to use working API endpoint ([3ee6a93](https://github.com/ws-rush/pocket-vue/commit/3ee6a93a8ace6c1d757193e0ff71b5cbf0f2abc6))
- v-if nested in v-for template tag ([3b809d0](https://github.com/ws-rush/pocket-vue/commit/3b809d0e08b62c577683e0acec247b02fcff964e))
Loading