Releases: SdKay/obsidian-rich-table
Releases · SdKay/obsidian-rich-table
Release list
0.1.7
🚀 New features
- drag-to-resize column width and row height (0.1.7)
📝 Documentation
- update README for community store listing, add SKILL.md section
Full changelog: 0.1.6...0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
🐛 Bug fixes
- replace !important with higher specificity for drop indicator
Full changelog: 0.1.0...0.1.1
0.1.0
🚀 New features
- Better Table plugin v0.1.0
- modernize sample plugin
🐛 Bug fixes
- fix .eslintignore (obsidianmd#48)
🔧 Other changes
- Fix typo in ESLint plugin link
- update eslint plugin version remove builtin-modules external dependency
- update package.json
- update sample plugin with eslint instructions
- remove testing code
- language
- use forward slashes for cross OS compatibility
- small copy tweaks
- Corrections based on feedback
- First pass
- Prefix unused variables with _
- Remove node 18 from action
- add lock file to repo
- Add lint action
- Update to use released eslint plugin
- Update to use released eslint plugin
- Add license, fixes obsidianmd#98
- Add linting of dependencies, throwing errors when including using telemetry libraries
- Remove statement that API is unstable
- Add stylelint and configure eslint to add custom plugin. - Split up main.ts into multiple files.
- Update README.md
- configure eslint
- Fix incorrect TypeScript spelling
- Fix inconsistent indentation
- Update manifest description (obsidianmd#77)
- Update README.md
- Adapt to plugin guidelines (obsidianmd#65)
- Update manifest.json
- Remove old info about styles.css (obsidianmd#56)
- Upgrade esbuild to v0.17.x (obsidianmd#47)
- Update README.md
- Add funding URL documentation
- Update manifest.json
- Build: Target ES2018.
- Update sample css file.
- Update for 0.15
- Upgrade dependencies, add strictNullChecks.
- Update esbuild.config.mjs
- Fix README headings (obsidianmd#29)
- use LF instead of CRLF (obsidianmd#28)
- Update README.md
- Always use latest obsidian package.
- Update package.json
- Update .gitignore (obsidianmd#25)
- add version bump script (obsidianmd#10)
- Update README.md (obsidianmd#24)
- remove
package-lock.jsonfrom.gitignore(obsidianmd#23) - add type check (obsidianmd#22)
- Update esbuild script to include codemirror packages as external.
- Update tsconfig.
- Update build script to include external node packages.
- Adding eslint for code .\src\ (obsidianmd#17)
- Use ESBuild API instead of passing command line arguments (obsidianmd#16)
- Add comment for gitignore.
- Update sample plugin to use ESBuild.
- preserve and load settings correctly
- Add data.json to .gitignore
- Upgrade dependencies.
- Update README - Obsidian API update instructions
- Update dependencies.
- Rollup: Don't include source code in distribution.
- a note regarding "use this template" button
- Update README.md
- add banner to bundle
- Update README.md
- Target ES6.
- Update best practice for settings.
- Add example for settings.
- Added versions.json
- Removed init.
- Add more examples for hooks.
- Add example for modifying CodeMirror.
- Update manifest.json
- Update readme.
- Update readme.
- Add version number.
- Update readme.
- Use rollup for bundling.
- Update readme.
- Refactor: Use new version of obsidian.d.ts from remote.
- Update documentation.
- Initial commit!