Skip to content

Releases: nabi-chan-archive/simple-note

1.0.1

03 Sep 06:28
1.0.1
3b415b6
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

  • 3b415b6 initialContent의 length가 없을 때 undefined를 반환하도록 설정
  • 2c226ec NextJS의 버전을 업데이트
  • 445d53b Tab을 찾을 수 없는 문제를 해결
  • 2367227 CurrentTab이 정상적으로 불러와지지 않는 문제를 해결
  • 3c555d3 TabList의 타입이 변경되며 빌드가 되지 않는 문제를 해결
  • 172716b Lint 수정
  • 91067c6 heading의 폰트 사이즈를 변경
  • 37c0201 제목이 없을때 제목을 렌더링 하지 않도록 설정
  • c363cb6 탭을 날짜별로 표시하도록 설정
  • 3692d09 저장된 탭을 날짜순으로 가져오도록 설정
  • 5f69081 blocknote 0.9.2 버전으로 업데이트

1.0.0

03 Sep 06:22
1.0.0
99c58a3
Compare
Choose a tag to compare

Full Changelog: https://github.com/nabi-chan/simple-note/commits/1.0.0

  • 99c58a3 Migration 추가
  • ca59fc8 탭을 설정하거나 지우는 기능 추가
  • dbe34cf 저장된 article을 인쇄하는 기능을 추가
  • 7493c20 저장을 해제하는 기능을 추가
  • aa38933 저장된 article을 표시하는 기능을 추가
  • fec283e 저장된 노트를 확인하는 페이지를 추가
  • 2cfec55 페이지를 저장하는 버튼을 추가
  • 6b66fd4 프린팅 중일 때 버튼을 disable 하는 기능을 추가
  • 9a1f1b6 isSaved DB 스키마 추가
  • deef733 Fix feattureFlag type on runtimeEnv
  • df5ec39 Use currentTabId instead of isCurrentTab
  • 43b5db5 Add react-channel-plugin
  • f27ae9d Add OpenGraph tags
  • b14499e Add title tag on pages
  • c5ad435 Apply lint at next.config.mjs
  • 6417d01 Add kakao login
  • 734cae2 Improve bundle size
  • 9f7deaa Update eslint and apply it
  • e005999 Fix ui has broken when safari
  • bd2609c Fix printer button not shows on notes page
  • b8fdaf4 Merge error component to Error/index.tsx
  • 5ff6cbd Redirect to /notes when user loginned on SSR
  • 19e0893 Add login button
  • 3db5f61 Add Google oAuth
  • 4e9df25 Add policy page
  • 56b3603 Add footer on layout
  • 85b02c9 Update README and env.example
  • e914d17 Update welcome message
  • 15294ac Add Intro page, Move note page to /notes
  • d69450a Add admin utils
  • 2e60ab1 Make create initial tab only one time
  • 80a3b2e Fix currentTab is undefined
  • b3e7da8 Fix when user first signin, tab always undefined
  • 458eef8 Make log meta to string
  • 1aa4e52 Show SideMenu when user not login
  • fa413f8 Add layout on ErrorBoundary
  • aa5c5a9 Add error-boundary
  • 7ff6e06 Call channel hash when user logined
  • 73e4441 Make get title with SSR
  • f4df035 Fix shared page layout
  • 3b0a9c9 Fix share page issue
  • 1cad4dd Add debounce on editor block
  • aa19a80 Add react-toastify for notify something
  • 78a0bf6 Add create share link feature
  • c4b63e3 Close modal when user change share settings
  • 594343e Add expired / notFound on shared article
  • ed5175a Add notFound page
  • eff97fb Add Google Analytics
  • aea5c56 Fix currentTab.title is undefined
  • ec8e1e9 Add ChannelTalk
  • 3420806 Refactor logic for customButton
  • c8fce23 Delete share feature flag
  • 0d8537e Fix layout
  • f5065ed Hide some menu if user not authed
  • 712a6a4 Add shared viewer feature
  • 4640f58 Move hooks to their component folder
  • a2f15e3 Fix tabLisst has not changed
  • 4c3e176 Add feature flag
  • b8c8504 Add share feature form
  • ddca783 modal
  • 76f6d7d Move atom under of useState
  • a0f4e22 Add modal
  • be6cae5 Add tab re-order feature
  • 4ad62f0 format next.config.mjs
  • a1b9a21 Change bullet rendered icon
  • 8f906f7 Fix editor skeleton's layout
  • 7864848 Add padding-bottom on editor
  • 6a05cb4 Add prints article
  • f09ce34 Refator useTabList
  • b2ba41a Use atom instead of state
  • f1812f5 Add jotai for global state
  • 94fa8f5 Add floating menu
  • 85e9404 Fix tabList can be nullable
  • a0cfa82 Add feature connect printer
  • ae40629 Add Layout
  • 52bb435 Add title on editor block
  • dde364d Add Jetbrains Mono as monospace font
  • c7321a3 Add isLoading state and split code
  • a3b1b95 Add EditorSkeleton
  • 0b4ae5a Fix currentTab is not null
  • ae2e5e7 Create article when create Tab
  • 646bb41 Change useTabList work from Tab Id
  • b8dee0f Execute getProviders on SSR
  • bd106ab Fix eslint and fix type issue
  • f0e9707 Split header to another component
  • 118cded Add blocknote editor feature
  • 6c92d2a Use pnpm instead of yarn pnpm
  • ef62014 Add tab feature with api
  • 009de9a Add TabList component for tab
  • 6cea447 Add index page
  • 7ceb1ee Add welcome page
  • 07dc0df Add login page
  • e049e58 Use yarn pnpm
  • fddba6f Update dependencies
  • e01f48a Initial commit with t3-app