<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.ts, branch main</title>
<subtitle>Web user interface components built with TypeScript.</subtitle>
<id>http://git.kilabit.info/pakakeh.ts/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.ts/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/'/>
<updated>2024-10-07T17:22:17Z</updated>
<entry>
<title>Release pakakeh.ts v0.2.0 (2024-10-08)</title>
<updated>2024-10-07T17:22:17Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-07T17:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=432958e0e10f82c720d3342570e6b0f6b1d22274'/>
<id>urn:sha1:432958e0e10f82c720d3342570e6b0f6b1d22274</id>
<content type='text'>
This release update the package name and repository URL to new name
"pakakeh.ts".

On dependencies, we upgrade the tools to use eslint v9.

=== New features

* input: implement component for inputing file


=== Enhancements

* editor: set the caret color to red

  Since we cannot change its shape, changing the color to red make the
  text cursor position visible to eyes.

* editor: allow inserting tab on editor

  Previously pressing tab on editor will move focus to the next
  component on page or browser.
  Now, pressing tab will insert "\t" on the current cursor.


=== Chores

* all: rewrite README using markdown format

  This is to make the repository README rendered on git.sr.ht, not only
  github.

* make: add task to install tools and serve the HTML and docs

  The "install-tools" task install the ciigo binary using Go tools
  into user's ${GOBIN}.

  The "serve" task serve the HTML files for local development and
  automatically convert ".md" files to HTML for previewing.

* notif: update example message for notification

* tsconfig.json: set the watch options

  For watchFile and watchDirectory we use useFsEvents (the default):
  Attempt to use the operating system/file system’s native events
  for directory changes.

  dynamicPriorityPolling: Use a dynamic queue where less-frequently
  modified files will be checked less often.

  synchronousWatchDirectory: Synchronously call callbacks and update
  the state of directory watchers on platforms that don`t support
  recursive watching natively.
  Instead of giving a small timeout to allow for potentially multiple
  edits to occur on a file.

  Reference: https://www.typescriptlang.org/docs/handbook/configuring-watch.html

* all: update reuse to use REUSE.toml

  Since REUSE version 3.2, using ".reuse/dep5" has been deprecated,
  and replaced using REUSE.toml

* all: update README

  Add list of components that we provides on this module and
  how to start development.

* all: commit all generate JavaScript files

  This is to simplify development on third party where they can
  clone and include the file directly without installing or running
  anything to build the files.
</content>
</entry>
<entry>
<title>all: update package description and dependencies</title>
<updated>2024-10-07T17:01:41Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-07T16:54:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=e67e71dc5e5683172b46e4a9fa95d5beb6989891'/>
<id>urn:sha1:e67e71dc5e5683172b46e4a9fa95d5beb6989891</id>
<content type='text'>
This changes update the package name and repository URL to new name
"pakakeh.ts".

On dependencies, we upgrade the tools to use eslint v9.
</content>
</entry>
<entry>
<title>editor: allow inserting tab on editor</title>
<updated>2024-10-03T10:29:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-03T10:29:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=ddb540da0a80b7ecad1ebb62f51e76d252f771f3'/>
<id>urn:sha1:ddb540da0a80b7ecad1ebb62f51e76d252f771f3</id>
<content type='text'>
Previously pressing tab on editor will move focus to the next
component on page or browser.
Now, pressing tab will insert "\t" on the current cursor.
</content>
</entry>
<entry>
<title>all: commit all generate JavaScript files</title>
<updated>2024-09-15T07:32:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T07:32:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=d1e96e09438b4a5c7580b86c469e817a61be991f'/>
<id>urn:sha1:d1e96e09438b4a5c7580b86c469e817a61be991f</id>
<content type='text'>
This is to simplify development on third party where they can
clone and include the file directly without installing or running
anything to build the files.
</content>
</entry>
<entry>
<title>all: update dependencies</title>
<updated>2024-09-15T07:21:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T07:21:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=1cc9c9dd68a3a59c685505228336430624608852'/>
<id>urn:sha1:1cc9c9dd68a3a59c685505228336430624608852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update README</title>
<updated>2024-09-15T07:19:05Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T07:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=379fc4b79cd489d1a06da362053c2da40480adc5'/>
<id>urn:sha1:379fc4b79cd489d1a06da362053c2da40480adc5</id>
<content type='text'>
Add list of components that we provides on this module and
how to start development.
</content>
</entry>
<entry>
<title>all: update reuse to use REUSE.toml</title>
<updated>2024-09-15T07:19:05Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T06:55:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=f32c9a90874659b03408479281e82cc1c834ab3e'/>
<id>urn:sha1:f32c9a90874659b03408479281e82cc1c834ab3e</id>
<content type='text'>
Since REUSE version 3.2, using ".reuse/dep5" has been deprecated,
and replaced using REUSE.toml
</content>
</entry>
<entry>
<title>tsconfig.json: set the watch options</title>
<updated>2024-09-15T06:36:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T06:36:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=98cfe314d85b9c2a92f84416d79f95c92e8a6d9d'/>
<id>urn:sha1:98cfe314d85b9c2a92f84416d79f95c92e8a6d9d</id>
<content type='text'>
For watchFile and watchDirectory we use useFsEvents (the default):
Attempt to use the operating system/file system’s native events
for directory changes.

dynamicPriorityPolling: Use a dynamic queue where less-frequently
modified files will be checked less often.

synchronousWatchDirectory: Synchronously call callbacks and update
the state of directory watchers on platforms that don`t support
recursive watching natively.
Instead of giving a small timeout to allow for potentially multiple
edits to occur on a file.

Reference: https://www.typescriptlang.org/docs/handbook/configuring-watch.html
</content>
</entry>
<entry>
<title>notif: update example message for notification</title>
<updated>2024-09-15T06:27:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-15T06:27:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=3463fea5c0744f680a53ecc6f077447c8b43a0b1'/>
<id>urn:sha1:3463fea5c0744f680a53ecc6f077447c8b43a0b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: add task to install tools and serve the HTML and docs</title>
<updated>2024-09-15T06:26:28Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-05-09T18:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.ts/commit/?id=b1de224b6e28ddeeeeaa90d576f0630c89480ae4'/>
<id>urn:sha1:b1de224b6e28ddeeeeaa90d576f0630c89480ae4</id>
<content type='text'>
The "install-tools" task install the ciigo binary using Go tools
into user's ${GOBIN}.

The "serve" task serve the HTML files for local development and
automatically convert ".md" files to HTML for previewing.
</content>
</entry>
</feed>
